added happy wheels fancypant and retro bowl to games
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,11 @@
|
||||
<html>
|
||||
<script src="/games/flach games/ruffle.js"></script>
|
||||
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
|
||||
<body>
|
||||
<object>
|
||||
<embed src="/games/flach games/games for flach/fancypants.swf" width="550" height="400" />
|
||||
</object>
|
||||
|
||||
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,11 @@
|
||||
<html>
|
||||
<script src="/games/flach games/ruffle.js"></script>
|
||||
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
|
||||
<body>
|
||||
<object>
|
||||
<embed src="/games/flach games/games for flach/happy_wheels_28.swf" width="550" height="400" />
|
||||
</object>
|
||||
|
||||
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
|
||||
</body>
|
||||
</html>
|
||||
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
|
||||
<html>\
|
||||
<html>
|
||||
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
|
||||
<body>
|
||||
<object>
|
||||
<embed src="/games/henreystikman/Henry-Stickmin-Collection-main/Henry-Stickmin-Collection-main/Stealing_the_Diamond.swf" width="750" height="900" />
|
||||
<embed src="/games/henreystikman/Henry-Stickmin-Collection-main/Henry-Stickmin-Collection-main/Stealing_the_Diamond.swf" width="900" height="600" />
|
||||
</object>
|
||||
|
||||
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2021 Echo
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
@@ -0,0 +1,9 @@
|
||||
# Retro Bowl
|
||||
Retro Bowl is an American style football game created by New Star Games. Are you ready to manage your dream team into victory? Be the boss of your NFL franchise, expand your roster, take care of your press duties to keep your team and fans happy.
|
||||
|
||||

|
||||
|
||||
## Play
|
||||
|
||||
Click the link below to play!<br>
|
||||
[https://3kh0.github.io/retro-bowl/](https://3kh0.github.io/retro-bowl/)
|
||||
@@ -0,0 +1 @@
|
||||
`root/img`
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 583 B |
@@ -0,0 +1,91 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<link rel="icon" sizes="192x192" href="img/icon.jpg">
|
||||
<link rel="shortcut icon" href="img/icon.jpg" type="image/x-icon"/>
|
||||
<link rel="apple-touch-icon" href="img/icon.jpg" type="image/x-icon"/>
|
||||
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<title>Retro Bowl | 3kh0</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta content="https://3kh0.github.io/retro-bowl" property="og:url" />
|
||||
<meta content="img/icon.jpg" property="og:image" />
|
||||
<meta content="#000000" data-react-helmet="true" name="theme-color" />
|
||||
<meta name="title" content="3kh0.github.io">
|
||||
<meta name="description" content="Retro Bowl is an American style football game created by New Star Games. Are you ready to manage your dream team into victory? Be the boss of your NFL franchise, expand your roster, take care of your press duties to keep your team and fans happy.">
|
||||
<meta name="keywords" content="games, ad blocker, trolls, unblocked games, web games, online games, fun, tags">
|
||||
<meta name="robots" content="index, follow">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="language" content="English">
|
||||
<meta name="revisit-after" content="1 days">
|
||||
<meta name="author" content="3kh0">
|
||||
|
||||
<!-- Set the background colour of the document -->
|
||||
<style>
|
||||
body {
|
||||
background: #0;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
}
|
||||
canvas {
|
||||
image-rendering: optimizeSpeed;
|
||||
-webkit-interpolation-mode: nearest-neighbor;
|
||||
-ms-touch-action: none;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
}
|
||||
:-webkit-full-screen #canvas {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
div.gm4html5_div_class
|
||||
{
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
}
|
||||
/* START - Login Dialog Box */
|
||||
div.gm4html5_login
|
||||
{
|
||||
padding: 20px;
|
||||
position: absolute;
|
||||
border: solid 2px #000000;
|
||||
background-color: #404040;
|
||||
color:#00ff00;
|
||||
border-radius: 15px;
|
||||
box-shadow: #101010 20px 20px 40px;
|
||||
}
|
||||
div.gm4html5_cancel_button
|
||||
{
|
||||
float: right;
|
||||
}
|
||||
div.gm4html5_login_button
|
||||
{
|
||||
float: left;
|
||||
}
|
||||
div.gm4html5_login_header
|
||||
{
|
||||
text-align: center;
|
||||
}
|
||||
.game{
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
/* END - Login Dialog Box */
|
||||
:-webkit-full-screen {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Retro Bowl</h1>
|
||||
<iframe class="game" width="960" height="540" scrolling="no" frameborder="0" allowtransparency="true" src="https://zayaruzostreetorgan.com/uploads/5/5/6/7/5567194/custom_themes/226112567625258737/files/index.html"></iframe>
|
||||
</body>
|
||||
</html>
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
just to enable a pr
|
||||
@@ -0,0 +1,87 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by GameMaker:Studio http://www.yoyogames.com/gamemaker/studio -->
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta http-equiv="pragma" content="no-cache"/>
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||
<meta charset="utf-8"/>
|
||||
|
||||
<!-- Set the title bar of the page -->
|
||||
<title>Production branch</title>
|
||||
|
||||
<!-- Set the background colour of the document -->
|
||||
<style>
|
||||
body {
|
||||
background: #0;
|
||||
color:#cccccc;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
}
|
||||
canvas {
|
||||
image-rendering: optimizeSpeed;
|
||||
-webkit-interpolation-mode: nearest-neighbor;
|
||||
-ms-touch-action: none;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
}
|
||||
:-webkit-full-screen #canvas {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
div.gm4html5_div_class
|
||||
{
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
}
|
||||
/* START - Login Dialog Box */
|
||||
div.gm4html5_login
|
||||
{
|
||||
padding: 20px;
|
||||
position: absolute;
|
||||
border: solid 2px #000000;
|
||||
background-color: #404040;
|
||||
color:#00ff00;
|
||||
border-radius: 15px;
|
||||
box-shadow: #101010 20px 20px 40px;
|
||||
}
|
||||
div.gm4html5_cancel_button
|
||||
{
|
||||
float: right;
|
||||
}
|
||||
div.gm4html5_login_button
|
||||
{
|
||||
float: left;
|
||||
}
|
||||
div.gm4html5_login_header
|
||||
{
|
||||
text-align: center;
|
||||
}
|
||||
/* END - Login Dialog Box */
|
||||
:-webkit-full-screen {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="gm4html5_div_class" id="gm4html5_div_id">
|
||||
<img src="img/splash.png" id="GM4HTML5_loadingscreen" alt="GameMaker:HTML5 loading screen" style="display:none;"/>
|
||||
<!-- Create the canvas element the game draws to -->
|
||||
<canvas id="canvas" width="960" height="540" >
|
||||
<p>Your browser doesn't support HTML5 canvas.</p>
|
||||
</canvas>
|
||||
</div>
|
||||
|
||||
<!-- Run the game code -->
|
||||
<script type="text/javascript" src="js/main.js"></script>
|
||||
<script>window.onload = GameMaker_Init;</script>
|
||||
</body>
|
||||
</html>
|
||||
+4
-1
@@ -90,7 +90,7 @@
|
||||
<a href="/games/FNAF/FNAF/index.html">fnaf1</a>
|
||||
<a href="/games/motox3mwinter/motox3mwinter/index.html">motox3mwinter</a>
|
||||
<a href="/games/motox3mspookyland/motox3mspookyland/index.html">motox3mspookyland</a>
|
||||
<a href="games/plantsvszom.html">Plants vs. Zombies</a>
|
||||
<a href="/games/plantsvszom.html">Plants vs. Zombies</a>
|
||||
<a href="/games/code castle 0.7.html">code castle 0.7</a>
|
||||
<a href="/games/random tycoon thing.html">random tycoon thing</a>
|
||||
<a href="/games/Basketball-Legends-2020-gh-pages/Basketball-Legends-2020-gh-pages/index.html">Basketball Legends 2020</a>
|
||||
@@ -100,6 +100,9 @@
|
||||
<a href="/games/henreystikman/BreakingTheBank.html">henreystikman BreakingTheBank</a>
|
||||
<a href="/games/henreystikman/Crossing The Pit.html">henreystikman Crossing The Pit</a>
|
||||
<a href="/games/henreystikman/Stealing_the_Diamond.html">Stealing_the_Diamond</a>
|
||||
<a href="/games/flach games/html/happy_wheels.html">happy wheels</a>
|
||||
<a href="/games/flach games/html/fancypant.html">fancypant</a>
|
||||
<a href="/games/retro-bowl-main/retro-bowl-main/index.html">retro bowl</a>
|
||||
|
||||
</head>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user