]> git.draconx.ca Git - rrace.git/commit
Implement some basic gameplay.
authorNick Bowler <nbowler@draconx.ca>
Fri, 4 Mar 2022 07:17:05 +0000 (02:17 -0500)
committerNick Bowler <nbowler@draconx.ca>
Fri, 4 Mar 2022 07:17:05 +0000 (02:17 -0500)
commit2529a9651d160ab3a17118d778f5e5584d040765
treec0501d6ac1a6c6b1bbf0fdd8d817fc0d9983b2a0
parent683ddffaa0940d7c8b792d790c617e6950ce7a1a
Implement some basic gameplay.
12 files changed:
.gitignore
Makefile.am
configure.ac
src/game.c [new file with mode: 0644]
src/game.h [new file with mode: 0644]
src/motif.c
src/motif.h
src/motif_ui.c
src/x11.c [new file with mode: 0644]
t/boardmove.c [new file with mode: 0644]
tests/game.at [new file with mode: 0644]
testsuite.at [new file with mode: 0644]