Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 390 Bytes

readme.md

File metadata and controls

13 lines (10 loc) · 390 Bytes

Rustdino

A simple program that wants to clone the famous chrome dino game.

Usage

  1. Clone the repository to your local machine
  2. Open a terminal or command prompt and navigate to the directory where the program is stored
  3. Compile the program using the command cargo build
  4. Run the program using the command cargo run

Requirements

  • Rust compiler
  • Cargo package manager