small platformer game
Go to file
nek0 3079ee74e1 some tinkering with cast and collision 2021-04-28 16:35:51 +02:00
extern/affection remove double export 2021-01-11 12:01:24 +01:00
gdd typos 2021-02-12 21:51:16 +01:00
res add test column 2021-02-18 07:25:46 +01:00
res-old cleaned files 2020-08-31 01:02:54 +02:00
src some tinkering with cast and collision 2021-04-28 16:35:51 +02:00
.gitignore ignore profiling data 2021-01-03 18:33:51 +01:00
CHANGELOG.md init 2020-08-30 17:36:32 +02:00
LICENSE init 2020-08-30 17:36:32 +02:00
README.md wrong key given 2021-04-17 10:16:07 +02:00
Setup.hs init 2020-08-30 17:36:32 +02:00
cabal.project get more output... 2020-12-14 03:12:04 +01:00
pituicat.cabal starting work on powerups. Drawable for now 2021-04-22 05:37:57 +02:00
shell.nix update 2021-02-16 06:18:52 +01:00

README.md

pituicat

This repository contains the source and game design files for the game pituicat.

This game is still an experimental work in progress, so things are subject to change and no version or revision numbers are being assigned (yet).

Build and run instructions

For any system you want to buil on, you will need a current version of ghc as well as the build tool cabal. Additional libraries may be needed, depending on your operating system.

Linux

I develop this game in NixOS, so the build instructions for this system are the ones I use on a daily basis.

NixOS

To set up the build environment, simply run this in the command line of your choice in the project's root directory:

nix-shell shell.nix

After the setup and build process is finished and you are given the prompt of the environmet you just built, you can run

cabal new-run

to compile and run the game.

Other Linux flavours

You will need at least the development libraries for sdl2 and a development setup for OpenGL.

TODO: provide list of development libraries this game directly depends on.

After setting up the system with all development dependencies, simply run

cabal new-run

for compiling and running the game.

Other operating systems

I wish you good luck with that. If you manage to run the game on other systms, ping me with build and run instructions on nek0@nek0.eu and I will gladly include them here.

Gameplay

To move around, use the D and A Keys respectively.

Press Space to jump.