Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 285 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 285 Bytes

space-triangles

Some people call it Homeworlds but everyone knows it as Space Triangles!

Useful command reminders for now

Generate index.html to run script

elm make src/Main.elm

Generate main.js to run in main.html

elm make src/Main.elm --optimize and --output=main.js