# Game design resources

## Game Math

- [https://gamemath.com/book/intro.html](https://gamemath.com/book/intro.html) (I own the first edition from 2002 :D)

## Physics

- [Coding a 2D Physics Engine](https://www.youtube.com/playlist?list=PLtrSb4XxIVbpZpV65kk73OoUcIrBzoSiO)
- [bump.lua](https://github.com/kikito/bump.lua)
- [HC](https://github.com/vrld/HC) (lua)