Demo Scripts

Games Demos

Experiments with a game-like character

Tic Tac Toe Multiplayer Version

Tic Tac Toe Multiplayer Version

Two-player version of the Tic Tac Toe game. Two players, matched in order of arrival, take turns playing over the Internet. 

Tic Tac Toe

Tic Tac Toe

Tic Tac Toe game demo, used elsewhere in a two-player mode (over Internet). Illustrates how to handle events (clicks) on many different blocks by defining a function that itself returns a function (a so called handler).


Multiplayer Game

Multiplayer Game

This is a very simple chat ‘game’. Two ‘players’ are randomly matched and can then input text and send it to the other ‘player’ in a turn-taking manner. It is an example of how one could develop a full-fledged (economic) game with two or more players who interact over Internet.


Amsterdam Memory Game

Amsterdam Memory Game


Script 8.11. Simple bug catching game

Script 8.11. Simple bug catching game


Memory Game

Memory Game


Pong

Pong