pchmielowski / Rust-learning

A simple game in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Steps to run on WSL

  1. Install dependencies (see .travis.yml, also add cmake).

  2. Start SSH server:

sudo apt-get remove openssh-server
sudo apt-get install openssh-server # To make sure the full version is installed
sudo service ssh --full-restart
  1. Install and run Xming on Windows (host).

  2. Set display:

export DISPLAY=:0
  1. Run:
cargo run --release

About

A simple game in Rust


Languages

Language:Rust 100.0%