Skip to content

pi-etro/func-invaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Controls

To move the cannon use A/D or ⬅️/➡️ keys and to fire use space or left click.

Web version

The web version uses the shine library and can be played at https://pi-etro.gitlab.io/func-invaders-web/.

Build

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

About

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!

License

GNU General Public License v3.0