Skip to content

Bound game developed in Python. Bound is a two-player board game developed including AI-powered CPU players.

License

Notifications You must be signed in to change notification settings

jlcrodrigues/feup-ia-bound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bound

This project is a part of the Artificial Intelligence course unit @ FEUP.

Bound is a two-player board game that we recreated in Python, including the development of AI-powered CPU players.

demo

Members

Name Email
José Luís Cunha Rodrigues [email protected]
Martim Raúl da Rocha Henriques [email protected]
Tiago Filipe Magalhães Barbosa [email protected]

Steps to run

Assuming Python is installed, run the main file:

pip install -r requirements.txt
cd src
python main.py

Test

There is also a script included to run the game without the display, in order to test the bots more efficiently:

cd src
python main_dev.py

To run the tests, do:

cd src
python -m unittest discover -s test -p '*_test.py'

About

Bound game developed in Python. Bound is a two-player board game developed including AI-powered CPU players.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages