Ruby Pi
A downloadable game for Windows, macOS, and Linux
Ruby Pi is a visual novel about a young teen discovering her talent for electronics. Joined by her best friend, Mia, and her eccentric (possibly a witch?) neighbor Jacqueline, Ruby attempts to put frenemy John in his place and emerge victorious as a person who is good at something!
Thank you for supporting! This game is open source under the MIT license . You can find the original source at https://github.com/MuseApplications/MyFunGame
Status | Released |
Platforms | Windows, macOS, Linux |
Rating | Rated 5.0 out of 5 stars (1 total ratings) |
Author | raihka |
Genre | Visual Novel |
Tags | Cute, Female Protagonist, Ren'Py |
Download
Install instructions
For PC:
- Right click on the .zip file, pick Extract..., say OK
- This will create a folder. Open that folder.
- Inside that will be a file called RubyPi.exe. Double-click it to run it.
- If you have a Anti-Virus program like AVG, it may ask to scan the file first. Once it's finished you should be able to play!
For Apple:
- Double click the .zip file.
- Drag the file into the applications folder.
- Be sure to right-click RubyPi in the Applications folder and select "Open." Double clicking may not work with a Mac since it doesn't like unfamiliar app developers. If you get a message warning you of unknown origin, you can go to your security settings in the general tab, and it will prompt you if you want to open.
For Linux:
- Download "RubyPi-1.0.0-beta-2-linux.tar.bz2"
- run:
bunzip2 RubyPi-1.0.0-beta-2-linux.tar.bz2 tar -xf RubyPi-1.0.0-beta-2-linux.tar cd RubyPi-1.0.0-beta-2-linux RubyPi.sh
Comments
Log in with itch.io to leave a comment.
I'm using tyrano builder to make my visual novels, but it's very limited. I would like to use Ren'Py one day. Good job!
Here's an article about how we did it :) https://levelup.gitconnected.com/visual-novels-with-renpy-478a690c92d3?source=fr...