pew pew pew
Go to file
2017-12-21 15:04:55 +01:00
assets playable! 2017-12-21 05:21:20 +01:00
src linted 2017-12-21 14:43:13 +01:00
.gitignore making rewrite 2017-12-16 19:06:36 +01:00
cabal.config making rewrite 2017-12-16 19:06:36 +01:00
ChangeLog.md init 2016-12-26 22:26:25 +01:00
haskelloids.cabal update and version bump 2017-12-21 15:04:55 +01:00
LICENSE init 2016-12-26 22:26:25 +01:00
README.md update and version bump 2017-12-21 15:04:55 +01:00
screenshot.png update and version bump 2017-12-21 15:04:55 +01:00
Setup.hs init 2016-12-26 22:26:25 +01:00

haskelloids

A small game written in Haskell using my own game engine "Affection".

How it looks

Build instructions

I recommend highly to use cabal sandboxes for building this project.

Dependencies

to build this you need a working Haskell build environment and following development libraries:

  • sdl2
  • libglew

You will also need the engine package itself, which can be obtained at its own repo. YOu cann add it to your by invoking cabal sandbox add-source <path>.

To install all haskell package dependencies, invoke cabal install --only-dependencies.

This will take quite some time. Be patient.

Building

If all is well, you can invoke cabal build and watch everything come together.

Running

To run the game, just execute the binary dist/build/haskelloids/haskelloids in your build location.