Monthly Archives: August 2014

A Profile, Media, Persistence, and Menu Framework for a Video Game

The JavaScript code below implements a “framework” for an extremely simple video game, that includes the following features: 1. Creating a new player profile or choosing from an existing ones. 2. Creating, saving, and loading games, using the “Local Storage” … Continue reading

Posted in Uncategorized | Tagged , , , , | Leave a comment

Installing MonoDevelop on CentOS and other Linux Distributions

MonoDevelop is an integrated development environment (IDE) that allows software developers to write programs in Mono.  Mono, in turn, is a free and open-source clone of Microsoft’s .NET framework, which is one of the more popular software development frameworks in the … Continue reading

Posted in Uncategorized | Leave a comment