Skip to content

primeagen-rustaceans/FathersDay2020

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Father's Day 2020

Island Adventure Game


Gameplay

Father's Day 2020 GIF


About

Every year, I like to program cards for my family for special events, including:

  • Birthdays
  • Father's Day
  • Mother's Day
  • etc.

I don't normally post the cards I program, but I spent more time writing Dad's adventure game this year, and I am very proud of the final game. I hope that you can also enjoy playing it! I've removed any personal family references from the code.


Compiling

The game is programmed using Rust, so you will need to install Rust onto your computer. Follow the directions on how to Install Rust. Once Rust is installed, you can compile the project on Windows or Linux using:

cargo build

Running

After the code has compiled, type the following command to run the game:

cargo run

You play the game using the following terminal commands:

  • go <place> = Move to a new location
  • take <item> = Pick up an item
  • use <item> = Use or interact with an item in the room
  • talk <person> = Speak to a person
  • give <person> <item> = Give an item to a person
  • inventory = Print all items in your inventory

Other Commands:

  • clear = Redraw the current location
  • help = Show the help screen
  • exit = End the game

About

Dad's 2020 Father's Day card - Island Adventure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%