This repository has been archived by the owner on Nov 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
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
This piece of code: <a href="../assets/frames/index.html?game=assets/gxmes/yourgamehere"><img src="../assets/images/yourimagehere" alt="yourgamenamehere"></a>
- Find your game, you can rip it yourself however you might want to add it from 3kh0's assets or BinBashBanana's gfiles repository
- Navigate to the game you want to add, then copy the URL
- Go to download-directory.github.io and paste the URL from step 2 in the input.
- Press the enter key on your keyboard
- Change the folder name of it to have no spaces or capitals
- Add to your fork of the CDN in the
assets/gxmes/
the game folder. - Navigate to
assets/images
and add in the game icon. - Go to
pages/gxmes.html
. - 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.
- Add that to the div
games
inpages/gxmes.html
- Your done!
- Find your game, you can rip it yourself however you might want to add it from 3kh0's assets or BinBashBanana's gfiles repository
- Navigate to the game you want to add, then copy the URL
- Go to download-directory.github.io and paste the URL from step 2 in the input.
- Press the enter key on your keyboard
- Change the folder name of it to have no spaces or capitals
- Add to your fork of DBP's Math in
assets/gxmes/
the game folder. - Navigate to
assets/images
and add in the game icon. - Go to
pages/gxmes.html
. - 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.
- Add that to the div
games
inpages/gxmes.html
- Your done!
Made with ❤️ by DBP's Math.