Skip to content

HJSFoundation/inkblot-painter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Rorschach Inblot Test
The Rorschach test is a psychological test in which subjects' perceptions of inkblots are recorded and then analyzed using psychological interpretation, complex algorithms, or both. Some psychologists use this test to examine a person's personality characteristics and emotional functioning. 

# inkblot-painter app
This is a simple project to allow someone to create a procedurally generated Rorschach inkblot using JavaScript on a browser that supports HTML5 and more specifically, the canvas tag.

Included are two files:
  * rorschach.js
  * rorschach.html
  
The rorschach.html file will allow you to quickly generate a Rorschach inkblot in your browser (tested with Google Chrome). This rorschach.html file references the rorschach.js file that contains the guts of the inkblot painting.

About

Paints Rorschach-like inkblots using JavaScript and the HTML5 canvas element

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.5%
  • HTML 16.5%