About 46,300 results
Open links in new tab
  1. 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 word game.

  2. 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 with …

  3. Hangman Game - CodeProject

    A Hangman game as a console application

  4. Code Project

    Code Project - For Those Who Code

  5. 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.

  6. 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, the …

  7. 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.

  8. Color match game in Java - CodeProject

    Nov 16, 2016 · This color match game is part of a series of how-to Intel® Internet of Things (IoT) code sample exercises using the Intel® IoT Developer Kit, Intel® Edison development platform, cloud …

  9. 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 where you …

  10. Solving Word-Search Puzzles in Linear Time - CodeProject

    Jan 7, 2015 · The word-search puzzle is a string-search problem in which several words are to be located within an n ´ m array filled with letters. The following table shows a 30 ´ 30 array and some …