HTML and CSS Reference
In-Depth Information
Project 1
Building a CSS
Quest Game
In this project, we are going to build a card quest game using HTML elements and CSS styling.
We will also learn how to separate JavaScript logic into modules for clarity. We will build the
game from scratch with a basic HTML layout and then represent the composiion of the patern
in logic and CSS.
Mission briefing
We are going to create a matching game. This game presents a combinaion of paterns to
the player, and some of these paterns overlap each other. Players analyze the paterns and
then select them in the correct sequence so that the composiion matches the provided one.
You may visit the URL http://makzan.net/html5-games/color-quest/ to play the
example game in order to have a beter understanding of what we will build throughout
this project.
Search WWH ::




Custom Search