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: 2 months 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 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-11T01:48:22.000Z (about 12 years ago)
- Last Synced: 2025-10-09T20:39:19.472Z (2 months ago)
- Language: Python
- Size: 109 KB
- Stars: 0
- Watchers: 1
- 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 framerate
retrospective
=============
+ 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