Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 559 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 559 Bytes

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.