Distribution of TerminalTXT Library. Please see the source repository for source code and documentation.
Please Note:
- If viewing this on NPM then the issues count isn't right. The issues can be found on the source repository.
- NPM version numbering doesn't apply to packages below 0.1.0, due to early development.
- Added Indexable interface and
getIndex(). - Added
setCellColor(),fill(), andfillColor()to graphics terminal.
- Added Math module with
map(),cmap(),clamp(),random(), andVector2. - Added
Loopclass to help with timing games.
- Added
CommandTrackersupport. - Added overwrite to
OutputTerminal.
- Added
OutputTerminalwithwrite(),writeln(), andnewLine()methods. - Restructured src to make development easier.
- Added
InputTrackerto handle user keyboard input.
- Fixing NPM package.json
First working version of the library. Very minimal features.
- Has basic GraphicsTerminal with
setCell()andupdate(). - CharacterSet supports both
stringandnumber[]constructors. As well as unknown characters. - DOM elements are created with classes and ids.