diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-02-06 12:17:13 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-02-06 12:17:13 +0000 |
commit | 116c1db2b45bac6db66119825d316662f6eb913c (patch) | |
tree | 89309c047e014f13da1a9d896853d63e202458d8 | |
parent | b9578c2a2c60d75c4a4d4519f10b99703ee5ea27 (diff) | |
download | space-plat-hs-116c1db2b45bac6db66119825d316662f6eb913c.tar.gz space-plat-hs-116c1db2b45bac6db66119825d316662f6eb913c.zip |
Clarification
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,11 +1,11 @@ # Haskell + Gamedev -This is me making a 2D platform game with Haskell and SDL2. I have some experience making games, but not much with Haskell! +This a 2D platform game made with Haskell and SDL2. I have some experience making games, but not much with Haskell! Using cabal: ``` -cabal run +cabal run game ``` ## Author |