GAMES

Simple Calculator

Language: Javascript

Description: This program uses javascript functions and the Document Object Model to serve as a simple calculator.

Sudoku Solver

Language: PHP, Javascript

Description: Using PHP and Javascript, the user can either input a sudoku board to be solved, or generate a random board to be solved.

Matching Card Game

Language: Javascript

Description: Each animal card has an idenitcal match. The user has 10 attempts to pair all of the cards.

Hangman

Language: Javascript

Description: This simple hangman game connects to a random word API, generating an arbitrary word for the user to guess.