Book Image

HTML5 Game Development by Example: Beginner's Guide

By : Seng Hin Mak
Book Image

HTML5 Game Development by Example: Beginner's Guide

By: Seng Hin Mak

Overview of this book

Table of Contents (18 chapters)
HTML5 Game Development by Example Beginner's Guide Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
9
Building a Physics Car Game with Box2D and Canvas
Index

Building a multiplayer draw-and-guess game


We built an instant chat room earlier in this chapter. Moreover, we just built a multiuser sketchpad. How about combining these two techniques and building a draw-and-guess game? A draw-and-guess game is a game in which one player is given a word to draw. All other players do not know the word and guess the word according to the drawing. The one who draws and who correctly guesses the word earn points.