box-o-sand/curses-practice/JustForFun
2012-03-03 21:45:20 -05:00
..
hanoi.c a grand renaming so that the most significant portion of the name comes first 2012-03-03 21:45:20 -05:00
life.c a grand renaming so that the most significant portion of the name comes first 2012-03-03 21:45:20 -05:00
magic.c a grand renaming so that the most significant portion of the name comes first 2012-03-03 21:45:20 -05:00
Makefile a grand renaming so that the most significant portion of the name comes first 2012-03-03 21:45:20 -05:00
queens.c a grand renaming so that the most significant portion of the name comes first 2012-03-03 21:45:20 -05:00
README a grand renaming so that the most significant portion of the name comes first 2012-03-03 21:45:20 -05:00
shuffle.c a grand renaming so that the most significant portion of the name comes first 2012-03-03 21:45:20 -05:00
tt.c a grand renaming so that the most significant portion of the name comes first 2012-03-03 21:45:20 -05:00

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