A game about the Konigsberg bridges. You have to move through all the brigdes only one time.
- Create a venv
- Install requirements
pip3 install -r requirements.txt
- Run game
python3 main.py
- Contribute
Use the arrows to move forward, backward, left and right. Alternatively you may use the keywords W, A, S, D. If you want to remove any bridges, you can use the buttons 1 through 7.
- You can walk through the water.
- You can walk through greyed bridges.
- Make code object oriented.
- Make executables for windows and mac.