https://github.com/ramonmeza/my_game
https://github.com/ramonmeza/my_game
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ramonmeza/my_game
- Owner: ramonmeza
- License: gpl-3.0
- Created: 2024-12-31T14:45:14.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-31T21:44:45.000Z (4 months ago)
- Last Synced: 2025-01-08T15:39:13.571Z (4 months ago)
- Language: Python
- Size: 741 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)