It's an application in Ruby to learn logic programming to new developpers.
The player/developper uses basic instruction to move Robert on the map and interact with objects.
Basic instructions of Robert:
walk_forward, walk_backward, turn_right, turn_left, turn_back, take, interact, drop
Robert can interact with the player by asking for informations or talking.
- ruby:
ruby 2.7.2p137or later - IDE (recommanded: VScode)
- if you have gem bundler : on the terminal execute
bundle - if you don't have the gem bundler, install gems
gosu,fxruby
During the development the team as
- install
rubyinstaller-devkit-2.7.2-1-x64or later - install
ocra(Due to an issue with ocra, no gemfile is available) - install the solargraph gem if you want VScode to help you during development