change
This commit is contained in:
parent
71b44fac87
commit
463e51ebcd
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
# Game of life
|
||||
|
||||
A CS100 project. The git history is lost because the original git repository was deleted, this one was reconstructed from the files I submitted. A compiled version for windows is provided, you can compile for mac and linux using the provided makefile, minor changes to makefile might be required.
|
||||
A CS100 project. The git history is lost because the original git repository
|
||||
was deleted, this one was reconstructed from the files I submitted. Compiled
|
||||
versions for linux and windows are provided in the releases, and you can
|
||||
compile yourself using the provided makefile.
|
||||
|
|
Reference in a new issue