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

https://github.com/ramonmeza/my_game


https://github.com/ramonmeza/my_game

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# MyGame

My journey toward learning game development using Python.

## `pdm` Commands

Prerequisites:
- [pdm](https://pdm-project.org/en/latest/)

```sh
# clone repo
git clone [email protected]:ramonmeza/my_game.git

# install environment
pdm install

# commands
pdm run build-docs
pdm run format
pdm run game
pdm run lint
```

### Special Thanks

- [Pygame](https://www.pygame.org/)
- [Board Game Pack by Kenney](https://kenney.nl/assets/boardgame-pack)