A 2d game POC written in Haskell with Reflex FRP and SDL2
- Tile based grid.
- Player avatar follows mouse press.
- Frames per seconds counter.
- Camera that follows the player in world coordinates
This game uses SDL2, SDL_Image, and SDL_ttf, you need to have them installed in your system.
stack build
stack run