Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.
/ sirpent-rust Public archive

A multiplayer snake server to test the bounds of Rust Futures.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

sirpent-team/sirpent-rust

Repository files navigation

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.

About

A multiplayer snake server to test the bounds of Rust Futures.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages