/torii-gate

A Scala video game backend server attempt

Primary LanguageScala

Torii Gate

A basic multiplayer game server written in Scala, powered by zio-http used for the HTTP API and shardcake for entity sharding.

sbt project compiled with Scala 3

Usage

This is a normal sbt project. You can compile code with sbt compile, run it with sbt run, and sbt console will start a Scala 3 REPL.

For more information on the sbt-dotty plugin, see the scala3-example-project.