blob: fd027269faae8f90eccbec703ef027a8e0182a0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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!
Using cabal:
```
cabal run
```
## Author
This was made by [Juan J. Martinez](https://www.usebox.net/jjm/about/me/).
The code is licensed MIT, the assets [CC-SA-NC](https://creativecommons.org/licenses/by-sa/2.0/).
Homepage: https://git.usebox.net/space-plat-hs/about/
|