Skip to content

andrewgremlich/rust_edge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RUST EDGE

A Rust port of my SNOW EDGE terminal-like game.

play game

In order to run the game you may either clone this repository or download the binary in the releases.

cloning repository

Install Rust

Clone repo with this command git clone https://github.com/andrewgremlich/rust_edge.git.

Go to the project folder in the terminal and run cargo run [easy, medium, hard].

download binary

Download the binary from the repository releases tab.

The binary will need to have permissions changed.

chmod 744 rust_edge for read, write, and execute permissions for the user.

Your operating system might not allow the binary to run, being downloaded from github. For MacOS and once you run the game once, the game will be blocked, Just go to security settings and there should be a little detail that says something along the lines "rust_edge has been blocked". Click allow anyway.

intention

This project has the intention to be my playground for learning Rust. So that could mean this little project actually becomes something, or it could not. just depends on how much I invest into this project to learn Rust.