Untrusted, a user javascript adventure game

1 minute read

In studying for my GWAPT I was introduced by Eric Conrad to a cool educational game called Untrusted, created by Alex Nisnevich and Greg Shuflin (sorry, Greg, not certain if this is you or not). The premise of the game is a top-down ASCII-based ‘adventure’ where the player has access to certain portions of the game’s javascript. Manipulation of the javascript effects the game itself, allowing the player to break the rules and modify the game, such as by moving an object, changing its properties, or removing it entirely. This is important, since the ‘game’ itself is impossible to win without implementing such tactics. This is a great example of gamification, where a work or educational task (in this case, learning javascript) is framed in the structure of a game in order to make it more immediately engaging, fun, and rewarding to the player/student/worker.

After this post, I will be writing up my solutions to the puzzles on Untrusted with the intention of completing all 21 levels. Many have done this before me, and the game itself includes links to the solutions on Github, but I always enjoy reading how individuals solve problems, so I figure others might find my own solutions interesting.

Updated: