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"
- Host: GitHub
- URL: https://github.com/keera-studios/haskelloids
- Owner: keera-studios
- License: other
- Created: 2017-10-20T17:49:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-10T19:52:03.000Z (over 4 years ago)
- Last Synced: 2025-03-24T11:21:17.871Z (3 months ago)
- Topics: frp, functional-reactive-programming, game, haskell, opengl, yampa
- Language: Haskell
- Size: 34.2 KB
- Stars: 10
- Watchers: 4
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`