The team behind blockbuster sites such as The Mesa Complex, 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!
- 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.html
instead ofgame.html
,app.html
, etc. - If you aim to add a Flash game, ensure that your
.swf
file is namedgame.swf
and set the front-mattertype
toflash
. - Upload a zip of the game files (named game.zip) or
.swf
to VirusTotal, and keep the output URL. - Fork the repo (Bored-Entertainment/mesaredux)
- In the
_games
directory, 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.md
that 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, or `flash` for SWF content.)
aspectRatio: "16:9" (The ideal Aspect Ratio of your game, if unsure pick from 16:9 or 4:3.)
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 /
.swf
into the folderindex/src
& put the game zip if applicable intoindex
. Your game should look like:_games/mygame/index/src/index.html
or/game.swf
. - OPTIONALLY Create a thumbnail for the game, sized
1280x720px
located in your gamesindex
directory. 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 thesha256
checksum 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.