aboutsummaryrefslogtreecommitdiff
path: root/Demos
AgeCommit message (Expand)Author
2025-01-02Introduce HasState to simplify state programming.3gg
2025-01-01Remove TODO after fix in previous commit.3gg
2025-01-01Streamling the Game monad, use MonadIO for automatic lifting.3gg
2024-12-31Add enough audio for background music.3gg
2024-12-31Tweaks.3gg
2024-12-30Use bounding volume in other places.3gg
2024-12-30Simplify Game monad.3gg
2024-12-30Move window setup to App.3gg
2024-12-30Spacing.3gg
2024-12-24New physics module.3gg
2024-11-18Fix momentum.3gg
2024-11-17Remove vsync to fix stuttering.3gg
2024-08-20UI adjustments.3gg
2024-08-20Basic enemy AI.3gg
2024-08-20Tidy.3gg
2024-08-15Better event handling.3gg
2024-08-14Larger window3gg
2024-08-14Smoother collisions.3gg
2024-05-24WASD controls.3gg
2023-10-04Fix resize hang.3gg
2023-10-04Clean up.3gg
2023-10-02First pass at render backend.3gg
2023-09-14New Timer module and game loop with semi-fixed time step.3gg
2023-08-31New Algebra module and Spatial abstraction.3gg
2023-08-23Better physics and Vector class rename.3gg
2023-08-23Render without deforming paddles/ball.3gg
2023-03-10Minor refactoring and formatting.3gg
2023-03-10Compile demos with main project.3gg