PreviousNext

MVC Web API and AngularJS For Image Puzzle Game

by bill-s, 2015-09-05T07:45:34.000Z

This article shows how to create a word puzzle game using MVC, AngularJS and Web API 2. A word puzzle game is an interesting game where, for each question there will be 4 Images displayed. The user must find the hidden name of the matching four images together. The game rule is that, for each game there will be 5 questions asked. The question is very simple since each question will be displayed with 4 sets of images, the user must find the matching word for the 4 image combinations and enter the correct answer and click Next to display the next question.

Read More