text-rpg-engine
Version:
Library to create text adventures / interactive fiction with custom user interactions
19 lines (17 loc) • 384 B
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<title>Text Adventure</title>
<meta name="description" content="Text adventure in JS">
<meta name="author" content="Johnny Dunn">
</head>
<body>
<div id="display">
</div>
<form>
<input type="text" name="input" id="input">
</form>
<script src="bundle.js"></script>
</body>
</html>