Skip to content

Commit

Permalink
included statement in docs about removing
Browse files Browse the repository at this point in the history
  • Loading branch information
Emma Tosch authored and Emma Tosch committed May 6, 2021
1 parent 3cc041e commit b69c38f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/new-game-help.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
All of the work you will now be doing is in the `tb_<gamename>` directory, and mainly in the `lib.rs` file. You can grep through
the file for "TODO" to find the methods you will need to implement/customize.

### Removing a game
If, for some reason, you want to nuke the game you just created, you remove it with the command: `cargo run --bin newgame <gamename> --clear`.

## Basic Game Components

__`lib.rs`__
Expand Down

0 comments on commit b69c38f

Please sign in to comment.