-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (39 loc) · 1.77 KB
/
index.html
File metadata and controls
41 lines (39 loc) · 1.77 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coffee Engine</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<canvas id="bubbles"></canvas>
<div class="mainContainer">
<h1 class="renovationText">Coffee Engine! (WIP)</h1>
<h2 class="coolText">What is Coffee Engine?</h2>
<div style="display: flex;">
<img src="images/Tiramisu Error.svg">
<p>Coffee Engine is a functional, 2D, and 3D game engine, originally created in house by <a href="https://obviousstudios.dev/">Obvious Studios</a>.
Originally a simple web-creation tool now has expanded into a game engine.</p>
</div>
<h2 class="coolText">Why?</h2>
<div style="display: flex;">
<p>
Compared to coffee engine other engines are no where near as portable and flexible, typically being desktop
only, or having limited web support. Inspired by Construct, Scratch, and Godot, Coffee Engine tries to be the best combination,
of desktop and web based game engines.
</p>
<img style="width: 20%;" src="images/Tira and Friends.svg">
</div>
<h2 class="coolText">Whats with the Theming?</h2>
<div style="display: flex;">
<img style="width: 20%;" src="images/Tira and Brad.svg">
<p>
Coffee Engine was originally a framework for a game called Coffee Making Simulator+ thus it got its name,
though as can be seen through the Engine's Mascot Tiramisu, it's distanced itself from the source a bit.
</p>
</div>
</div>
<script src="script.js"></script>
</body>
</html>