z1ko / CodeColosseum

CodeColosseum coding games framework

Home Page:https://dariost.github.io/CodeColosseum/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeColosseum

Code Colosseum is a platform to create multiplayer algorithmic games.

Build from source

You can build the Code Colosseum server and client using the following command:

cargo build --release

The resulting binaries will be found in the directory target/release/.

Games

Currently implemented games are:

  • roshambo (Rock Paper Scissors)
  • royalur (Royal Game of Ur)

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.

About

CodeColosseum coding games framework

https://dariost.github.io/CodeColosseum/

License:Mozilla Public License 2.0


Languages

Language:Rust 86.0%Language:Python 13.4%Language:C 0.6%