]> git.cworth.org Git - wordgame/commit
Move the main game logic from grid.c to new word-game.c
authorCarl Worth <cworth@raht.cworth.org>
Sat, 23 Sep 2006 07:26:27 +0000 (00:26 -0700)
committerCarl Worth <cworth@raht.cworth.org>
Sat, 23 Sep 2006 07:26:47 +0000 (00:26 -0700)
commit352e7bb836a852c4df6810e6be58990f602cf7a1
tree695d7e8ace0e72923f1694a41c782ce79fcf1937
parent38b0d9c74ac0bd90a6249b0ec45ae7c9a41bdaa7
Move the main game logic from grid.c to new word-game.c

The idea here is to make it very easy to have many games
which are basically variations of the same theme.
Makefile
dict.c
dict.h
grid.c
word-game.c [new file with mode: 0644]
word-game.h [new file with mode: 0644]