Skip to content

This project aims to provide a simulator of the board game "Ricochets Robot" and a set of algorithms to solve this game

License

Notifications You must be signed in to change notification settings

Yasmine-H/ricochet-robots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ricochet-robots

This project aims to provide a simulator of the board game "Ricochets Robot" and a set of algorithms to solve this game

Prepare environment

At the root of the project, make a virtual environment called "venv"

python3 -m venv venv

Activate your environment

source venv/bin/activate

Install the required libs

python -m pip install -r requirements.txt

Add the new kernel to your jupyter config

ipython kernel install --user --name=venv

Launch jupyter notebook

jupyter notebook

Open board.ipynb, make sure the selected kernel is "venv" (on the upper right, below the logout button, you should see "venv") then launch all the cells, you should see the board appear at the end of the notebook and the robots move inside it.

About

This project aims to provide a simulator of the board game "Ricochets Robot" and a set of algorithms to solve this game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published