#Hexiles# ##Gameplay## Click here to see a live version of the game. ##Technology## This game was developed almost entirely in Scala.js: A technology which converts Scala source code into JavaScript.
I have a few lines of vanilla JavaScript in the html file to support displaying the instructions, but all of the core application logic and rendering is built in Scala. ##Working With the Project##
- Download and install sbt.
- Clone the project.
- Navigate to the hexiles-web folder in your terminal.
- Run
sbt
. - Run
test
to compile and test the project. - Fire up a webserver and open game.html. (I use IntelliJ to make this super easy.)
- Start hacking on the project yourself!