Skip to content

TALCo-Team/CodeColosseum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Packages

No packages published

Languages

  • Rust 84.3%
  • Python 15.1%
  • C 0.6%