Skip to content

alexspurling/simonsays

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simon Says

An implementation of the game Simon Says in Elm 0.17

Click here to play

Build with npm and gulp

Install Elm

Download the code with git, then use npm and gulp to build the code:

$ git clone https://github.com/alexspurling/simonsays.git
$ cd simonsays
$ npm install
### Wait for a ton of dependencies to be downloaded
### Install the gulp cli (if you haven't already)
$ sudo npm install --global gulp-cli
### Build the project
$ gulp build
$ gulp serve

Navigate to: [http:https://localhost:3000/index.html] (note I cannot use the Elm Reactor because I am using ports to play sounds)