Paint-like with Ascii characters
  • JavaScript 85.5%
  • HTML 9.1%
  • CSS 5.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2020-06-26 23:01:26 +02:00
css Adding help and organizing code 2020-06-26 23:01:26 +02:00
js Adding help and organizing code 2020-06-26 23:01:26 +02:00
.gitattributes initial commit 2020-06-26 11:33:45 +02:00
.gitignore Adding forward and backward (CTRL+Z and CTRL+Y) 2020-06-26 19:35:32 +02:00
index.html Adding help and organizing code 2020-06-26 23:01:26 +02:00
README.md improving consistency in Readme.md 2020-06-26 21:43:26 +02:00

Ascii art paint

Paint-like with Ascii characters created in pure Javascript (and a little bit of HTML/CSS)

take a look here

Controls

Any keyboard key : Change character

Lbutton : Draw

SHIFT + Lclick : Draw line

CTRL + Lclick : Fill (does not checks diagonals)

CTRL + Z : Go back

CTRL + Y : Go forth (only available if you gone back)

CTRL + S : Save current image into a reusable txt file

CTRL + O : Open previously saved image