The main GitHub repository for JellyBean's Mid-Sim.
Find a file
2022-04-26 22:04:34 -05:00
code Update charts.js 2022-04-26 21:34:11 -05:00
sounds Cosmetics & Optimizations 2022-04-24 23:04:55 +00:00
sprites First commit 2022-04-26 21:55:28 +00:00
.replit First commit 2022-04-26 21:55:28 +00:00
CHARTS.md Update CHARTS.md 2022-04-26 21:32:03 -05:00
deps.js Minimization of Mid-Sim 2022-04-24 21:35:14 +00:00
index.html Cosmetics & Optimizations 2022-04-24 23:04:55 +00:00
README.md Update README.md 2022-04-26 22:04:34 -05:00

Mid-Simulator

The main GitHub repository for JellyBean's Mid-Sim.

How to Build:

Game's built already. Just download the files, put it in a folder, open VS Code and start a Live Server.

Documentation For Chartmaking

CHARTS.md

Warnings

When downloading/playing an unofficially distributed mod of this game, be careful and look at code/charts.js for any bad code before you continue! Any eval(), popup, or other malicious code references should be a huge red flag!

Some things to look for:

eval()

window.close()

fetch()

alert()

document.body.style.backgroundColor (could cause a seizure for those who are photosensitive)

window.open()