box-o-sand/JustForFun
2009-11-18 19:36:45 -05:00
..
hanoi.c doing some find+sed cleanup 2009-11-18 19:36:45 -05:00
life.c doing some find+sed cleanup 2009-11-18 19:36:45 -05:00
magic.c doing some find+sed cleanup 2009-11-18 19:36:45 -05:00
Makefile doing some find+sed cleanup 2009-11-18 19:36:45 -05:00
queens.c doing some find+sed cleanup 2009-11-18 19:36:45 -05:00
README doing some find+sed cleanup 2009-11-18 19:36:45 -05:00
shuffle.c doing some find+sed cleanup 2009-11-18 19:36:45 -05:00
tt.c doing some find+sed cleanup 2009-11-18 19:36:45 -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