├── README.md ├── calculator.css ├── slopegame.html ├── cartoon.html ├── suriviv.html ├── wrestler.html ├── bookmarklet.js ├── calculator.html ├── script.js ├── exploit.css ├── exploits.html ├── games.css ├── games.html ├── style.css └── index.html /README.md: -------------------------------------------------------------------------------- 1 | # orbitgames -------------------------------------------------------------------------------- /calculator.css: -------------------------------------------------------------------------------- 1 | body { 2 | background-color: #303030; 3 | } 4 | 5 | -------------------------------------------------------------------------------- /slopegame.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /cartoon.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /suriviv.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /wrestler.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /bookmarklet.js: -------------------------------------------------------------------------------- 1 | javascript:document.body.innerHTML = "