burnedpopcorn / barerunner

A stripped-down replacement for runner.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

barerunner

A Stripped-Down Replacement for runner.html

Context

runner.html is a file that runs a GameMaker Studio 2 project that was compiled for GX.GAMES, and is compiled along with the project files when compiling a test run, but runner.html is bloated with unnecessary functionality, and that brings us to barerunner.html

About

barerunner.html does everything that runner.html does, but strips away useless functionality and makes the website more simpler, and those removals include:

  • AD Removal

There are left over ad functions in runner.html that to my knowledge aren't even used, so I removed it

  • Useless Button Removal

The Three Buttons on the bottom left are very useless (maybe not toggle console, but still), so I also removed then along with their associated code

  • Pause Menu Removal

removed Pause Menu because it can get annoying and is unnecessary

  • Simplized Background

A Simplized Background that just matches the default game frame background (black)

And that's all

Warning

Mobile will NOT work with this file

Examples

runner.html:

image image image

barerunner.html:

image image image

So...

I know that this is a somewhat useless repo to make, as no one will really use it, but idc, might as well

About

A stripped-down replacement for runner.html


Languages

Language:HTML 100.0%