Skip to content

Releases: muellevin/RARS_Game_of_Life

adding 2 objects and video

05 Nov 16:38
Compare
Choose a tag to compare

Stable a bit optimized version

30 Oct 19:49
Compare
Choose a tag to compare

You can now draw gliders and smileys

What's Changed

Full Changelog: v1.0.0...v1.1.0

first stable version

29 Oct 16:33
86f9b2a
Compare
Choose a tag to compare

fixed problem with fpgrars and done unittests

What's Changed

New Contributors

Full Changelog: v0.1.0...v1.0.0

v0.1.0

28 Oct 09:26
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First version of Game of life. Currentlly working fine on RARS with Display size 512x512 and lower.
I tried to run it on FPGRARS but the cells are not correctly displayed.
There are not really unittests in this pre-release. The UT will be implemented as next task.

Full Changelog: https://github.com/muellevin/RARS_Game_of_Life/commits/v0.01