100 likes | 210 Views
IMGD 2900 Digital Game Design I. Class 4 Thursday 11.08. Today’s topics. Latest release Final puzzles Assignment 06. Latest release: 2.2.3. Now four ways to specify a color! PS.BeadColor ( x, y, 0xFFC040 ); PS.BeadColor ( x, y, 255, 192, 64 );
E N D
IMGD 2900Digital Game Design I Class 4 Thursday 11.08
Today’s topics Latest release Final puzzles • Assignment 06
Latest release: 2.2.3 Now four ways to specify a color! PS.BeadColor ( x, y, 0xFFC040 ); PS.BeadColor ( x, y, 255, 192, 64 ); PS.BeadColor ( x, y, [ 255, 192, 64 ] ); PS.BeadColor ( x, y, { r: 255, g: 192, b: 64 } );
Assignment 06:Prototype a 1-player game • Prototype a game with Perlenspiel • Journal as you design and code • Post on team Web page • Bring to Monday’s class
Objective 1:Prototype a 1-player game with Perlenspiel • This is just a rough pass – don’t polish! • Must meet definition of a game • Must be for a single player • Must work without breaking • Must follow The Rules • Must be self-documenting
Objective 2:Journal as you design/code • Document your creative process • Ideas, code fragments, sketches • Journals will be inspected
Objective 3:Post on team Web page • Before noon on Monday • Make sure the link actually works!
Objective 4:Bring prototype toMonday’s class Make sure bothteam members bring a copy on a flash drive! Keep a backup
Questions? See course web site for all assignment details Next class: Monday 11.12