https://github.com/singpolyma/ludumdare25
You Are the Villan
https://github.com/singpolyma/ludumdare25
Last synced: about 2 months ago
JSON representation
You Are the Villan
- Host: GitHub
- URL: https://github.com/singpolyma/ludumdare25
- Owner: singpolyma
- License: other
- Created: 2012-12-15T08:33:37.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-15T22:22:24.000Z (over 13 years ago)
- Last Synced: 2025-03-23T11:25:34.739Z (about 1 year ago)
- Language: Haskell
- Size: 320 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
You have captured the boy king, but now must escape through the wooods.
Rumour has it there's a HERO about.
== Installation ==
You will need ghc and cabal-install to build this from source. On Debian you can get these with:
sudo apt-get install ghc cabal-install
On windows you can get them by installing the Haskell Platform from .
You will also need SDL and related libraries. On Debian you can get these with:
sudo apt-get install libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-gfx1.2-dev libsdl-ttf2.0-dev
Then run the following command:
cabal install containers errors elerea elerea-sdl SDL SDL-image SDL-ttf SDL-mixer data-lens basic-prelude random utility-ht text
and then finally the normal:
make
You can run the game by running:
dist/build/LudumDare25/LudumDare25
(Note that the executable *MUST* by run while you are in the folder with the assets.)