IMGD 1001 - Project 1: Making Games with Game Maker

Due dates:


This project is actually a series of three smaller assignments with the primary goal of getting you up to speed with Game Maker. Each assignment works through a Game Maker tutorial with an additional custom piece on the end. Completing all three assignments will put you in good position to develop a game from scratch using Game Maker.


Top | Details | Submission | Grading | Resources

Details

While subsequent projects will be done in groups, for this project (all three assignments), you will work alone. This will ensure you have Game Maker skills even if tasks in later Game Development are more partitioned.

Upon completion of each tutorial, and before turning it in, you must extend the basic game you have made in some creative fashion. This means adding additional code or art to extend the game by 10\%. The actual extension is up to you, and you will indicate what you have done with a short README document when you turn in the assignment.

The assignments are:


Submission

All assignments (A-C) are to be submitted electronically via turnin by midnight on the day the assignment is due. Each turnin will include the Game Maker source file (.gm6), plus a short README document clearly describing the additional 10% contribution. Make sure your name and login is included in the README file.

You will need to upload the files you are turning in to your CCC account on one of the CCC machines (ccc1 to ccc10). While logged into a CCC machine, you will need to enter the directory where these files are stored and execute the following:


  /cs/bin/turnin submit <course> <assignment> <file1> <file2> ...

where in our case, <course> is imgd1001, <assignment> is project1a (or project1b or project1c), and <file1>, etc. are the files to be turned in. So for example, you might enter:


  /cs/bin/turnin submit imgd1001 project1a Clown.gm6 README

Following this, you should verify that your files have been entered into turnin by executing the following command:

  /cs/bin/turnin verify imgd1001 project1a


Grading

Grading Guidelines
Tutorial 50% Doing each tutorial without any additional customization is worth 1/2 the grade. While you will have learned a substantial amount about Game Maker, you will not have demonstrated your understanding of the principals enough to apply them in a creative fashion.
Customization 50% Extending or modifying the tutorial game with custom work is worth the other 1/2 the grade. Doing so will begin to flex your creative muscles and show mastery of the basics taught in the tutorial.

Resources

For a presentation summary, you might check out the slides (powerpoint, pdf) for this project.

The Game Maker home page.

Compiled Game Maker Tutorial Games (zipped), showing the range of games Game Maker supports.

There is a Wiki devoted to Game Maker, that includes background information and some possibly useful links at the bottom.


Top | Details | Submission | Grading | Resources

Return to the 1001 Home Page

Send all project questions to the TA mailing list (imgd1001-ta at cs.wpi.edu).