top of page

Zoomscript is a simple coding language and text editor online. Inspired by Javascript and Bash, Zoomscript has powerful features such as pseudotypes, dynamic packages, syntax and error highlighting and more.

​

Use it here.

Robert has coded a hangman game for computers.

The word to guess is represented by a row of dashes, representing each letter of the word. If the guessing player suggests a letter which occurs in the word, the other player writes it in all its correct positions. If the suggested letter does not occur in the word, the other player draws one element of a stickman as a tally mark.

The player guessing the word may, at any time, attempt to guess the whole word. If the word is correct, the game is over and the guesser wins. Otherwise, the other player may choose to penalize the guesser by adding an element to the diagram. On the other hand, if the other player makes enough incorrect guesses to allow his opponent to complete the diagram, the game is also over, this time with the guesser losing. However, the guesser can also win by guessing all the letters that appear in the word, thereby completing the word, before the diagram is completed.

Download it here.

bottom of page