]> git.draconx.ca Git - rrace.git/history - src/game.c
Pack/unpack the tile planes arithmetically.
[rrace.git] / src / game.c
2022-12-14 Nick BowlerPack/unpack the tile planes arithmetically.
2022-12-07 Nick BowlerImprove game_check_goal implementation slightly.
2022-06-12 Nick BowlerAdd a debug mode to make the game stupidly easy.
2022-03-17 Nick BowlerAdd timer display.
2022-03-12 Nick BowlerReport changed positions from game_do_move.
2022-03-12 Nick BowlerOnly redraw changed tiles when right clicking.
2022-03-12 Nick BowlerTrack elapsed time of the game.
2022-03-10 Nick BowlerRight clicking on game area now shows the objective.
2022-03-09 Nick BowlerVery slightly simplify game_reset implementation.
2022-03-05 Nick BowlerCheck victory condition so the game is winnable.
2022-03-04 Nick BowlerImplement some basic gameplay.