Skip to content

Inteligent agent for playing DigDug game. Made for Artificial Intelligence discipline.

License

Notifications You must be signed in to change notification settings

Barb02/DigDugAI

Repository files navigation

Students

  • Bárbara Nóbrega Galiza - 105937
  • Pedro Pinho - 109986

ia-digdug

DigDug clone for AI teaching

How to install

Make sure you are running Python 3.11.

$ pip install -r requirements.txt

Tip: you might want to create a virtualenv first

How to play

open 3 terminals:

$ python3 server.py

$ python3 viewer.py

$ python3 client.py

to play using the sample client make sure the client pygame hidden window has focus

Keys

Directions: arrows

A: 'a' - pump enemies

Debug Installation

Make sure pygame is properly installed:

python -m pygame.examples.aliens

Tested on:

  • MacOS 13.6

About

Inteligent agent for playing DigDug game. Made for Artificial Intelligence discipline.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published