https://github.com/hlfshell/pygame_playground
Attempting to learn pygamae by slowly build out a prototype for a future project
https://github.com/hlfshell/pygame_playground
Last synced: about 1 year ago
JSON representation
Attempting to learn pygamae by slowly build out a prototype for a future project
- Host: GitHub
- URL: https://github.com/hlfshell/pygame_playground
- Owner: hlfshell
- Created: 2020-11-15T17:41:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-22T03:14:24.000Z (over 5 years ago)
- Last Synced: 2025-02-09T17:14:49.569Z (over 1 year ago)
- Language: Python
- Size: 55.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pygame_playground
A throwaway project. I'm attempting to learn pygamae by slowly build out a prototype for a future project (playing with AI algorithms and AI controlled agents). pygame seems like an excellent world builder to test those with, so I should play around with the basics and learn what I can about it first.
Most of this code got ported over and expanded upon in the [evolving-cars](https://github.com/hlfshell/evolving-cars) repo.