Skip to content

A basic terminal based game to learn basics of Rust (or any other programmign language

Notifications You must be signed in to change notification settings

NusretOzates/rust_find_treasure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find the Treasure

This is a very basic game to learn basics of Rust (or any language, but I wrote this one in Rust)

Game logic is simple:

You have

  • a player
  • a treasure

The player needs to find the treasure by going north, south, west and east.

Every turn, You will tell the player where it can go, and it's current location. If it finds the treasure or press Q the game will end.

About

A basic terminal based game to learn basics of Rust (or any other programmign language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages