Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pablonicolla/board-game


https://github.com/pablonicolla/board-game

Last synced: 3 days ago
JSON representation

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