aboutsummaryrefslogtreecommitdiff
path: root/games/ncursesoflife/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2020-11-14 06:10:12 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-11-14 17:16:42 +0700
commite6072056e771bcf271f7bb67ff6d3e2a3bdefabf (patch)
treed84b9b6e954240b8fefe0884845b468633dc16a9 /games/ncursesoflife/README
parentbf5da0a0ca6432eaf8961a1997c4caf850e4f99a (diff)
games/ncursesoflife: Added (console Conway's Game of Life)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/ncursesoflife/README')
-rw-r--r--games/ncursesoflife/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/games/ncursesoflife/README b/games/ncursesoflife/README
new file mode 100644
index 0000000000..28c038edea
--- /dev/null
+++ b/games/ncursesoflife/README
@@ -0,0 +1,5 @@
+ncursesoflife (console Conway's Game of Life)
+
+ncursesoflife is a simple Conway's Life simulator, with the ability
+to draw your own patterns and run the simulation one step at a time
+or continuously. It runs in a terminal and uses keyboard controls.