13 lines
180 B
Markdown
13 lines
180 B
Markdown
# 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
|
|
```
|