Skip to content

ohanhi/elm-game-base

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Elm game base

Example base for a game in Elm 0.19.

This codebase is made for an article. The main file here is Game.elm.

To get things up and running, you will need npm installed. Then clone this repository and navigate to the directory. The following commands should work for you even if you have a previous version of Elm installed globally:

› npm install
› npx elm reactor

Then you can point your browser to http://localhost:8000/Game.elm and try it out (arrows left/right and spacebar to control).

Licensed under BSD (3-clause).

About

Example base for a game in Elm 0.19

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages