Bomberman clone originally speedhacked in python. Online multiplayer added later.
Copyright (c) Grady O'Connell, 2015
-
Linux users:
Obtain pyenet for python2 or your distro (it's in the AUR for Arch users)
Then:
sudo pip2 install $(cat requirements.txt)
./bomberoni.py
Programming: Grady O'Connell
Graphics: Mark "Alfred" McDaniel
It's done except for the netcode which is only partially implemented. I'd also like to improve the controller support.