Little game I started to teach myself elm. Rendered with SVG.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
John Shaver 302ed7b843
Updated License.
5 years ago
src Added auto wrapping of location. 6 years ago
tests Added function to check for collision of rectangles. 6 years ago
.gitignore Added node_modules to gitignore 6 years ago
LICENSE.md Update LICENSE.md 7 years ago
README.md Added instructions to the README. 6 years ago
elm-package.json Updated License. 5 years ago
main.elm Refactored into multiple files. Still need to work on the structure. 6 years ago
package-lock.json Updated package.json 6 years ago
package.json Added test some npm commands 6 years ago

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.