Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 354 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 354 Bytes

Rust Rogue-like Game

A Rogue-like game I'm creating while following along this cool tutorial.

Running the game

  • Make sure you have Rust installed: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  • Install dependencies: cargo install
  • Run! cargo run