Skip to content

Commit ea369d1

Browse files
Add CSLIB IDE Playground
1 parent 6ae3fa1 commit ea369d1

241 files changed

Lines changed: 177724 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

cslib/compile_head.txt

Lines changed: 11782 additions & 0 deletions
Large diffs are not rendered by default.

cslib/compile_tail.txt

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
</head>
2+
<body><div class="container" id="container1">
3+
<div id="advertisement">
4+
</div>
5+
<div id="header">
6+
<div id="identity"><a href="#" id="email">you@example.com</a><a href="#" id="logout">Sign Out</a></div>
7+
8+
<h1 class="gameTitle"><!-- My First ChoiceScript Game --></h1>
9+
<h2 id="author" class="gameTitle"><!--by INSERTINSERTINSERT --></h2>
10+
11+
<p id="headerLinks">
12+
<!-- <a href="credits.html" id="aboutLink" class="spacedLink">About</a> -->
13+
</p>
14+
<p id="buttons">
15+
<button id="statsButton" class="spacedLink" onclick="showStats()">Show Stats</button>
16+
<button id="restartButton" class="spacedLink" onclick="restartGame('prompt')">Restart</button>
17+
<button id="achievementsButton" onclick="showAchievements()" class="spacedLink" style="display: none">Achievements</button>
18+
<button id="bugButton" onclick="reportBug()" class="spacedLink" style="display: none">Report Bug</button>
19+
<button id="menuButton" onclick="textOptionsMenu()" class="spacedLink">Settings</button>
20+
</p>
21+
</div>
22+
<div id="main">
23+
<div id="text">
24+
</div>
25+
<script>
26+
startLoading();
27+
</script>
28+
</div>
29+
<div id="mobileLinks" class="webOnly">
30+
</div>
31+
<noscript>
32+
<p>This game requires JavaScript; please enable JavaScript and refresh this page.</p>
33+
</noscript>
34+
<a id="makeyourowngames" href="https://www.choiceofgames.com/make-your-own-games/choicescript-intro/">Make your own games with ChoiceScript</a>
35+
</body>
36+
</html>

cslib/cs_examples/(cslib) ChoiceScript Library/choicescript_stats.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)