Skip to content

choffmann/isometric-defence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Isometric-Defence

in cooperation with @akatranlp

Get started

To run the game, build the src/Main.elm file into public/elm.js, like

elm make src/Main.elm --output=public/elm.js

After that, you can open the index.html file in your browser.

The Game request an internal Tileset Image, so you have to host your own server (e.g. python http.server)

cd public
python3 -m http.server

Now you can open the game over http://localhost:8000

Or open the game over GitHub-Pages on https://choffmann.github.io/isometric-defence/

The Game

TopDown Isometric
TopDown Isometric

Tower-Defence Game developed in Elm. You can switch between TopDown- and Isometric View

About

Tower-Defence Game written in Elm with Isometric view

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published