Updated README.md

This commit is contained in:
Phyks 2013-08-01 18:35:13 +02:00
parent 7d8cafd1e5
commit d895e80791
1 changed files with 28 additions and 14 deletions

View File

@ -1,20 +1,34 @@
Conway Game of Life Conway Game of Life
=================== ===================
An implementation of the famous Game Of Life from Conway ( https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life ) in C. It uses ncurses to display a randomly generated view that follows the rules of the Game Of Life. An implementation of the famous Game Of Life from Conway ( https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life ) in C.
LICENSE It uses ncurses to display a randomly generated view that follows the rules of the Game Of Life.
=======
TLDR; I don't give a damn to anything you can do using this code. It would just be nice to ## Usage
quote where the original code comes from.
Just compile it using gcc with -ncurses argument :
<code>gcc -ncurses main.c</code>
Then, you can launch it with an argument giving the initial percentage of alive cells :
<code>./a.out density</code> (where density is in [|0,100|])
# LICENSE
### TLDR;
I don't give a damn to anything you can do using this code. It would just be nice to
quote where the original code comes from.
* -------------------------------------------------------------------------------- --------------------------------------------------------------------------------
* "THE NO-ALCOHOL BEER-WARE LICENSE" (Revision 42): "THE NO-ALCOHOL BEER-WARE LICENSE" (Revision 42):
* Phyks (webmaster@phyks.me) wrote this file. As long as you retain this notice you
* can do whatever you want with this stuff (and you can also do whatever you want Phyks (phyks@phyks.me) wrote this file. As long as you retain this notice you
* with this stuff without retaining it, but that's not cool...). If we meet some can do whatever you want with this stuff (and you can also do whatever you want
* day, and you think this stuff is worth it, you can buy me a <del>beer</del> soda with this stuff without retaining it, but that's not cool... :/ ). If we meet some
* in return. day, and you think this stuff is worth it, you can buy me a <del>beer</del> soda
* Phyks in return.
* --------------------------------------------------------------------------------- Phyks
---------------------------------------------------------------------------------