Skip to content

yanfrimmel/InvasiveSpecies

Repository files navigation

InvasiveSpecies

A 2d game POC written in Haskell with Reflex FRP and SDL2

Example with open terminal

Features

  • Tile based grid.
  • Player avatar follows mouse press.
  • Frames per seconds counter.
  • Camera that follows the player in world coordinates

How to use

Prerequisites

This game uses SDL2, SDL_Image, and SDL_ttf, you need to have them installed in your system.

To build

    stack build

To run

    stack run

About

A 2d game written in Haskell with Reflex FRP and SDL2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published