aboutsummaryrefslogtreecommitdiffstats
path: root/fungi.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixing up the difference between dish and population in PetriMatt Kohls2019-01-101-16/+31
|
* Adding simple growth function, also changing up Petri WIPMatt Kohls2018-12-101-21/+89
|
* Deleting initial Petri pointerMatt Kohls2018-12-051-0/+2
|
* Adding in Petri to be the fungus worldMatt Kohls2018-12-051-26/+126
| | | | | | There are probably a lot of possible problems with how this is currently implemented. Valgrind points to the possibility of lots of memory being leaked. The copy constructor doesn't seem to work right atm.
* Adding commentsMatt Kohls2018-12-051-2/+11
|
* Adding draw functions to SDLWindowMatt Kohls2018-12-051-9/+71
|
* Initial work towards SDL displayMatt Kohls2018-12-041-0/+174