VSCode
Ruby
These gems are all are included in Gemfile):
- gem 'activerecord'
- gem 'sinatra-activerecord'
- gem 'rake'
- gem 'require_all'
- gem 'sqlite3'
- gem 'pry'
- gem 'faker'
- gem 'tty-prompt'
- Open Terminal
- Navigate inside of this directory.
- 'bundle install' to be sure you have all required gems.
- 'ruby bin/run.rb' to start the game.
At game load, you are prompted to enter your "Username."
Following this you will be prompted to select from a list of characters: Each character has a starting hp (health point) allocation associated. Choosing a character is essentially selecting a difficulty level.
Once you have selected your character, you will then be prompted to select a PANIC CRY. Differnt panic cries may give the player a different game play experience.
After that, you're ready to begin the game! Embark on the decision-based journey to be a hero amidst the covid crisis in NYC.
We hope you enjoy!