diff --git a/README.md b/README.md new file mode 100644 index 0000000..4f3cbcf --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Haskel game +what if game, but in haskel? +a game made in Haskell with the sdl2 library +not a game yet + +to build execute: +```sh +cabal build +``` +to run execute: +```sh +cabal run +```