Skip to content

Westixy-FORK/rust-pong

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Arcades

Quick Start

  • add .env file in the project's root with the following lines.
RUST_LOG=error,info
RUST_BACKTRACE=0
SERVER_ADDR=127.0.0.1:9002
  • cargo build --bin server && ./target/debug/server or cargo run --bin server to run server.
  • cargo build --bin client && ./target/debug/client or cargo run --bin client to run client.

Before each push:

  • cargo check should not fail !!
  • cargo fmt to format your source code.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%