A SEGA type compendium where people can play game of their choice. The compendium contains many games and contains the feature to add new games - locally as well as globally to the server. It can also download new games from our cloud. The uploading of a game to the cloud through the software is managed by us to prevent uploading of infectious executable files.
Built on NodeJS using Electron.
- Syed Ahsan Ahmed
- Minhaj Ahmed Moin
cd [repo directory]
npm start
the program should automatically start downloadingnode_modules
inside the main directory.- If the program doesn't run and gives dependency error, use
npm install [dependency]
Download the Release Version.
- Please don't change the contents in the text file as it has been used as a database for the software.
- Dont rename the games in the "games" folder as it can cause the software to misbehave.
- Don't seperate any file, including the software's exe, with the software folder.
- If you want to place the software's exe on your desktop, place a shortcut of the software's exe.
|
|
|
|
|
|
We are always open to contributions. If you want to become a Collaborator, send a pull request containing 10+ lines of scripting code.
We want to collect as many games as possible for our software. So, if you have created a game, here is how you can add it to the software,
- Have a master folder named anything containing all the projects files (.exe, images, sprites, all media etc)
- Compress the folder
- fork this repository and add the compressed folder to this repository's "/games" folder.
- Send a pull request.
- Minhaj Ahmed Moin (Bricrumble)