markgrebe / Blankeroids

Asteroids using Haskell, Yampa, and BlankCanvas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blankeroids

Asteroids using Haskell, Yampa, and BlankCanvas

This is a version of Asteroids for Haskell written using the FRP DSL Yampa. It uses the University of Kansas's blank-canvas library to provide graphical output to a web browser. After starting the Blankeroids executable from the command line, the output may be displayed by poining a browser to http://localhost:3000.

Left and Right arrows turn the ship, Up arrow provides thrust, Down arrow is hyperspace, and the space key fires the cannon.

About

Asteroids using Haskell, Yampa, and BlankCanvas

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%