old-www/HOWTO/NCURSES-Programming-HOWTO/ncurses_programs/JustForFun
ᎠᎡ. Ѕϵrgϵ Ѵictor 512343884e GIT-alisation of old www content. 2020-08-23 10:33:19 +00:00
..
Makefile GIT-alisation of old www content. 2020-08-23 10:33:19 +00:00
README GIT-alisation of old www content. 2020-08-23 10:33:19 +00:00
hanoi.c GIT-alisation of old www content. 2020-08-23 10:33:19 +00:00
life.c GIT-alisation of old www content. 2020-08-23 10:33:19 +00:00
magic.c GIT-alisation of old www content. 2020-08-23 10:33:19 +00:00
queens.c GIT-alisation of old www content. 2020-08-23 10:33:19 +00:00
shuffle.c GIT-alisation of old www content. 2020-08-23 10:33:19 +00:00
tt.c GIT-alisation of old www content. 2020-08-23 10:33:19 +00:00

README

Description of files 
--------------------
JustForFun
    |
    |----> hanoi.c	-- The Towers of Hanoi Solver
    |----> life.c	-- The Game of Life demo
    |----> magic.c	-- An Odd Order Magic Square builder 
    |----> queens.c	-- The famous N-Queens Solver
    |----> shuffle.c	-- A fun game, if you have time to kill
    |----> tt.c		-- A very trivial typing tutor