Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 655 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 655 Bytes

AI-Bomberman

Agent capable of playing smartly the NES game Bomberman.

Every enemy should be eliminated before Bomberman can pass to next level through an exit portal hidden behind a unknown wall. Bomberman can plant bombs that explode in order, in a pre-defined range and after a pre-defined amount of time. Points are made by passing levels. All levels have a limited time to be concluded.

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 student.py