Bomberman clone for AI teaching
Make sure you are running Python 3.5.
$ pip install -r requirements.txt
Tip: you might want to create a virtualenv first
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
Directions: arrows
A: 'a' - detonates (only after picking up the detonator powerup)
B: 'b' - drops bomb
Make sure pygame is properly installed:
python -m pygame.examples.aliens
- Ubuntu 18.04
- OSX 10.14.6
- Windows 10.0.18362