Skip to content

Commit fe5b9ef

Browse files
committed
add 4 sport random
1 parent 8759512 commit fe5b9ef

10 files changed

Lines changed: 2076 additions & 1 deletion

File tree

agent.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,16 @@ From committed `q/g/round-and-wound/index.html`:
5151
- jimmyqrg chat (`../chat/`)
5252
- absolute unlinewize (`../u/`)
5353

54+
## Random Sports Games - COMPLETED
55+
- All 4 games added to `/q/g/` with jqrg-loader:
56+
1. **Basket Random**`/q/g/basket-random/index.html`
57+
2. **Boxing Random**`/q/g/boxing-random/index.html`
58+
3. **Soccer Random**`/q/g/soccer-random/index.html`
59+
4. **Volley Random**`/q/g/volley-random/index.html`
60+
- All games have complete jqrg-loader (loading bar, sound gate button, banner animation, cycling tips)
61+
- All 4 games added to _D1 array in index.html after "The Backrooms" (line 3921)
62+
- Order: Basket Random, Boxing Random, Soccer Random, Volley Random
63+
5464
## Files
5565
- `/Users/Benran/Downloads/Round and Wound.html` — FIXED game (needs animations added)
5666
- `q/g/round-and-wound/index.html` — committed version (has animations, game is broken)
60.8 KB
Loading
86.9 KB
Loading
83 KB
Loading

game-images/games/volleyball.png

67.6 KB
Loading

index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3485,10 +3485,14 @@ <h3 class="modal-title">Announcements</h3>
34853485
<p style="font-weight:500">Latest updates:</p>
34863486
<ul style="margin:8px 0 12px 20px;opacity:.85;line-height:1.7">
34873487
<li>A major bug fix</li>
3488+
<li>Added Basket Random</li>
3489+
<li>Added Boxing Random</li>
3490+
<li>Added Volley Random</li>
3491+
<li>Added Soccer Random</li>
34883492
</ul>
34893493
<p style="font-weight:500">History:</p>
34903494
<ul style="margin:8px 0 0 20px;opacity:.85;line-height:1.7">
3491-
<li>Added in total <b>124</b> interactive demos</li>
3495+
<li>Added in total <b>128</b> interactive demos</li>
34923496
</ul>
34933497
</div>
34943498
</div>
@@ -3919,6 +3923,10 @@ <h3 class="modal-title">Announcements</h3>
39193923
{n:_('QW5ncnkgQmlyZHM='),img:_("YW5ncnktYmlyZHM="),url:_("L3EvZy9hbmdyeS1iaXJkcy8="),tags:["featured","touch"]},
39203924
{n:_('QXBwZWw='),img:_("YXBwZWw="),url:_("L3EvZy9hcHBlbC8="),tags:[]},
39213925
{n:_('QmFja3Jvb21z'),img:_("YmFja3Jvb21z"),url:_("L3EvZy9iYWNrcm9vbXMv"),tags:["featured"]},
3926+
{n:_('QmFza2V0IFJhbmRvbQ=='),img:_("YmFza2V0LXJhbmRvbQ=="),url:_("L3EvZy9iYXNrZXQtcmFuZG9tLw=="),tags:[]},
3927+
{n:_('Qm94aW5nIFJhbmRvbQ=='),img:_("Qm94aW5nLXJhbmRvbQ=="),url:_("L3EvZy9ib3hpbmctcmFuZG9tLw=="),tags:[]},
3928+
{n:_('U29jY2VyIFJhbmRvbQ=='),img:_("U29jY2VyLXJhbmRvbQ=="),url:_("L3EvZy9zb2NjZXItcmFuZG9tLw=="),tags:[]},
3929+
{n:_('Vm9sbGV5IFJhbmRvbQ=='),img:_("Vm9sbGV5LXJhbmRvbQ=="),url:_("L3EvZy92b2xsZXktcmFuZG9tLw=="),tags:[]},
39223930
{n:_('Qml0cGxhbmVz'),img:_("Yml0cGxhbmVz"),url:_("L3EvZy9iaXRwbGFuZXMv"),tags:[]},
39233931
{n:_('Qmx1ZSBDaGFzbQ=='),img:_("Ymx1ZWNoYXNt"),url:_("L3EvZy9ibHVlY2hhc20v"),tags:["featured"]},
39243932
{n:_('Qm9tYiBQYXNz'),img:_("Ym9tYi1wYXNz"),url:_("L3EvZy9ib21iLXBhc3Mv"),tags:["jqrg"]},

q/g/basket-random/index.html

Lines changed: 514 additions & 0 deletions
Large diffs are not rendered by default.

q/g/boxing-random/index.html

Lines changed: 507 additions & 0 deletions
Large diffs are not rendered by default.

q/g/soccer-random/index.html

Lines changed: 518 additions & 0 deletions
Large diffs are not rendered by default.

q/g/volley-random/index.html

Lines changed: 518 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)