forked from PhilipeChad/GameDev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (33 loc) · 1.4 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<title>Game Development</title>
</head>
<style>
body{
background-image: url(Website\ Design.jpg);
}
</style>
<div class="homePage">
<p>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
Game development is the process of making a game.
This includes proggraming, level design, sound design, art, 3D models ect,.<br/>
The idea of making a game can be daunting but is alot easier to get started then you
might think.<br/> Look at the pages listed below to learn more about game development.
</p>
</div>
<a href="what_gamedev.html">
<button style="background-image: url(Syle\ Button.png);">What is Game Development?</button>
</a>
<a href="what_game_engine.html">
<button style="background-image: url(Syle\ Button.png);">What is a Game Engine?</button>
</a>
<a href="intro_godot.html">
<button style="background-image: url(Syle\ Button.png);">Intro to Godot</button>
</a>
<a href="simple_game.html">
<button style="background-image: url(Syle\ Button.png);">Simple Game to Get Started</button>
</a>
</html>