/rustGame

Primary LanguageRust

Rust Game

A survival tower defense game made in rust.

Game demo

Install

Open a terminal and do the following

  1. Clone the repo using SSH or HTTPS

    Using SSH

    git clone git@github.com:rtulip/rustGame.git

    Using HTTPS

    git clone https://github.com/rtulip/rustGame.git
  2. Change directory

    cd rustGame/src
  3. Run the game to install dependencies and play

    cargo run

Documentation

  1. Navigate to the rustGame directory

    cd rustGame
  2. Generate the documentation

    cargo doc --open

How to Play

Move:

  • w to move forward
  • cursor for player direction

Attack:

  • space to attack
  • cursor for direction

Place Turret:

  • e to place turret