Mid-Simulator/README.md

26 lines
737 B
Markdown
Raw Normal View History

2022-04-27 00:05:11 +00: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](./CHARTS.md)
2022-04-27 03:04:01 +00:00
## Warnings
When downloading/playing an unofficially distributed mod of this game, be careful and look at [code/charts.js](./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:
2022-04-27 03:04:34 +00:00
2022-04-27 03:04:01 +00:00
`eval()`
2022-04-27 03:04:34 +00:00
2022-04-27 03:04:01 +00:00
`window.close()`
2022-04-27 03:04:34 +00:00
2022-04-27 03:04:01 +00:00
`fetch()`
2022-04-27 03:04:34 +00:00
2022-04-27 03:04:01 +00:00
`alert()`
2022-04-27 03:04:34 +00:00
2022-04-27 03:04:01 +00:00
`document.body.style.backgroundColor` (could cause a seizure for those who are photosensitive)
2022-04-27 03:04:34 +00:00
2022-04-27 03:04:01 +00:00
`window.open()`