]> git.draconx.ca Git - rrace.git/commit
Track elapsed time of the game.
authorNick Bowler <nbowler@draconx.ca>
Thu, 10 Mar 2022 04:44:39 +0000 (23:44 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sat, 12 Mar 2022 21:13:09 +0000 (16:13 -0500)
commitec2e7b448d7d0d404c0b3102c5b25ac9464d9fc5
tree869d6b4834fc9bd8f66d56a69c34051260cc7dc3
parente63b5c4d1965ee2ea238441ed0dba468f64da137
Track elapsed time of the game.

Since this is a speed solving game, it is kind of important to know
how much time it took to solve the puzzle.  Start by adding a timer to
the game state so we can print elapsed time at the end.  Related GUI
elements will be coming later.

The game will no longer start immediately.  When the program is
launched, it will begin in a winning state.
Makefile.am
m4/.gitignore
m4/gnulib-cache.m4
src/game.c
src/game.h
src/motif.c
src/motif_ui.c