An open API service indexing awesome lists of open source software.

https://github.com/keera-studios/haskelloids

Haskelloids: A reproduction of the Atari 1979 classic "Asteroids"
https://github.com/keera-studios/haskelloids

frp functional-reactive-programming game haskell opengl yampa

Last synced: 2 months ago
JSON representation

Haskelloids: A reproduction of the Atari 1979 classic "Asteroids"

Awesome Lists containing this project

README

        

# Installation

1. Download and install stack from .

2. Clone the project and change to the project directory.

```
$ git clone [email protected]:keera-studios/Haskelloids.git
$ cd Haskelloids
```

3. Build the project with stack.

`$ stack build`

4. Run and enjoy playing!

`$ stack exec Haskelloids`