https://github.com/alexius-huang/rubyrpg-advanced
My second version of command line based RPG implemented with Ruby OOP & mataprogramming
https://github.com/alexius-huang/rubyrpg-advanced
Last synced: 3 months ago
JSON representation
My second version of command line based RPG implemented with Ruby OOP & mataprogramming
- Host: GitHub
- URL: https://github.com/alexius-huang/rubyrpg-advanced
- Owner: Alexius-Huang
- Created: 2017-07-20T13:21:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-26T14:10:48.000Z (almost 8 years ago)
- Last Synced: 2025-01-28T14:39:38.819Z (5 months ago)
- Language: Ruby
- Size: 23.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RubyRPG - Advanced
My second version of command line based RPG implemented with Ruby OOP and metaprogramming for practice. (Currently under development)
## Requirement
Ruby Version 2.4.1
## How to Play
Clone it!
```
$ git clone [email protected]:Maxwell-Alexius/RubyRPG-Advanced.git
```Go to the root directory, command and play!
```
$ ruby game.rb
```