Skip to content
This repository has been archived by the owner on Aug 26, 2020. It is now read-only.

A simplified Super Hexagon clone written in PureScript.

Notifications You must be signed in to change notification settings

i-am-tom/purescript-super-circles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PureScript Super Circle 🌪️

A simplified Super Hexagon clone written in PureScript. There are only two controls: the left and right arrow keys.

The code is one (fully documented) file in src/Main.purs; feel free to send me a tweet if you have any questions!

This was written for the JSOxford "Transpile All the Things" meetup.

Installation

Assuming you have a recent enough version of Node to have the npx command:

$ git clone https://github.com/i-am-tom/purescript-super-circles.git
$ cd purescript-super-circles
$ npm i
$ npx bower i
$ npm run build
$ python -m http.server -- Or whatever static server you prefer!

Navigate to localhost:8000 in your browser, and away you go!

About

A simplified Super Hexagon clone written in PureScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published