(You can also find examples of my code on GitHub here)
This age-old game of kings uses a java-based chess engine for server-side decision-making to try and outsmart a human opponent.
This library catalogue system enables users to upload book ISBNs to one or more libraries and share details of their libraries.
Register
I wrote this tool to help plan TFL rail travel across London, including the new Elizabeth Line (Crossrail). Just enter the stations you're travelling from and to in the boxes, and the route finding tool will quickly work out the best rail-based route to take from A to B.
This global trading game features 3D graphics. I wrote the code as an exercise in creating 3D graphics using only native JavaScript. It demonstrates the power of the language and shows what is possible even without reliance on any external libraries.
This well-known puzzle game has been programmed in javascript to show off the simple 3D graphics engine. How quickly can you solve the cube?