Simple, customizable client with built in flash player to play GoodGame Café, Disco and Fashion.
Feel free to translate the app into your language! Just fork the repo, and add translate locales/en-US files into your language, then create a new pull request. The folder should be named using a two-letter lowercase language code, followed by a '-', and then a two-letter uppercase country code (e.g., en-US for English in the United States).
Goodgame Reborn is a fan community dedicated to reviving the flash games from Goodgame Studios (Café, Disco, Fashion) that were discontinued in 2016. Rebuild your dream Café, Disco, or Fashion and connect with old and new friends! This project is non-profit. All support goes directly into the project. Our team is not connected with Goodgame Studios. The private servers are developed and maintained by the GGR-Devs team.
- Download the latest version from here.
- Open the installer, then follow the steps.
- If you downloaded the portable: unzip it, then enter the directory.
Once you have installed the application, launch the GGRebornApp executable.
Make sure you have Node installed (you can install Yarn too).
Clone this repository
git clone https://github.com/GGR-Devs/GGReborn-App
Install node dependencies using the command npm install
or yarn install
(if you installed yarn).
To run the app, use the following command:
npm run start
or (if you installed yarn)
yarn start
You need to build the app, then install it to get the new updates installed.
Make sure you have python >= 3.6.0 installed
To build the app, use the following command:
npm run dist
or (if you installed yarn)
yarn dist
then install the package from the dist folder.
Warning: On uninstall, all app data will be removed, including saved accounts from the password manager.
On Windows:
- Open the Control Panel.
- Go to Programs > Programs and Features.
- Find the GGRebornApp in the list of installed programs.
- Right-click on the application and select Uninstall.
- Follow the steps to complete the uninstallation process.
Contributions are always welcome!
See contributing.md
for ways to get started.