summaryrefslogtreecommitdiffstats
path: root/constants.py
AgeCommit message (Collapse)AuthorFilesLines
2016-10-09Add new fish movement schemeRaymond Hogenson1-0/+3
2016-10-09Add twinklegroup11-5/+17
2016-09-27Merge branch 'master' of github.com:rayhogenson/bridgeRaymond Hogenson1-1/+1
2016-09-27Split files and finish render codeRaymond Hogenson1-0/+10
Although it is unlikely that this code will actually run, it is split up rather nicely such that it should be maintainable into the future. Right now only one fish is supported, and it moves at some fixed rate across the bridge. This is fine for a demo, but the rendering process will need to be changed significantly before the end.