Skip to content

seanpile/space-junker-elm

Repository files navigation

space-junker

This is a port of Space Junker written as an experiment using Elm.

Technology used:

  • Elm (self-contained, runs in the browser)
  • WebGL (provides 3D graphics)
  • Webpack (provides build / bundling / dev server)

Installation

Requires npm

$ git clone https://github.com/seanpile/space-junker
$ cd space-junker

# Install all dependencies
$ npm install

# Install Elm packages
$ ./node_modules/.bin/elm-package install

# Start dev server
$ npm start

# Page is available at http://localhost:8080/index.html

Meta

Sean Dawson – @seanpiled

Distributed under the MIT license. See LICENSE for more information.

https://github.com/seanpile

About

Having fun with Elm!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages