blob: 4634ae46d23a579b7d8fa5397f49d28f9d5dd3e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Haskell + Gamedev
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 game
```
## 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/
|