Refactor
[kaka/rust-sdl-test.git] / src / core / game.rs
2021-01-24 Tomas WenströmRefactor
2021-01-23 Tomas WenströmGenerate a grid with cellular automata
2021-01-23 Tomas WenströmDo rendering via a renderer instead of sdl
2021-01-19 Tomas WenströmLimit stick point to unit vector
2021-01-17 Tomas WenströmBolls bounce on walls
2021-01-17 Tomas WenströmPrint joystick power level when pressing start
2021-01-17 Tomas WenströmNo need for mutable references
2021-01-17 Tomas WenströmUse durations everywhere!
2021-01-17 Tomas WenströmFleshed out the controller
2021-01-17 Tomas WenströmAdded simple bolls mario can shoot
2021-01-14 Tomas WenströmImplemented more operators for point
2021-01-12 Tomas WenströmAdded a basic gamestate with a controlled mario