Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
diejuse authored Mar 31, 2022
1 parent c88a08e commit aa4177e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
NodeToJS is a module/library at once: a module for NodeJS and a library for Javascript (JS). It allows to create text based apps/games that can be executed and work both in the terminal (for Windows, Linux or Mac) and in a web browser. That is, with the same code you will create a CLI app/game and a text-based webapp/webgame.

Features:
- Use canvas to simulate the terminal.
- Draw text with foreground color and background color.
- Read key events
- It has no user text input fields (for now).
- Use canvas to simulate the terminal.
- Draw text with foreground color and background color.
- Read key events
- It has no user text input fields (for now).

### Use:
The minimum files you need are four:
Expand Down

0 comments on commit aa4177e

Please sign in to comment.