Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Adding New Gmaes

DiamondBroPlayz (pronouns he/him) edited this page Oct 14, 2023 · 1 revision

Hello! Today I will be teaching you how to add new games. Note, if you have a CDN server follow this. Otherwise follow this

Prerequisites

This piece of code: <a href="../assets/frames/index.html?game=assets/gxmes/yourgamehere"><img src="../assets/images/yourimagehere" alt="yourgamenamehere"></a>

With a custom CDN server

  1. Find your game, you can rip it yourself however you might want to add it from 3kh0's assets or BinBashBanana's gfiles repository
  2. Navigate to the game you want to add, then copy the URL
  3. Go to download-directory.github.io and paste the URL from step 2 in the input.
  4. Press the enter key on your keyboard
  5. Change the folder name of it to have no spaces or capitals
  6. Add to your fork of the CDN in the assets/gxmes/ the game folder.
  7. Navigate to assets/images and add in the game icon.
  8. Go to pages/gxmes.html.
  9. Go to the piece of code in Prerequisites and replace yourgamehere with the name of the folder, yourimagehere with the image name and extension, and yourgamenamehere with the game's name. Please note that it cannot have capitals or spaces.
  10. Add that to the div games in pages/gxmes.html
  11. Your done!

Without a CDN server

  1. Find your game, you can rip it yourself however you might want to add it from 3kh0's assets or BinBashBanana's gfiles repository
  2. Navigate to the game you want to add, then copy the URL
  3. Go to download-directory.github.io and paste the URL from step 2 in the input.
  4. Press the enter key on your keyboard
  5. Change the folder name of it to have no spaces or capitals
  6. Add to your fork of DBP's Math in assets/gxmes/ the game folder.
  7. Navigate to assets/images and add in the game icon.
  8. Go to pages/gxmes.html.
  9. Go to the piece of code in Prerequisites and replace yourgamehere with the name of the folder, yourimagehere with the image name and extension, and yourgamenamehere with the game's name. Please note that it cannot have capitals or spaces.
  10. Add that to the div games in pages/gxmes.html
  11. Your done!
Clone this wiki locally