diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-02-04 21:25:05 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-02-04 21:25:05 +0000 |
commit | 4ce663778b15f2a0e6be757f02db0a919a4ca4f6 (patch) | |
tree | 32cbafd235b8aa0690229477841fd0246c360393 /README.md | |
parent | 2103dc0dcf42fd2489d5f9e4fec46146f7cc9db5 (diff) | |
download | space-plat-hs-4ce663778b15f2a0e6be757f02db0a919a4ca4f6.tar.gz space-plat-hs-4ce663778b15f2a0e6be757f02db0a919a4ca4f6.zip |
Better description.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # Haskell + Gamedev -This is me playing with Haskell and SDL2. +This is me making a 2D platform game with Haskell and SDL2. I have some experience making games, but not much with Haskell! Using cabal: @@ -11,5 +11,5 @@ cabal run This was made by [Juan J. Martinez](https://www.usebox.net/jjm/about/me/). -Homepage: https://git.usebox.net/space-plat-hs/ +Homepage: https://git.usebox.net/space-plat-hs/about/ |