For previous challenges, please look at readmes.
This is part of a series of weekly projects that will be in this repository over the span of hacktoberfest. this is satire, it's meant to be cute and to see what potential PRs have (both during hacktoberfest and otherwise)
Raid and his hundreds of new friends are SOOOO Bored! They have ABSOLUTELY nothing to do, NOTHING!
Raid got an idea, his idea was that maybe... Just MAYBE... him and his new friends could work on some fun HTML5 games in the Games
folder.
Yep. Pure HTML5, Only using three files, index.html
, main.css
and main.js
You can use ANY html, ANY js, and ANY css you want, as long as you don't create more files.
The game can be as simple, or as complicated as you want it to be.
- Your submission must be in
/Games/YOURUSERNAME/
- You must submit ONLY THREE files,
index.html
,main.css
, andmain.js
. Even if they are empty! - You must keep JS in
main.js
, CSS inmain.css
and HTML inindex.html
. Try to separate these aspects properly. - No Malicious Code (cookie sniffing, iframe hacking, css local file stealing, ios rootkits, while loops that never end, CPU Monero Miners)
- No NSFW (porn, nudes, pictures of your cat's testicles, severed heads)
- No ADS (No advertising your product, No third party ads)
- There must be some interactive element of your game. The user does something, the game reacts.
- DO NOT MODIFY OTHER PEOPLE'S SUBMISSIONS. THESE PRS WILL BE INSTANTLY DENIED AND MARKED SPAM.
I know some of you may want to use external resources such as images, json files, anything like that...
Images (gifs,jpg,png) can go on IMGUR with no issues
Files (json,txt,csv) should go on either PASTEBIN or somewhere similar
Embedables (svg, base64 images) can simply be embedded in your file somewhere
Make your games fun, unique, and intuitive. There should not be some 50 page manual on how to play your game, and if there is, it should be embedded into the game.