Skip to content

mpace965/svg-grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SVG Grid

This is an svg grid in elm to run graph algorithms and simulations on. The dimensions of the grid are fully parameterized, check out Constants.elm.

This project was inspired by a Tron game AI competition hosted by the Purdue Hackers. I've been meaning to learn Elm for a while, and I wanted to try my hand at making a Tron AI in Elm.

Currently there is no AI, just a breadth first search algorithm that runs on the graph.

Installing

  1. Install elm 0.18.0
  2. In the root of this repo, run elm-reactor
  3. Navigate to http://localhost:8000
  4. Click on Main.elm

elm-reactor will automatically recompile the Elm code every time you refresh the webpage.

About

Experiments with an svg grid in Elm.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages