_blanktemplate-addons.html
|
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="UTF-8">
5 <meta name="viewport" content="width=device-width">
6 <title>The Room Adventure: Additional Features</title>
7
8 <link href="/index.css" rel="stylesheet" type="text/css"/>
9 <link href="/roomadventure/rooms.css" rel="stylesheet" type="text/css"/>
10 <link rel="shortcut icon" href="http://stephenjwolf.com/coding/favicon.ico" type="image/x-icon"/>
11 </head>
12 <body>
13 <div id="body"><!-- Required div for navigation bar -->
14 <div class="imgfloater max150px"><img src="/images/SergeiStudious.png"></div>
15 <h1>The Room Adventure: Additional Features</h1>
16
17 <h2>Asking the Player for a Name</h2>
18 <h4>Difficulty: ★★★☆☆</h4>
19 <h4><em>Requirement: Basic game</em></h4>
20
21 <div class="flex-container">
22 <div>
23 <!--Explanation-->
24 <p></p>
25
26 <h2>What we need to do</h2>
27 <ul>
28 <li></li>
29 </ul>
30 </div>
31 <div class="imgwrapper">
32 <br>
33 <!--Screenshot-->
34 <!--<img src="/roomadventure/screenimages/getplayername.png">-->
35 </div>
36 </div>
37
38
39
40
41
42 <h2>Happy Coding!</h2>
43 <h2>—Dr. Wolf</h2>
44
45 <div id="prevnext"></div>
46 <!-- required section for navigation sidebar -->
47 </div>
48 <script src="/navigator.js"></script>
49 <script>begin("roomadventure");</script>
50 <!-- end of required section for navigation sidebar -->
51 </body>
52 </html>
53