Skip to content

SamuelRDuarte/IA-Bomberman

This branch is up to date with pedralmeida22/IA-Bomberman:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

548cf3e · Dec 4, 2019
Oct 8, 2019
Oct 22, 2019
Nov 21, 2019
Nov 2, 2019
Sep 30, 2019
Aug 28, 2019
Aug 19, 2019
Dec 4, 2019
Sep 26, 2019
Dec 4, 2019
Aug 22, 2019
Oct 15, 2019
Sep 6, 2019
Sep 5, 2019
Dec 4, 2019
Dec 4, 2019
Dec 4, 2019
Nov 21, 2019
Oct 27, 2019
Dec 3, 2019
Dec 4, 2019
Dec 4, 2019
Aug 20, 2019
Oct 31, 2019
Dec 4, 2019
Dec 4, 2019
Dec 4, 2019
Dec 3, 2019
Nov 12, 2019

Repository files navigation

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 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.3%
  • HTML 1.4%
  • CSS 0.3%