Skip to content

An attempt at porting my space invaders game, originally written in Clojure, to PureScript

Notifications You must be signed in to change notification settings

quephird/space-invaders-ps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This is a rewrite of my space invaders game that I wrote in Clojure; you can see that project here.

Getting it running

  • Make sure you have PureScript installed; if you don't, go here for directions.

  • Make sure you have pulp installed; if you don't, go here for directions.

  • Clone this repository:

    git clone https://github.com/quephird/space-invaders-ps
    
  • Change into the new directory and run this to bring down all of the dependencies:

    pulp dep install
    
  • Insure that the dist subdirectory exists; if it doesn't create it otherwise the next step will fail. (You will only need to do this once.)

  • Run the following to compile all of the source code for the game:

    pulp build -O --main Main --to dist/Main.js
    
  • Open the main HTML file in the browser by navigating to ``$PROJECT_DIRECTORY/html/Main.html`.

Playing it live right now

Welp, go right here!

About

An attempt at porting my space invaders game, originally written in Clojure, to PureScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published