Skip to content

WIP - A typescript creative coding library / game engine for ASCII and text art reminiscent of Terminal graphics. NPM package is distribution only.

License

Notifications You must be signed in to change notification settings

duskvirkus/terminaltxt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TerminalTXT Distribution

Build Status NPM version

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.

Release Notes

0.0.7

  • Added Indexable interface and getIndex().
  • Added setCellColor(), fill(), and fillColor() to graphics terminal.

0.0.6

  • Added Math module with map(), cmap(), clamp(), random(), and Vector2.
  • Added Loop class to help with timing games.

0.0.5

  • Added CommandTracker support.
  • Added overwrite to OutputTerminal.

0.0.4

  • Added OutputTerminal with write(), writeln(), and newLine() methods.
  • Restructured src to make development easier.

0.0.3

  • Added InputTracker to handle user keyboard input.

0.0.2

  • Fixing NPM package.json

0.0.1

First working version of the library. Very minimal features.

  • Has basic GraphicsTerminal with setCell() and update().
  • CharacterSet supports both string and number[] constructors. As well as unknown characters.
  • DOM elements are created with classes and ids.

About

WIP - A typescript creative coding library / game engine for ASCII and text art reminiscent of Terminal graphics. NPM package is distribution only.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages