html
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
<!-- Check out my other game named Boss Battle game made with only HTML, it took me a lot of time to make, it was much harder than this one and also is much better than this one. -->
<!DOCTYPE html>
<html>
<head>
<title> Escape Room </title>
</head>
<body bgcolor="black">
<hr width="100%" size="10" color="white"/>
<h2 align="center" style="color:white;"> <u>Escape Room</u></h2>
<p align="center">
<svg viewBox="0 0 340 340" style="border: white solid; background-color:gray;" >
<!-- floor path below -->
<path fill="brown" stroke="black" d="M0 220 h340 v120 h-340 v-120"/>
<!-- floor path above -->
<!-- items bar path below -->
Enter to Rename, Shift+Enter to Preview
css
css
1
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run