Little game I started to teach myself elm. Rendered with SVG.
Go to file
John Shaver 302ed7b843 Updated License. 2018-09-17 15:14:00 -07:00
src Added auto wrapping of location. 2017-06-29 10:50:54 -07:00
tests Added function to check for collision of rectangles. 2017-06-28 14:18:55 -07:00
.gitignore Added node_modules to gitignore 2017-06-01 21:14:45 -07:00
LICENSE.md Update LICENSE.md 2016-10-18 11:18:33 -07:00
README.md Added instructions to the README. 2017-06-29 08:56:23 -07:00
elm-package.json Updated License. 2018-09-17 15:14:00 -07:00
main.elm Refactored into multiple files. Still need to work on the structure. 2017-06-24 21:45:03 -07:00
package-lock.json Updated package.json 2017-06-17 15:31:32 -07:00
package.json Added test some npm commands 2017-06-28 14:09:38 -07:00

README.md

elmman

I wanted to learn a functional programming language. Elm seemed to have a strong following and I like Redux (which was heavily based off of the Elm architecture) so I started this project to learn Elm.

Here is the demo. I will try to keep it updated as I make more progress.

So far you can use the arrow keys to move elman around the screen.