Skip to content

CM-Tech/snowy

 
 

Repository files navigation

Snowy

An experimental WebSocket game using Scala and Scala.js

  1. Cloning / Downloading
  2. Running
  3. Customization

Cloning / Downloading

  1. Download Java: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
  2. Download SBT: http://www.scala-sbt.org/
  3. Clone the git repository: git clone https://github.com/mighdoll/snowy.git

Running

  1. Cd into the project: cd snowy
  2. Run snowy: sbt run or sbt reStart shell

Customization

  • To spawn test users run sbt it:run
  • Change port inside this file: server/src/main/resources/application.conf
  • Change game features in this file: shared/src/main/scala/snowy/GameConstants.scala

Credits

This project was created by:

With massive help from:

YourKit Logo

YourKit kindly supports open source projects with its full-featured Java Profiler and .NET Profiler. We turn to YourKit's Java Profiler as the standard reference for code performance, leak analysis, and more.

Releases

No releases published

Packages

 
 
 

Languages

  • Scala 98.5%
  • Other 1.5%