© Ben Tyers 2018
Ben TyersPractical GameMaker Projectshttps://doi.org/10.1007/978-1-4842-3745-8_2

2. Quiz

Ben Tyers1 
(1)
Worthing, West Sussex, UK
 

In this chapter, you’ll create a multiple choice quiz. It’s intended as an introduction to data and file handling. You do not need to understand every single line of the code; just try to understand the concepts being taught. This game will allow questions to be loaded from code or downloaded from a website as a text file and imported into the game, with the player aiming to get as many correct answers as possible.

So, start GameMaker Studio 2, start a new GML project, and name it something like Quiz.

If you completed Chapter 1 successfully, you should now know how to create and name sprites and load images ...

Get Practical GameMaker Projects: Build Games with GameMaker Studio 2 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.