Skip to content

A project made in Python to give life to a Bomberman with Artificial Intelligence, passing all levels of the game with the best performance

License

Notifications You must be signed in to change notification settings

renatovalente5/IIA-Bomberman

Repository files navigation

iia-ia-bomberman

Bomberman clone for AI teaching

Demo

How to install

Make sure you are running Python 3.5.

$ 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' - detonates (only after picking up the detonator powerup)

B: 'b' - drops bomb

Debug Installation

Make sure pygame is properly installed:

python -m pygame.examples.aliens

Tested on:

  • Ubuntu 18.04
  • OSX 10.14.6
  • Windows 10.0.18362

Developers:

About

A project made in Python to give life to a Bomberman with Artificial Intelligence, passing all levels of the game with the best performance

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published