-
Notifications
You must be signed in to change notification settings - Fork 379
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d8a1ad8
commit 177fa24
Showing
1,163 changed files
with
107,099 additions
and
86 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,134 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Games</title> | ||
<link rel="stylesheet" href="./styles/g.css"> | ||
</head> | ||
|
||
<body> | ||
<div id="particles-js"></div> | ||
<div class="tabar"> | ||
<div class="searchCONT"> | ||
<input type="search" name="url" id="gamesSEARCH" autocomplete="off" class="gamesSEARCH" | ||
placeholder="Search a game or category"> | ||
<svg onclick="alert('Current Categories: \n HTML \n Flash')" xmlns="http://www.w3.org/2000/svg" | ||
class="icon help icon-tabler icon-tabler-question-mark" viewBox="0 0 24 24" stroke="#ff7ffd" fill="none" | ||
stroke-linecap="round" stroke-linejoin="round"> | ||
<path stroke="none" d="M0 0h24v24H0z" fill="none" /> | ||
<path d="M8 8a3.5 3 0 0 1 3.5 -3h1a3.5 3 0 0 1 3.5 3a3 3 0 0 1 -2 3a3 4 0 0 0 -2 4" /> | ||
<line x1="12" y1="19" x2="12" y2="19.01" /> | ||
</svg> | ||
</div> | ||
</div> | ||
<div class="spacerG"></div> | ||
<div class="results hardhide"></div> | ||
<div class="games" id="games"> | ||
<div style="display: flex;width: 100%;flex-wrap: wrap;justify-content: center;align-content: center;"> | ||
<a class="game" href="./g/retro-bowl/index.html"> | ||
<img src="./game-imgs/retro-bowl.jpg" class="thumbnail"> | ||
<h3 class="title gmsTITLE">Retro Bowl</h3> | ||
</a> | ||
<a class="game" href="./g/clumsy-bird/index.html"> | ||
<img src="./game-imgs/clumsy.png" class="thumbnail"> | ||
<h3 class="title">Clumsy Bird</h3> | ||
</a> | ||
<a class="game" href="./g/2048/index.html"> | ||
<img src="./game-imgs/2048.png" class="thumbnail"> | ||
<h3 class="title">2048</h3> | ||
</a> | ||
<a class="game" href="./g/hextris/index.html"> | ||
<img src="./game-imgs/hextris.png" class="thumbnail"> | ||
<h3 class="title">Hextris</h3> | ||
</a> | ||
<a class="game" href="./g/tower-building/index.html"> | ||
<img src="./game-imgs/tower.gif" class="thumbnail"> | ||
<h3 class="title">Tower Building</h3> | ||
</a> | ||
<a class="game" href="/g/slope/index.html"> | ||
<img src=" ./game-imgs/slope.jpg" class="thumbnail"> | ||
<h3 class="title">Slope</h3> | ||
</a> | ||
<a class="game" href="/g/flash/index.html?swf=bullet_bill_26.swf"> | ||
<img src="./game-imgs/bulletbill.png" class="thumbnail"> | ||
<h3 class="title">Bullet Bill</h3> | ||
</a> | ||
<a class="game" href="/g/flash/index.html?swf=portal2d.swf"> | ||
<img src="./game-imgs/portal.png" class="thumbnail"> | ||
<h3 class="title">Portal 2D</h3> | ||
</a> | ||
<a class="game" href="/g/flash/index.html?swf=zombocalypse.swf"> | ||
<img src="./game-imgs/zomb.png" class="thumbnail"> | ||
<h3 class="title">Zombocalypse</h3> | ||
</a> | ||
<a class="game" href="/g/flash/index.html?swf=alien.swf"> | ||
<img src="./game-imgs/AlienHominid.png" class="thumbnail"> | ||
<h3 class="title">Alien Hominid</h3> | ||
</a> | ||
<a class="game" href="/g/flash/index.html?swf=achievement-unlocked.swf"> | ||
<img src="./game-imgs/achievement.png" class="thumbnail"> | ||
<h3 class="title">Achievement+</h3> | ||
</a> | ||
<a class="game" href="/g/basketball-stars/index.html"> | ||
<img src="./game-imgs/bbstars.png" class="thumbnail"> | ||
<h3 class="title">Basketball Stars</h3> | ||
</a> | ||
<a class="game" href="/g/cookie/index.html"> | ||
<img src="./game-imgs/cookie.png" class="thumbnail"> | ||
<h3 class="title">Cookie Clicker</h3> | ||
</a> | ||
<a class="game" href="/g/moto/index.html"> | ||
<img src="./game-imgs/moto.png" class="thumbnail"> | ||
<h3 class="title">Moto X3M</h3> | ||
</a> | ||
<a class="game" href="/g/vex4/index.html"> | ||
<img src="./game-imgs/vex4.png" class="thumbnail"> | ||
<h3 class="title">Vex 4</h3> | ||
</a> | ||
<a class="game" href="/g/vex5/index.html"> | ||
<img src="./game-imgs/vex5.png" class="thumbnail"> | ||
<h3 class="title">Vex 5</h3> | ||
</a> | ||
<a class="game" href="/g/rooftop-snipers/index.html"> | ||
<img src="./game-imgs/snipers.png" class="thumbnail"> | ||
<h3 class="title">Rooftop Snipers</h3> | ||
</a> | ||
<a class="game" href="/g/getaway-shootout/index.html"> | ||
<img src="./game-imgs/shootout.png" class="thumbnail"> | ||
<h3 class="title">Getaway Shootout</h3> | ||
</a> | ||
<a class="game" href="/g/a-dark-room/index.html"> | ||
<img src="./game-imgs/dark.png" class="thumbnail"> | ||
<h3 class="title">A Dark Room</h3> | ||
</a> | ||
<a class="game" href="/g/flash/index.html?swf=age-of-war.swf"> | ||
<img src="./game-imgs/war.png" class="thumbnail"> | ||
<h3 class="title">Age of War</h3> | ||
</a> | ||
<a class="game" href="/g/flash/index.html?swf=isaac.swf"> | ||
<img src="./game-imgs/isaac.png" class="thumbnail"> | ||
<h3 class="title">Binding Of Isaac</h3> | ||
</a> | ||
<a class="game" href="/g/flash/index.html?swf=quiz2.swf"> | ||
<img src="./game-imgs/quiz2.png" class="thumbnail"> | ||
<h3 class="title">Impossible Quiz 2</h3> | ||
</a> | ||
<a class="game" href="/g/flash/index.html?swf=tycoon.swf"> | ||
<img src="./game-imgs/tycoon.png" class="thumbnail"> | ||
<h3 class="title">Real Estate Tycoon</h3> | ||
</a> | ||
<a class="game" href="/g/flash/index.html?swf=warfare1944.swf"> | ||
<img src="./game-imgs/warfare1944.png" class="thumbnail"> | ||
<h3 class="title">Warfare 1944</h3> | ||
</a> | ||
</div> | ||
</div> | ||
<script src="https://cdn.jsdelivr.net/npm/particles.js@2.0.0/particles.min.js"></script> | ||
<script src="particlesjs.js"></script> | ||
<script src="./js/g.js"></script> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,68 +1,134 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Games</title> | ||
<link rel="stylesheet" href="./styles/g.css"> | ||
</head> | ||
<body> | ||
<div id="particles-js"></div> | ||
<div class="tabar"> | ||
<div class="searchCONT"> | ||
<input type="search" name="url" id="gamesSEARCH" autocomplete="off" class="gamesSEARCH" placeholder="Search a game or category"> | ||
<svg onclick="alert('Current Categories: \n HTML \n Flash')" xmlns="http://www.w3.org/2000/svg" class="icon help icon-tabler icon-tabler-question-mark" viewBox="0 0 24 24" stroke="#ff7ffd" fill="none" stroke-linecap="round" stroke-linejoin="round"> | ||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/> | ||
<path d="M8 8a3.5 3 0 0 1 3.5 -3h1a3.5 3 0 0 1 3.5 3a3 3 0 0 1 -2 3a3 4 0 0 0 -2 4" /> | ||
<line x1="12" y1="19" x2="12" y2="19.01" /> | ||
|
||
<body> | ||
<div id="particles-js"></div> | ||
<div class="tabar"> | ||
<div class="searchCONT"> | ||
<input type="search" name="url" id="gamesSEARCH" autocomplete="off" class="gamesSEARCH" | ||
placeholder="Search a game or category"> | ||
<svg onclick="alert('Current Categories: \n HTML \n Flash')" xmlns="http://www.w3.org/2000/svg" | ||
class="icon help icon-tabler icon-tabler-question-mark" viewBox="0 0 24 24" stroke="#ff7ffd" fill="none" | ||
stroke-linecap="round" stroke-linejoin="round"> | ||
<path stroke="none" d="M0 0h24v24H0z" fill="none" /> | ||
<path d="M8 8a3.5 3 0 0 1 3.5 -3h1a3.5 3 0 0 1 3.5 3a3 3 0 0 1 -2 3a3 4 0 0 0 -2 4" /> | ||
<line x1="12" y1="19" x2="12" y2="19.01" /> | ||
</svg> | ||
</div> | ||
</div> | ||
<div class="spacerG"></div> | ||
<div class="results hardhide"></div> | ||
<div class="games" id="games"> | ||
<div style="display: flex;width: 100%;flex-wrap: wrap;justify-content: center;align-content: center;"> | ||
<a class="game" href="./g/retro-bowl/index.html"> | ||
</div> | ||
<div class="spacerG"></div> | ||
<div class="results hardhide"></div> | ||
<div class="games" id="games"> | ||
<div style="display: flex;width: 100%;flex-wrap: wrap;justify-content: center;align-content: center;"> | ||
<a class="game" href="./g/retro-bowl/index.html"> | ||
<img src="./game-imgs/retro-bowl.jpg" class="thumbnail"> | ||
<h3 class="title gmsTITLE">Retro Bowl</h3> | ||
</a> | ||
<a class="game" href="./g/clumsy-bird/index.html"> | ||
</a> | ||
<a class="game" href="./g/clumsy-bird/index.html"> | ||
<img src="./game-imgs/clumsy.png" class="thumbnail"> | ||
<h3 class="title">Clumsy Bird</h3> | ||
</a> | ||
<a class="game" href="./g/2048/index.html"> | ||
</a> | ||
<a class="game" href="./g/2048/index.html"> | ||
<img src="./game-imgs/2048.png" class="thumbnail"> | ||
<h3 class="title">2048</h3> | ||
</a> | ||
<a class="game" href="./g/hextris/index.html"> | ||
</a> | ||
<a class="game" href="./g/hextris/index.html"> | ||
<img src="./game-imgs/hextris.png" class="thumbnail"> | ||
<h3 class="title">Hextris</h3> | ||
</a> | ||
<a class="game" href="./g/tower-building/index.html"> | ||
</a> | ||
<a class="game" href="./g/tower-building/index.html"> | ||
<img src="./game-imgs/tower.gif" class="thumbnail"> | ||
<h3 class="title">Tower Building</h3> | ||
</a> | ||
<a class="game" onclick="go('storage.y8.com/y8-studio/unity_webgl/bitlaslt/slope_v_1_2_5/')"> | ||
<img src="./game-imgs/slope.jpg" class="thumbnail"> | ||
</a> | ||
<a class="game" href="/g/slope/index.html"> | ||
<img src=" ./game-imgs/slope.jpg" class="thumbnail"> | ||
<h3 class="title">Slope</h3> | ||
</a> | ||
<a class="game" href="./g/swfs/#bullet_bill_26.swf"> | ||
</a> | ||
<a class="game" href="/g/flash/index.html?swf=bullet_bill_26.swf"> | ||
<img src="./game-imgs/bulletbill.png" class="thumbnail"> | ||
<h3 class="title">Bullet Bill</h3> | ||
</a> | ||
<a class="game" href="./g/swfs/#portal2d"> | ||
</a> | ||
<a class="game" href="/g/flash/index.html?swf=portal2d.swf"> | ||
<img src="./game-imgs/portal.png" class="thumbnail"> | ||
<h3 class="title">Portal 2D</h3> | ||
</a> | ||
<a class="game" href="./g/swfs/#zombocalypse"> | ||
</a> | ||
<a class="game" href="/g/flash/index.html?swf=zombocalypse.swf"> | ||
<img src="./game-imgs/zomb.png" class="thumbnail"> | ||
<h3 class="title">Zombocalypse</h3> | ||
</a> | ||
</div> | ||
</a> | ||
<a class="game" href="/g/flash/index.html?swf=alien.swf"> | ||
<img src="./game-imgs/AlienHominid.png" class="thumbnail"> | ||
<h3 class="title">Alien Hominid</h3> | ||
</a> | ||
<a class="game" href="/g/flash/index.html?swf=achievement-unlocked.swf"> | ||
<img src="./game-imgs/achievement.png" class="thumbnail"> | ||
<h3 class="title">Achievement+</h3> | ||
</a> | ||
<a class="game" href="/g/basketball-stars/index.html"> | ||
<img src="./game-imgs/bbstars.png" class="thumbnail"> | ||
<h3 class="title">Basketball Stars</h3> | ||
</a> | ||
<a class="game" href="/g/cookie/index.html"> | ||
<img src="./game-imgs/cookie.png" class="thumbnail"> | ||
<h3 class="title">Cookie Clicker</h3> | ||
</a> | ||
<a class="game" href="/g/moto/index.html"> | ||
<img src="./game-imgs/moto.png" class="thumbnail"> | ||
<h3 class="title">Moto X3M</h3> | ||
</a> | ||
<a class="game" href="/g/vex4/index.html"> | ||
<img src="./game-imgs/vex4.png" class="thumbnail"> | ||
<h3 class="title">Vex 4</h3> | ||
</a> | ||
<a class="game" href="/g/vex5/index.html"> | ||
<img src="./game-imgs/vex5.png" class="thumbnail"> | ||
<h3 class="title">Vex 5</h3> | ||
</a> | ||
<a class="game" href="/g/rooftop-snipers/index.html"> | ||
<img src="./game-imgs/snipers.png" class="thumbnail"> | ||
<h3 class="title">Rooftop Snipers</h3> | ||
</a> | ||
<a class="game" href="/g/getaway-shootout/index.html"> | ||
<img src="./game-imgs/shootout.png" class="thumbnail"> | ||
<h3 class="title">Getaway Shootout</h3> | ||
</a> | ||
<a class="game" href="/g/a-dark-room/index.html"> | ||
<img src="./game-imgs/dark.png" class="thumbnail"> | ||
<h3 class="title">A Dark Room</h3> | ||
</a> | ||
<a class="game" href="/g/flash/index.html?swf=age-of-war.swf"> | ||
<img src="./game-imgs/war.png" class="thumbnail"> | ||
<h3 class="title">Age of War</h3> | ||
</a> | ||
<a class="game" href="/g/flash/index.html?swf=isaac.swf"> | ||
<img src="./game-imgs/isaac.png" class="thumbnail"> | ||
<h3 class="title">Binding Of Isaac</h3> | ||
</a> | ||
<a class="game" href="/g/flash/index.html?swf=quiz2.swf"> | ||
<img src="./game-imgs/quiz2.png" class="thumbnail"> | ||
<h3 class="title">Impossible Quiz 2</h3> | ||
</a> | ||
<a class="game" href="/g/flash/index.html?swf=tycoon.swf"> | ||
<img src="./game-imgs/tycoon.png" class="thumbnail"> | ||
<h3 class="title">Real Estate Tycoon</h3> | ||
</a> | ||
<a class="game" href="/g/flash/index.html?swf=warfare1944.swf"> | ||
<img src="./game-imgs/warfare1944.png" class="thumbnail"> | ||
<h3 class="title">Warfare 1944</h3> | ||
</a> | ||
</div> | ||
<script src="https://cdn.jsdelivr.net/npm/particles.js@2.0.0/particles.min.js"></script> | ||
<script src="particlesjs.js"></script> | ||
<script src="./js/g.js"></script> | ||
</body> | ||
</div> | ||
<script src="https://cdn.jsdelivr.net/npm/particles.js@2.0.0/particles.min.js"></script> | ||
<script src="particlesjs.js"></script> | ||
<script src="./js/g.js"></script> | ||
</body> | ||
|
||
</html> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.