Added a supercover line algorithm for better collision detection
[kaka/rust-sdl-test.git] / src / core / level / mod.rs
2021-02-07 Tomas WenströmAdded a supercover line algorithm for better collision...
2021-02-01 Tomas WenströmWIP: Wall intersection
2021-01-31 Tomas WenströmCollect wall points into walls and place them in a...
2021-01-30 Tomas WenströmGeneric grids
2021-01-30 Tomas WenströmPoint2D -> Point
2021-01-30 Tomas WenströmRefactored level generation + fixed bug with wall finding