Monthly Archives: June 2015

A Solitaire Game in JavaScript

The JavaScript code below implements a Solitaire game. To see it in action, copy it into an .html file and open that file in a web browser that runs JavaScript. Or, for an online version, visit https://thiscouldbebetter.neocities.org/solitaire.html. Use the W, … Continue reading

Posted in Uncategorized | Tagged , , , , | 1 Comment

A Snake Game in JavaScript

The code below implements a simple “Snake” game in JavaScript. To see it in action, copy it into an .html file and open that file in a web browser that runs JavaScript. Or, for an online version, visit https://thiscouldbebetter.neocities.org/snakegame.html. Use … Continue reading

Posted in Uncategorized | Tagged , , , | 1 Comment