Project Info:

Pick an object from the display list then let the computer find the answer by answering a series of questions.

By implementing this program you’ll learn how to create a data structure to represent the game data and an engine that is running the data structure. This approach allows you to extend the game by just modifying the data structure without affecting the other code logic.

  • Created by: Adrian
  • Date: 2018
  • Language: JavaScript
Start tutorial