Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the source for the game Mind Unbind. You may expand upon this game, or use concepts or code for other purposes.

Mind Unbind is an abstract, free-form drawing game. The goal is to draw a continuous curve, varying its directional flow, changing how it changes.

The obstacle? The player's own doodling habits, which make this an unexpectedly challenging game.

The score indicates how the player's efforts at variation overcame repetitive tendencies. 100 is a key threshold: as good as random, unintentional scribbling.

Will your mindful changes perform better than mindlessness?


Note that the game segments the continuous curve (like the drawings below) into a series of discrete 'moves', which MovePredictionEngine processes.

ScoreIncrease1

Scores range 0 to 200: from no variation (a straight line, or circle), to optimally varied shapes. A random, truly mindless scribbler - lacking both intent and habit - averages 100.

Human scores span a narrower range, roughly 80 to 120. Effortless 'random scribble' attempts typically reach 80; yet surpassing 120 is rare, as subtle doodling defaults inevitably creep into our scribbling.

While you endeavor to vary curves as best you can, your signature habits lurk in the background, challenging your efforts. Even matching randomness can be quite difficult!

ScoreIncrease2 ScoreIncrease3

MainExample

Releases

Contributors

Languages