https://github.com/vtan/spanout
A breakout clone written in Haskell
https://github.com/vtan/spanout
breakout frp game haskell
Last synced: 4 months ago
JSON representation
A breakout clone written in Haskell
- Host: GitHub
- URL: https://github.com/vtan/spanout
- Owner: vtan
- License: other
- Created: 2015-07-14T18:34:35.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2023-05-29T15:53:43.000Z (over 2 years ago)
- Last Synced: 2025-10-03T19:37:00.706Z (4 months ago)
- Topics: breakout, frp, game, haskell
- Language: Haskell
- Size: 67.4 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spanout [](https://hackage.haskell.org/package/spanout)
A breakout clone written in Haskell using the
FRP library [*netwire*](http://hackage.haskell.org/package/netwire) and
vector graphics library [*gloss*](https://hackage.haskell.org/package/gloss).

## Usage
Hit all the bricks and don't let the ball fall off.
* Mouse – bat control
* `Space` – skip current level
## Compiling
Tested with GHC 9.2.8 and Cabal 3.6.2.0, both of which you can install with ghcup:
```
cabal run
```