-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
54 lines (50 loc) · 1.9 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>SuperMario</title>
<link href="https://fonts.googleapis.com/css?family=Wendy+One" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="cssAbout.css" media="screen" />
<link rel="shortcut icon" type="image/x-icon" href="images/logoEnemigosVencidos.png">
</head>
<body>
<div class="header">
<div class="juego">
<a href="index.html">
JUGAR
</a>
</div>
<div class="Creditos">
<a href="creditos.html">
CREDITOS
</a>
</div>
<div class="Sobre el juego">
<a href="#">
SOBRE EL JUEGO
</a>
</div>
<div class="GitHub">
<a href="https://github.com/carlosgocereceda/SuperMarioWorld2-YoshiIsland">
GitHub
</a>
</div>
</div>
<h1>SOBRE EL JUEGO:</h1>
<p>
Juego basado en Super Mario World 2, creado para la asignatura de Desarrollo de Videojuegos
con tecnologías web. <br><br>
El juego está desarrollado en JavaScript utilizando el motor de Quintus. <br><br>
Los mapas esán creados por nosotros utilizando Tiled. <br><br>
Si quieres obtener cualquier material como Sprites, mapas o código visita nuestro GitHub.
</p>
<h2>HERRAMIENTAS UTILIZADAS</h2>
<div class="fotos_herramientas">
<a title="Tiled" href="https://www.mapeditor.org/"><img src="images/web/Tiled.png" alt="Tiled" /></a>
<a title="JavaScript" href="https://www.javascript.com/"><img src="images/web/javascript_logo.png"
alt="JavaScript" /></a>
<a title="JavaScript" href="http://www.html5quintus.com/"><img src="images/web/quintus.png" alt="Quintus" /></a>
</div>
<h5>Proyecto realizado en la Universidad Complutense de Madrid</h5>
</body>
</html>