├── 666.html
├── OfflineMatrix.html
├── README.md
└── index.html
/666.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
12 |
13 |
14 | 666 kilobytes.
15 |
24 |
25 |
--------------------------------------------------------------------------------
/OfflineMatrix.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | Matrix
14 |
15 |
86 |
87 |
88 |
Matrix.
89 |
90 |
91 |
92 |
93 |
Choose a button.
94 |
95 |
96 |
132 |
133 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Matrix
2 | *neo for browser*
3 |
4 | Quick little game intended for trolling. Choose one of two options, both of which are pretty bad.
5 | https://182exe.online/matrix
6 |
7 | Old, bad code.
8 |
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | Matrix
14 |
15 |
86 |
87 |
88 |
Matrix.
89 |
90 |
91 |
92 |
93 |
Choose a button.
94 |
95 |
96 |
146 |
147 |
--------------------------------------------------------------------------------