Skip to content

RodionGork/JsMonoTerm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#JsMonoTerm

Javascript monochrome terminal for rendering in web-pages.

Supported methods:

  • print('some text')
  • println('some text')
  • move(x, y)
  • clear()
  • addLine(n)
  • delLine(n)

Method "getc" if not null is called after user types a character (and is reset to null).

Example of number guessing game is provided in index.html. See demo page

About

Javascript monochrome terminal for rendering in web-pages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published