SebastianKG / asteroids

A very simple version of asteroids in Haskell.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Asteroids in Haskell

A simple implementation of Asteroids. Uses the Graphics.Gloss library to render the game, and accept keyboard input.

The game resets its state any time you die or destroy all the asteroids.

Controls

  • WASD to move
  • J to shoot

About

A very simple version of asteroids in Haskell.

License:Other


Languages

Language:Haskell 100.0%