Wizards of Portal
[ ![Build Status] travis-image ] travis
This is like tic-tac-toe, but with deep strategy and tactics.
How to run
You need to have JRE8+ and bash.
- Clone repository
- Enter cloned directory
./sbt
to open SBT consoleserver/re-start
in DBT console- Open http://localhost:7181 in your brouser
To stop server run server/re-stop
in SBT console.
How to build
For Debian
$ ./sbt debian:packageBin
$ ls ./server/target/wizards-of-portal_0.1.0_all.deb
Universal package
$ ./sbt universal:packageBin
$ ls ./server/target/universal/wizards-of-portal-0.1.0.zip