Sirpent is a multiplayer snake server for playing AI games across a network. Under active development.
This implemention is to learn safe low-level systems programming in Rust, grow familiarity with network programming and explore Futures-based asynchronous programming in Rust.
Built upon Rust nightly which can be chosen and installed by rustup. Download the sirpent server with git: git clone https://github.com/sirpent-team/sirpent-rust.git
.
Run the server with cargo run
.
sirpent-rust
is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.
See LICENSE-APACHE, and LICENSE-MIT for details.