
Creating Browser Based Word Games - CodeProject
Guess Word demonstrates an easy way to include dictionaries in a word game without using an external database or server. It shows how to use HTML and CSS to create a playing board for …
A Complete Word Puzzle Game in C#.NET - CodeProject
Oct 10, 2016 · Download project with executable - 582.8 KB Background I coded the game a long time ago using Turbo C. But I lost the code. I thought it would be great to revive it once more …
Lingo - A Simple Word Game in C# - CodeProject
Lingo is a simple five-letter word game in C#. It is based on the popular TV game show of the same name. The idea of the game is simple: you are given five chan
Hangman Game - CodeProject
A Hangman game as a console application
Code Project
Code Project - For Those Who Code
Beginner Tutorial: A Unity 5 Number Guessing Game
Oct 25, 2015 · In this tutorial, we will cover creating a simple number guessing game. The user will guess a number between 1 and 10.
C#: Random Number Guessing Game - CodeProject
Jun 18, 2014 · Introduction This article will give you some tips to write a simple "Random Number Guessing Game" using C#. The program generates a 4 digit random number. For each digit, …
Image Puzzle: An HTML Game - CodeProject
Aug 28, 2014 · This article provides simplified steps to start with the 2D game development using HTML/CSS and JavaScript. Here, I am presenting how to create an Image Puzzle game …
Anagrams - A Word Game in C# - CodeProject
Apr 7, 2008 · The game presents you with a scrambled 6-letter word, and presents you with an opportunity to find 10-20 words that exist within the original word in a short amount of time.
Automating Word 2016 using Visual C++ MFC in Visual Studio 2015
Oct 22, 2016 · This article demonstrates some techniques to automate Word 2016 using Visual C++ MFC in Visual Studio 2015.