fencer/game/src
2023-11-24 23:21:11 +01:00
..
beat-em-up.c feat(game): now creating punching bag prop in play() 2023-11-24 23:21:11 +01:00
Player.c feat(player): player now destroys all objects it creates. Made collision shape smaller 2023-11-24 23:20:57 +01:00
Player.h feat(player): player now implements physics entity 2023-11-24 21:16:28 +01:00
PlayerStates.c feat(animation): separated sprite flip logic into helper function 2023-11-24 21:17:24 +01:00
PlayerStates.h feat(player): players state machine is now it's own file 2023-11-24 19:08:48 +01:00
Prop.c feat(game): added prop object to represent simple static props 2023-11-24 23:20:25 +01:00
Prop.h feat(game): added prop object to represent simple static props 2023-11-24 23:20:25 +01:00