https://github.com/heardacat/pygame-examples
https://github.com/heardacat/pygame-examples
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/heardacat/pygame-examples
- Owner: HeardACat
- Created: 2024-10-27T01:00:30.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-02T06:01:12.000Z (6 months ago)
- Last Synced: 2025-03-26T16:40:05.671Z (2 months ago)
- Language: Python
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pygame examples
Python [Arcade](https://api.arcade.academy/en/latest/) as a wealth of examples. Whereas it may be difficult to find similar examples for `pygame`.
This repository attempts two things:
- Provide examples which mirror [Arcade](https://api.arcade.academy/en/latest/)
- Ensure examples are compatible with [pygbag](https://github.com/pygame-web/pygbag)To promote ease and speed of development, we will use only [one tileset](https://www.kenney.nl/assets/tiny-dungeon), with [bitmap fonts](https://kenney.nl/assets/kenney-fonts), and a pre-determined [light (Latte) and dark (Mocha) color palettes ](https://catppuccin.com/palette).
[See the docs](https://monomoggy.github.io/pygame-examples/)