GitXplorerGitXplorer
r

bomberman-ai

public
0 stars
1 forks
0 issues

Commits

List of commits on branch main.
Verified
8f5155f2a3af5ee368b9e245322f52e3b33adf5a

Update README.md

rrufimelo99 committed 3 years ago
Verified
0135bb84b31dd0bfbdf4f9f065cd9f28485695cc

Add files via upload

rrufimelo99 committed 3 years ago
Verified
687d105ead64bce49f08a2a486e60ad293af955b

Update README.md

rrufimelo99 committed 3 years ago
Unverified
4f30f45265123eae9c5286adeb6296ace93d86b1

Clone From AI at UA

rrufimelo99 committed 3 years ago
Unverified
1b4bb0f6af01722daf960d5d126680811c8d2e44

Initial commit

rrufimelo99 committed 3 years ago

README

The README file for this repository.

iia-ia-bomberman

Bomberman clone for AI teaching

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

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

1

Done with:

Diogo Gomes (Teacher who gave the baseline model)
André Gual 
André Catarino