This is an open source adventure game written in Ruby!
- Ruby 3.1.2
rbenv install 3.1.2
- Install dependencies from Gemfile with
bundle install
git clone https://github.com/jeffreygray/Undaark.git
chmod +x client.rb
chmod +x server.rb
./server.rb
./client.rb [Player ID]
- View style offenses with
bundle exec rubocop
- Auto-correct offenses with
bundle exec rubocop --safe-auto-correct
- Auto-correct "unsafe" things with
bundle exec rubocop -A
- Walk around using directions
n, e, s, w
- Check your surroundings with
scan
- Enter a debugger instance with
debug
- See what's in your current room with
look
- Find the rats!!! The current world record is 0.04 seconds by cberman.
- Quit the game with
quit