Code Colosseum is a platform to create multiplayer algorithmic games.
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/
.
Currently implemented games are:
roshambo
(Rock Paper Scissors)royalur
(Royal Game of Ur)chess
(Chess)dama
(Gioco della Dama)
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/.