Skip to content

Latest commit

 

History

History
70 lines (56 loc) · 1.43 KB

TODO.md

File metadata and controls

70 lines (56 loc) · 1.43 KB

TODO

  • Multiplayer game with an automatically generated code
  • In progress ! More tracks (additions, powers, divisions, multiplications, scientific notation etc).
  • Add calculations to map 1-2
  • Add marks on the floor of the tollbooth to help the player.
  • Play with help
  • Help
  • Webgl version of canvas.h (issue #4)
  • Better performance on old hardware (issue #3)
  • Story mode (like in SuperTuxKart)
  • Mobile controls
  • CRT effect and arcade cabinet background
  • Fix the map editor
  • Better makefile
  • Put images and fonts in structures
  • Add comments and optimize the code (June 29, 2023)

Cleanup progress

inc

  • inc/calc.h
  • inc/fonts.h
  • inc/game.h
  • inc/graphics.h
  • inc/keyboard.h
  • inc/map.h
  • inc/memory.h
  • inc/player.h
  • inc/text.h
  • inc/tiles.h
  • inc/touch.h
  • inc/worlds.h

src

  • src/calc.c
  • src/CalcRace.html (There is not a lot there so ... I'll mark that as done)
  • src/game.c
  • src/keyboard.c (I think I could improve it)
  • src/main.c
  • src/map.c
  • src/memory.c
  • src/player.c
  • src/run.sh (Will be removed soon)
  • src/text.c
  • src/tiles.c
  • src/touch.c

lib

Headers

  • lib/audio.h
  • lib/canvas.h
  • lib/image.h

C source

  • lib/audio.c
  • lib/canvas.c
  • lib/image.c

tools

  • tools/imgconv_lib.py
  • tools/imgconv.py
  • tools/mapeditor/index.html