The team behind blockbuster sites such as The Mesa Complex, Filegrounds, Swordslasher.com, and BoredHTML proudly presents this project—a definitive and scalable redux of The Mesa Complex, representing the culmination of our last six years of work!
Adding a Game
- Find the game you wish to add; currently we support HTML5, DOS, and Flash game types.
- Ideally, you should be able to download the game files or
.swf, you can send us a link to the game, but there's no guarantee we can add it. If you wish to add a game, but do not have the relevent files, please open an Issue, not a Pull Request. - If you aim to add a HTML5 game, ensure that the main HTML file is named
index.htmlinstead ofgame.html,app.html, etc. - If you aim to add a Flash game, ensure that your
.swffile is namedgame.swfand set the front-mattertypetoflash. - If you aim to add a game that needs to be emulated, ensure that your ROM file is zipped, is supported by EmulatorJS, and that the zip is named
game.zipand set the front-mattertypetoretroarch. - Upload a zip of the game files (named game.zip) or
.swfto VirusTotal, and keep the output URL. - Fork the repo (Bored-Entertainment/mesaredux)
- In the
_gamesdirectory, create a folder with the name of the game you wish to add, lowercase and without spaces; As an example:_games/my GAME->_games/mygame. - In the new directory you've created, create a file named
index.mdthat contains only the following:
---
layout: alt (Don't touch this)
title: "Electricman 2" (Add your games title.)
type: flash (Set to `html` for HTML5 builds, 'dos' for js-dos packages, `retroarch` for ROMs, or `flash` for SWF content.)
core: gb (This is the system that the game you are adding is based on, refer to the EmulatorJS Docs (https://emulatorjs.org/docs/systems) for which one to use. Only use if the layout is retroarch)
aspectRatio: "16:9" (The ideal Aspect Ratio of your game, if unsure pick from 16:9 or 4:3. [Default for retroarch should be 16:7.75])
description: "Battle stickman enemies with martial arts and super moves."(A brief, one sentence descriptor for your game.)
---
(ENSURE YOU REMOVE CONTENT IN BRACKETS WHEN DONE)- In the new directory you've created, put the game files / ROM /
.swfinto the folderindex/src& put the game zip if applicable intoindex. Your game should look like:_games/mygame/index/src/index.html,/game.zipor/game.swf. - OPTIONALLY Create a thumbnail for the game, sized
1280x720pxlocated in your gamesindexdirectory. Thumbnails must include the games title and ideally would depict gameplay or be official title art. Adding a thumbnail saves us valuable time, and allows us to prioritize the adding of game requests that include thumbnails. - Create a Pull Request, following the guidelines and requested information present in the template.
Please note that the addition of games is at the discretion of the Bored Entertainment Team, and we will not add games if thesha256checksum provided by VirusTotal doesn't match up with what you've uploaded, VirusTotal flags the game you're requesting to add, we don't think it'll fit the aesthetic of the site, or for any reason not listed here.
Hosting a Mirror
MESλREDUX can be mirrored using any platform that allows the building and deploying of jekyll sites.
Before deploying, make sure you fork the repository Bored-Entertainment/mesaredux.
If you want your mirror to be accessible via your own domain or subdomain:
- Create a file named
CNAMEin the root of your fork. - Add your custom domain or subdomain in the file, for example:
mesaredux.mysite.com
Netlify allows you to deploy a mirror quicky.
Instructions:
- Log in to Netlify or create an account.
- Select your fork.
- Deploy and wait for your site to go live.
GitHub Pages works well for hosting static mirrors of MESλREDUX.
Instructions:
- Navigate to your fork on GitHub.
- Go to Settings → Pages.
- Turn Pages on.
- Click Save and wait for GitHub to publish your site.
- Your mirror will be available at
https://<your-username>.github.io/mesaredux.
To submit your mirror to be in our list on the site, simply submit a Pull Request adding it to the JSON List
All mirrors will automatically stay up to date if Pull is installed and configured on your fork.
- https://mesaredux.com - Main site
- https://reduxmirror.mesagrey.ca
- https://mesaredux.the-duck.co/
- https://mesaredux.duccman99.workers.dev/
- https://mesaredux.netlify.app/ (should be used as a last resort)