Studio Game
This is an educational game project created as part of The Pragmatic Studio's Ruby course. The project demonstrates the basics of Ruby programming and serves as a hands-on exercise for learning Ruby.
Features
- Different types of players with unique abilities
- Gameplay mechanics including scoring and leveling
- Modular code structure for easy expansion and maintenance
Getting Started
Prerequisites
- Ruby version 3.2.0 or higher
Installation
- Clone the repository: ```bash git clone https://github.com/danielpcar9/studio_game cd studio_game 2. Install dependencies: bundle install
Run the game: bin/studio_game
Running tests: ruby test/studio_game/all_tests.rb
ruby test/studio_game/all_tests.rb
Contributions are welcome! Please fork the repository and create a pull request with your changes.