-
Notifications
You must be signed in to change notification settings - Fork 3
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
aeaab97
commit 99dfe40
Showing
4 changed files
with
1,239 additions
and
0 deletions.
There are no files selected for viewing
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,7 @@ | ||
CACHE MANIFEST | ||
# v6.0 | ||
# 10/08/2020-11:00:00.44 | ||
|
||
index.html | ||
script.js | ||
style.css |
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,125 @@ | ||
<!DOCTYPE html> | ||
<html manifest="cache.manifest"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>OutRun The Game - Imadesigns</title> | ||
|
||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Press+Start+2P'><link rel="stylesheet" href="./style.css"> | ||
|
||
|
||
|
||
<!-- virtual keyboard --> | ||
<meta charset="UTF-8"> | ||
<title>CodePen - Virtual Keyboard using HTML, CSS & JavaScript (Vanilla JS)</title> | ||
<link rel="stylesheet" href="./style.css"> | ||
<!-- virtual keyboard --> | ||
|
||
|
||
|
||
</head> | ||
<body> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!-- partial:index.partial.html --> | ||
<div id="game"> | ||
|
||
<div id="road"> | ||
|
||
<div id="cloud"></div> | ||
<div id="hero"></div> | ||
|
||
</div> | ||
|
||
<div id="hud"> | ||
|
||
<span id="time" class="topUI">0</span> | ||
<span id="score" class="topUI">0</span> | ||
<span id="lap" class="topUI">0'00"000</span> | ||
<span id="tacho">0</span> | ||
|
||
</div> | ||
|
||
<div id="home"> | ||
|
||
<h1><center>Outrun <br>Imadesigns</center></h1> | ||
<p id="text"></p> | ||
|
||
<div id="highscore"> | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
<div id="controls"> | ||
<span><span>C</span>insert coin - لوح درهم 😂</span> | ||
<span><span>M</span>mute - سكت مها 😂</span> | ||
<span><span><</span><span>></span>move - تحرك ا شريف 😂</span> | ||
<span><span><</span><span>></span>accelerate - تقلع ا لمعلم 😂</span> | ||
</div> | ||
<!-- partial --> | ||
<script src="./script.js"></script> | ||
|
||
|
||
|
||
|
||
<!-- caching --> | ||
<script> | ||
function DLProgress(e){Percent=(Math.round(e.loaded / e.total * 100));window.msgs.innerHTML="Installing Offline Cache: " + Percent + "%";} | ||
function DisplayCacheProgress(){setTimeout(function(){window.msgs.innerHTML="Cache Installed Successfully";},1000);setTimeout(function(){window.msgs.innerHTML="Now Close And Re-Open Your Browser";},3000);}window.applicationCache.addEventListener("progress",DLProgress,false);window.applicationCache.oncached=function(e){DisplayCacheProgress();};window.applicationCache.onupdateready=function(e){DisplayCacheProgress();}; | ||
</script> | ||
<script src="exp_common.js"></script> | ||
<script src="exp_jailbreak.js"></script> | ||
<!-- caching --> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!-- virtual keyboard --> | ||
<!-- partial:index.partial.html --> | ||
<!DOCTYPE html> | ||
<head> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta charset="utf-8"> | ||
<link rel="shortcut icon" href="/assets/favicon.ico"> | ||
<link rel="stylesheet" href="/assets/dcode.css"> | ||
<link rel="stylesheet" href="keyboard/Keyboard.css"> | ||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | ||
</head> | ||
|
||
<body> | ||
|
||
<center><button class="use-keyboard-input" width: 200px; height: 50px;">Click Here To Activate Keyboard</button></center> | ||
|
||
<script src="keyboard/Keyboard.js"></script> | ||
</body> | ||
<!-- partial --> | ||
<script src="./script.js"></script> | ||
<!-- virtual keyboard --> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</body> | ||
<footer> | ||
<div id="controls"> | ||
Copyright © arabicps4games.github.io/a <br>All copyright reserved <script>document.write(new Date().getFullYear())</script></span> | ||
</div> | ||
</footer> | ||
|
||
</html> |
Oops, something went wrong.
99dfe40
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
commander – ./
commander.iamadeveloper.dev
commander-command-enterprises.vercel.app
commander-git-main-command-enterprises.vercel.app
commanderproxy.vercel.app