Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simre1/platformer
A WIP platforming game written in Haskell.
https://github.com/simre1/platformer
game haskell platformer
Last synced: 28 days ago
JSON representation
A WIP platforming game written in Haskell.
- Host: GitHub
- URL: https://github.com/simre1/platformer
- Owner: Simre1
- License: bsd-3-clause
- Created: 2020-09-17T09:51:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T10:33:24.000Z (over 4 years ago)
- Last Synced: 2024-11-07T18:43:27.242Z (3 months ago)
- Topics: game, haskell, platformer
- Language: C
- Homepage:
- Size: 5.13 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# platformer
This is the platformer game I am currently working on.
## How to build
You need the following system libraries:
- sdl2
- sdl2_gfx
- sdl2_imageThen it should be as simple as:
```bash
git clone https://github.com/Simre1/platformer
cd platformer
cabal build
cabal exec game
```The main focus right now is implementing level creation through the [OGMO level editor](https://ogmo-editor-3.github.io/). Right now, only the player und platforms are available.