.git/COMMIT_EDITMSG
This commit is contained in:
parent
aa58440983
commit
7e72c05b0b
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
|
@ -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
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue