Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pablonicolla/board-game
https://github.com/pablonicolla/board-game
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pablonicolla/board-game
- Owner: PabloNicolla
- Created: 2024-04-10T23:07:45.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-02T18:04:36.000Z (7 months ago)
- Last Synced: 2024-05-03T19:12:18.659Z (7 months ago)
- Language: Python
- Size: 3.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# board-game
![playing the game against a bot](Documentation/board_game.gif)
To start the game run:
```
python main.py
```## Dependencies
- pygame
Make sure that pygame is installed
```
pip install pygame
```