QuiteAFancyEmerald / Holy-Unblocker

Holy Unblocker is a web proxy service that helps you access websites that may be blocked by your network or browser. It does this securely and with additional features. This repository is for the old Holy Unblocker source code.
https://holyubofficial.net
MIT License
400 stars 2.53k forks source link

Game Requests (PR/Issues) #190

Open Rockpods opened 2 years ago

Rockpods commented 2 years ago

Game Request Index

Regarding PRs: Please scroll down below to view a detailed guide on creating PRs containing game requests

Here is a compiled list of all of the open game requests. - Last updated 3:02 PM US/Central October 31st, 2021

Formating:

(Number from newest): Links to game or something similar if provided More Info: Pre-existing information obtained from the issue creator if found NOTES: RESPONSE FROM EMERALD OR OLYB TO REQUEST Link: Links to the issue.

Index

  1. Quake 3 Arena Online: http://www.quakejs.com/ NOTES: I'll consider it since this would require a bit more setup than usual games. Link: https://github.com/titaniumnetwork-dev/Holy-Unblocker/issues/178

  2. Minecraft/WebMC: https://minecraft.js.org/ and https://github.com/michaljaz/webmc More Info: Similar to Issue 151. This is minecraft built in javascript with functioning multiplayer in cracked servers only NOTES: Hmmm this requires a bit more setup than the majority of games featured on Holy Unblocker and its rather resource intensive so I'll consider it. Note that I'm not really prioritizing game requests :( Link: https://github.com/titaniumnetwork-dev/Holy-Unblocker/issues/177

  3. Emulibrary: Metroid Fusion and Metroid: Zero Mission More Info: These are both really great gba games. As Metroid and Super Metroid are already in the emulibrary, I believe you should add these as well. NOTES: You bet! I'll check up with OlyB (very epic) later on this once I get the current emulator issues sorted out. Link: https://github.com/titaniumnetwork-dev/Holy-Unblocker/issues/176

  4. Cargo Bridge Flash Game Series - Cargo Bridge 1: https://www.coolmathgames.com/0-cargo-bridge and Cargo Bridge 2: https://www.coolmathgames.com/0-cargo-bridge-2 and Cargo Bridge XMAS Levels: https://www.coolmathgames.com/0-cargo-bridge-christmas-xmas More Info: From my understanding Cargo Bridge is a series of flash games similar to poly bridge but instead of cars you have to get workers with heavy items across a valley. NOTES: Maybe? Could you possibly link to any? Link: https://github.com/titaniumnetwork-dev/Holy-Unblocker/issues/162

  5. Taiko Web - (Unofficial so may not be correct) https://github.com/bui/taiko-web More Info: Not really an important game but it's a good rhythm game on par with Osu! NOTES: Alright will consider adding this with the new summer update. Please not that I already have a ton of game requests lol Link: https://github.com/titaniumnetwork-dev/Holy-Unblocker/issues/160

  6. Friday Night Funkin - Download it: https://github.com/vackyton/FNFBiggerModAttempt and Download only certain files and not the whole 3.6 GB zip: https://download-directory.github.io/ and FNF Optimized: https://github.com/obscurerev/FNF-Mods-Web-Install More Info: Can u add Vs Whitty which is named whitman in the folder. You just have to add it and do ./(Nameofthefolder NOTES: Alright will possibly add. Just note the massive list I already have... so this isn't a priority atm Link: https://github.com/titaniumnetwork-dev/Holy-Unblocker/issues/159

  7. Minecraft / WebCraft - https://github.com/Overv/WebCraft More Info: Similar to Issue 177. This would either replace or be in addition to the Minecraft already available. It has functional multiplayer and the multiplayer world is stored, so you can use it later. This version of WebCraft is my fork of https://github.com/Overv/WebCraft. The only limitation is that it needs to be run using Node.js, but you could probably put it on m.example.com and have the HTML5 game page link to that. If this should be added, I could make a pull request. NOTES: Perhaps :D Link: https://github.com/titaniumnetwork-dev/Holy-Unblocker/issues/151

  8. Candy Box 2 - https://candybox2.github.io/ and https://github.com/candybox2/candybox2.github.io More Info: Its a cool game like a dark room so I would recommend it to be added to the site. NOTES: None Link: https://github.com/titaniumnetwork-dev/Holy-Unblocker/issues/138

Explanation on Creating PRs with Game Requests

If you do not follow this your request may be declined.

Game Description (Follow the basic structure of the page. I will provide an example): https://github.com/titaniumnetwork-dev/Holy-Unblocker/blob/master/views/pages/nav/games5.html

<div class="responsive">
        <div class="gallery">
            <a id="idusedbynavscript" href="#">
                <img src="/assets/img/example.png" alt="Co&#8203;ol Game">
            </a>
            <div class="desc">
                <p style="font-weight: bold;">Epic desc&#8203;ription 
            </div>
        </div>
</div>

Game Image (Upload your game image here... try to make it a square and not blurry): https://github.com/titaniumnetwork-dev/Holy-Unblocker/tree/master/views/assets/img

Game Assets (anything in the archive folder. /g for pretty much everything): https://github.com/titaniumnetwork-dev/Holy-Unblocker/tree/master/views/archive

Flash games (if they work with Ruffle) need to be sent to OlyB/@BinBashBanana (tell me beforehand) along with any games within the Emulibrary. You will need to verify that its working before you send or message me anything via webretro or Ruffle.

Navigation HTML5, etc. (add the proper path below line 43): https://github.com/titaniumnetwork-dev/Holy-Unblocker/blob/master/views/expr/

Navigation Flash (once again add the proper path): https://github.com/titaniumnetwork-dev/Holy-Unblocker/blob/master/views/expr/flash-nav.js

Navigation Emulibrary: DM me or OlyB/@BinBashBanana about this and we will set this up since the actual source regarding any of the Emulators or EmuLibrary is closed.

QuiteAFancyEmerald commented 2 years ago

tysm! <3

Rockpods commented 2 years ago

I am going to be updating when I get the chance

BinBashBanana commented 2 years ago

@Rockpods I was actually working on an update for this, games will be dynamically loaded into the page with javascript. Hopefully it will make adding more games much easier!

Rockpods commented 2 years ago

@Rockpods I was actually working on an update for this, games will be dynamically loaded into the page with javascript. Hopefully it will make adding more games much easier!

I just meant updating the game requests list