all repos — hyperkaos @ ffeb273fb3030b0acfbf7f66e681f8ba90e2bd2c

lightweight modular puzzle/adventure game engine in C with SDL 1.2

TODO (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
-add tombstones to everything
  -encase obstacles in their own struct
  -adjust collision detection
  -adjust kListen
  -adjust deleteThing
  -anything else that might be affected by tombstones
-spell stuff
  -HUD
  -more spells:
    xbeam
    xphase-shift
    -time-warp
    -pyro
    -cryo
    -quake
    -ESP
    -majesty
  -add kaos for spell unlocks
  -add save data for spell knowledge
  -put spell animations in own include file in Kaos.h/Kaos.c
-encapsulate warp function?