Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 696 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 696 Bytes

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)
  • chess (Chess)
  • dama (Gioco della Dama)

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/.