Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 737 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 737 Bytes

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()