Project
Reverse Dependencies for rspec
The projects listed here declare rspec as a runtime or development dependency
0.0
This is an application created during The Pragmatic Studio's
Ruby Programming course, as described at
http://pragmaticstudio.com
This code is Copyright 2012 Aaron Penner. See the LICENSE file.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity
0.0
# studio_game_for_pragstudios_course
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
0.0
This is a game written as homework for the Ruby Studio, Online Edition, from Pragmatic Programmers.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity
0.0
This is an example application used in The Pragmatic Studio's Ruby Programming course.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity
0.0
README
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity
0.0
README FOR INSTRUCTIONS
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity
0.0
This is an application created from The Pragmatic Studio's Ruby Programming course
found at http://pragmaticstudio.com
Final lesson is to create and upload a Gem file that will run the program created
during the course.
Run studio_game from the command line
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity
0.0
"The class project from the Pragmatic Studio's Ruby Programming course."
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity
0.0
Studio Game is a command line game that assigns random treasures, funds and defunds a list of players randomly.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity
0.0
Game exercise as part of Pragmatic Studio Ruby programming course.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity
0.0
This is my second time creating the Prag Studios Studio Game Gem. It was much better this time around, but I
know I still have a lot to learn.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity
0.0
I took an online course from Pragmatic Studio and built this game that takes multiple players and they randomly get w00ted or blammed and randomly accumulate treasure.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity
0.0
This is an practice application created by Shervin Shaikh during The Pragmatic Studio's Ruby Programming course, as described at
http://pragmaticstudios.com
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity
0.0
This is a Ruby program to run a funny game.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity
0.0
studio-game
===========
Project from the [Pragmatic Studio Ruby Course][1]. Click the link to learn
more.
[1]: https://online.pragmaticstudio.com/courses/ruby/
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity
0.0
This is all from the Pragmatic Studios Ruby Programming Course.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity
0.0
A game where players collect treasure and the person with the most points wins.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity
0.0
Studio Game 2016
-Tarik- Pragmatic Studio
launch "studio_game" and let the magic shine
A role-playing game is a game in which the participants assume the roles
of characters and collaboratively create stories. Participants determine
the actions of their characters based on their characterisation,
and the actions succeed or fail according to a formal system of rules and
guidelines. Within the rules, they may improvise freely; their choices
shape the direction and outcome of the games.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity
0.0
This is my first program, this is a program from pragmatic_studio to learn the Ruby language.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity
0.0
# Studio Game
Studio Game is a Ruby-based project that demonstrates object-oriented programming concepts. It includes classes and modules to manage players, games, and scoring.
## Project Structure
- `lib/`: Contains the core Ruby files for the game logic.
- `game.rb`: Defines the main game class.
- `player.rb`: Manages player attributes and behaviors.
- `treasure_trove.rb`: Handles treasures and their values.
- `bin/`: Contains executable scripts to run the game.
- `studio_game`: The main entry point to start the game.
- `spec/`: Contains unit tests for the game.
- `game_spec.rb`: Tests for the game class.
- `player_spec.rb`: Tests for the player class.
- `README.md`: Project documentation.
- `LICENSE`: MIT License file.
## How to Run
1. Clone the repository.
2. Navigate to the `studio_game` directory.
3. Run the game using:
```bash
ruby bin/studio_game
```
## Testing
To ensure the game logic works as expected, run the unit tests included in the `spec/` directory. Use the following command:
```bash
rspec spec/
```
This will execute all the test files and display the results in the terminal.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity