https://github.com/jmiszczak/pygame-tests
Some tests with PyGame and LOVE
https://github.com/jmiszczak/pygame-tests
Last synced: about 2 months ago
JSON representation
Some tests with PyGame and LOVE
- Host: GitHub
- URL: https://github.com/jmiszczak/pygame-tests
- Owner: jmiszczak
- Created: 2020-03-01T19:57:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-28T11:07:18.000Z (over 1 year ago)
- Last Synced: 2025-01-17T14:24:43.370Z (3 months ago)
- Language: Python
- Homepage:
- Size: 460 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pygame-tests
This is repo for my tests with PyGame. Currently it includes:- Sierpinski trangle and carpet.
- Visualisation of random geometric graphs (based on NetworkX).
- Simple L system.
- Some fun with random images.
- Demonstration of reinforcement learning in Frozen Lake game.