-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrangerthings.html
More file actions
26 lines (20 loc) · 1.3 KB
/
strangerthings.html
File metadata and controls
26 lines (20 loc) · 1.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" name="viewport" content="initial-scale=1"/>
<link rel="stylesheet" type="text/css" href="style.css">
<title>AriesTechnologies LLC</title>
<link rel="icon" type="type/x-icon" href="favicon.ico" />
</head>
<script src="header.js"></script>
<body oncontextmenu="return false;">
<h1>Stranger Things: A Game</h1>
<img src="Images/stranger_things.png" />
<p>Stranger Things: The Game (2018): was AtlasStudios first more modern game (more modern as in code and graphics). It is based off the Netflix Original Stranger Things and has been the center of many accomplishments in AtlasStudios (menus, cutscenes, open world levels, downloadable version of the game, and an installer). It runs at 60 fps (with no huge lag spikes) and was coded using Python 3.6.5.</p>
<p>(This was also a school project for a Scholastic competition)</p>
<p>Stranger Things: The Game (Remastered) (2023): is a remaster of the original project with updated code and some updates to graphics. It is expected to be released sometime in 2024 for the 6 year anniversary.</p>
<!-- <button type="button" onclick="window.location.href='https://spartanos.github.io'">Download: Zombies I</button> -->
<hr/>
</body>
<script src="footer.js"></script>
</html>