https://github.com/mchakravarty/lazy-lambda
Lazy Lambda — a Flappy Bird clone in Haskell with SpriteKit
https://github.com/mchakravarty/lazy-lambda
game haskell spritekit
Last synced: 10 months ago
JSON representation
Lazy Lambda — a Flappy Bird clone in Haskell with SpriteKit
- Host: GitHub
- URL: https://github.com/mchakravarty/lazy-lambda
- Owner: mchakravarty
- License: other
- Created: 2016-09-16T06:19:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-17T06:33:49.000Z (over 9 years ago)
- Last Synced: 2025-03-18T04:35:25.581Z (10 months ago)
- Topics: game, haskell, spritekit
- Language: Haskell
- Size: 344 KB
- Stars: 74
- Watchers: 9
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Lazy Lambda — a Flappy Bird clone in Haskell with SpriteKit

Lazy Lambda is a clone of Flappy Bird in Haskell based on the [Haskell SpriteKit binding](https://github.com/mchakravarty/HaskellSpriteKit). Check out the video and slides of my [Compose :: Melbourne 2016](http://www.composeconference.org/2016-melbourne/day-one-program/) keynote, where I outline the concepts behind the SpriteKit binding and live code Lazy Lambda:
> https://speakerdeck.com/mchakravarty/playing-with-graphics-and-animations-in-haskell
For the best Haskell SpriteKit development experience, check out [Haskell for Mac](http://haskellformac.com). The Lazy Lambda code in this repository already comes in the form of a Haskell for Mac project.