Add files via upload
This commit is contained in:
parent
4989238634
commit
c96c6caf07
@ -1,51 +1,54 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" dir="ltr">
|
<html lang="en" dir="ltr">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>DoM - Que Choisir</title>
|
<title>DoM - Que Choisir</title>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<link rel="stylesheet" href="styles/layout.css" type="text/css">
|
<link rel="stylesheet" href="styles/layout.css" type="text/css">
|
||||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
||||||
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="wrapper row1">
|
<div class="wrapper row1">
|
||||||
<header id="header" class="clear">
|
<header id="header" class="clear">
|
||||||
<div id="hgroup">
|
<div id="hgroup">
|
||||||
<h1><a href="">DoM-Que-Choisir</a></h1>
|
<h1><a href="">DoM-Que-Choisir</a></h1>
|
||||||
<h2>Descendre ou Mourir - Que Choisir</h2>
|
<h2>Descendre ou Mourir - Que Choisir</h2>
|
||||||
</div>
|
</div>
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://github.com/JunkJumper/DoM-Que-Choisir" target="github">View On GitHub</a></li>
|
<li><a href="https://github.com/JunkJumper/DoM-Que-Choisir" target="github">View On GitHub</a></li>
|
||||||
<li class="last"><a href="https://junkjumper.github.io#projects">Back to Projects List</a></li>
|
<li class="last"><a href="https://www.junkjumper-projects.com/#projects">Back to Projects List</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
</div>
|
</div>
|
||||||
<div class="wrapper row2">
|
<div class="wrapper row2">
|
||||||
<div id="container" class="clear">
|
<div id="container" class="clear">
|
||||||
<section id="shout">
|
<section id="shout">
|
||||||
<h1>DoM - Que Choisir</h1>
|
<h1>DoM - Que Choisir</h1>
|
||||||
<p>Presentation page with demo funcion of the game. Maybe try to beat my Personnal Best score of 1860 points ! ;)<br />
|
<p>Presentation page with demo funcion of the game. Maybe try to beat my Personnal Best score of 1860 points !
|
||||||
This is my first video game that was created in 2015 for a school project. This was just to learn how games are
|
😁<br />
|
||||||
created and this one is not very hard or beautiful.<br />
|
This is my first video game that was created in 2015 for a school project. This was just to learn how games
|
||||||
This project is a game that it consists to go down as long as possible without touch the roof or the floor.
|
are created and this one is not very hard or beautiful. It was made with the software Called <a href="https://www.scirra.com/construct2" target="_blank">Construct 2</a>.<br />
|
||||||
The score is growing as long as you are alive. My PB score is 9680 points (around 16 minutes).
|
This project is a game that it consists to go down as long as possible without touch the roof or the floor.
|
||||||
<br />PS : This game is not working on mobile devices.
|
The score is growing as long as you are alive.
|
||||||
</p>
|
<br />The game is not working on mobile devices.
|
||||||
</section>
|
</p>
|
||||||
<section class="last clear">
|
</section>
|
||||||
<article class="two_third">
|
<section class="last clear">
|
||||||
<center><h2>Game Demo</h2></center>
|
<h2 id="center">Game Demo</h2><br />
|
||||||
<iframe src="https://junkjumper.github.io/DoM-Que-Choisir/docs/game/index.html" width="100%" height="600px"></iframe>
|
<iframe src="https://www.junkjumper-projects.com/_Project/DoMqC/index.html" width="950" height="863"></iframe>
|
||||||
</section>
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- footer -->
|
||||||
|
<div class="wrapper row3">
|
||||||
|
<footer id="footer" class="clear">
|
||||||
|
<p>© JunkJumper - GNU General Public License v3.0</p>
|
||||||
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
<!-- footer -->
|
|
||||||
<div class="wrapper row3">
|
|
||||||
<footer id="footer" class="clear">
|
|
||||||
<p>© JunkJumper - GNU General Public License v3.0</p>
|
|
||||||
</footer>
|
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
x
Reference in New Issue
Block a user