To move the cannon use A
/D
or ⬅️/➡️ keys and to fire use space
or left click
.
The web version uses the shine library and can be played at https://pi-etro.gitlab.io/func-invaders-web/.
To build use:
stack build
This project uses the gloss library, so it might be necessary to install some dependencies before stack builds the project successfully. Once the project is built, run the game with:
stack run
Func Invaders is a Space Invaders clone implemented with the Haskell functional programming language. This project was developed by me for the Programming Paradigms course at UFABC.
Have fun!