Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexdelorenzo/game_of_py
i woke up at 6am on a sunday and had nothing better to do than write this.
https://github.com/alexdelorenzo/game_of_py
Last synced: about 1 month ago
JSON representation
i woke up at 6am on a sunday and had nothing better to do than write this.
- Host: GitHub
- URL: https://github.com/alexdelorenzo/game_of_py
- Owner: alexdelorenzo
- Created: 2013-09-29T14:30:14.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-11T01:48:22.000Z (about 11 years ago)
- Last Synced: 2023-08-02T05:36:54.584Z (over 1 year ago)
- Language: Python
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
game_of_py
==========i woke up at 6am on a sunday and had nothing better to do than write this.
versions
========game_of_py.py conforms to the test spec
gol.py and pyglet view can be run in pypy for a decent framerateretrospective
=============
+ writing tests made fleshing out code for a simulation i was unfamiliar with easy
+ had to discern what operations on data accrued what performance penalty really for the first time in a project
+ the above led to learning about profiling modules and different python implementations
+ modelling data in a heavy OO way is resource intensive, conforming to tests without that constraint hindered the scripts performance