sirpent-team / sirpent-rust

A multiplayer snake server to test the bounds of Rust Futures.
https://sirpent-team.github.io/sirpent-rust/
Apache License 2.0
7 stars 0 forks source link
asynchronous game-server rust tokio

Synopsis

Sirpent is a multiplayer snake server for playing AI games across a network. Under active development.

Motivation

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.

Installation

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.

License

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.