Text Game Maker JS is a JavaScript library to make text games for web browsers. It can create a console-like HTML5 canvas on a web browser, print text on it and get user's inputs.
Text Game Maker JS is good to coding practice and game making practice.
Download the latest text-game-maker-js-starter-program.zip from https://github.com/a-mean-blogger/text-game-maker-js/releases.
These are the files in the zip file.
Open the starter program by double-clicking index.html
The black screen part is the main canvas to print texts and debugging data are showing under it.
The current codes to generate the screen and debugging info are in main.js. Add your JavaScript code to main.js to create your own text program.
Learn how to use Text Game Maker JS making a sample game. Click here
See all objects of Text Game Maker JS. Click here
Github: https://github.com/a-mean-blogger/text-game-maker-js
MIT license
Copyright 2017 [email protected]
Comments
Login with SNS account to write comments. see details