Skip to content

Haskelloids: A reproduction of the Atari 1979 classic "Asteroids"

License

Notifications You must be signed in to change notification settings

keera-studios/Haskelloids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  1. Download and install stack from https://www.haskellstack.org.

  2. Clone the project and change to the project directory.

$ git clone [email protected]:keera-studios/Haskelloids.git
$ cd Haskelloids
  1. Build the project with stack.

$ stack build

  1. Run and enjoy playing!

$ stack exec Haskelloids