Skip to content

SalemKitkat/rCubed

 
 

Repository files navigation

R^3 Engine

All Contributors

Latest Release

Platform Support

Release

Master

FFR Discord


R^3 is the third and latest game engine for Flash Flash Revolution, a free online rhythm game that has been played by over 2 million registered users since 2002.

R^3 Engine Menu R^3 Engine Gameplay


Table of Contents


Getting Started

These instructions will get you a copy of the R^3 Engine up and running on Windows for development and testing purposes (Mac and Linux are not supported).

Prerequisites

Fork the Repo

Click the Fork Fork button in the header of this repo before continuing. When it's finished, you'll be taken to your copy of the repo.

Configure Git

  • Open Visual Studio Code.
  • Press Ctrl+` to open the terminal.
  • Paste the following command:
git lfs install; git config core.ignorecase false; git config core.autocrlf false

Clone your Repo

Next you'll need to clone your forked repo to your computer:

  • Press CTRL+SHIFT+P and search for Git: Clone.
    • Enter https://github.com/YOUR_GITHUB_USERNAME/rCubed.git.
  • If successful, a popup will prompt you to open the cloned repo.

Install Workspace Extensions

  • Open the r3.code-workspace file.
  • A popup will prompt you to automatically install the recommended extensions (You can install them manually by pressing CTRL+SHIFT+X and searching).
    • ActionScript & MXML
    • Actionscript Tools

Files with the .as extension will now automatically format on save (You can manually format by pressing ALT+SHIFT+F).

Use AIR SDK

  • Press CTRL+SHIFT+P and search for ActionScript: Select Workspace SDK.
    • Select Add more SDKs to this list... then select your unzipped folder.

Build Fonts

  • Press CTRL+SHIFT+B and run ActionScript: compile release - fonts/asconfig.embed-fonts.json.

Debugging

  • Press F5, and the R^3 Engine will launch in Debug mode.

Contributing

Please read through the FFR Contribution Guidelines before opening a pull request.


Packaging

In order to package your app, AIR needs a certificate. Run GenerateCertificate to create it.


Contact

To contact a member of the FFR development team:

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Oppiie

🐛 🤔

TCHalogen

🐛 🤔 💻

goldstinger

🐛

Zageron

🐛 🤔 💻

Max Proske

🤔 💻

Salem Kallien

🐛

G-flat

🐛 🤔 💻 📖

SoFast

💻

Justin

🐛 💻 🤔

Psycast

💻

SmexxxyBeast

🤔

qrrbrbirbel

🤔 🐛

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Official Flash Flash Revolution game engine.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • ActionScript 98.0%
  • PLSQL 1.6%
  • PowerShell 0.4%