1 / 10

IMGD 2900 Digital Game Design I

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 );

maile-payne
Download Presentation

IMGD 2900 Digital Game Design I

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. IMGD 2900Digital Game Design I Class 4 Thursday 11.08

  2. Today’s topics Latest release Final puzzles • Assignment 06

  3. 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 } );

  4. Puzzles!

  5. 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

  6. 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

  7. Objective 2:Journal as you design/code • Document your creative process • Ideas, code fragments, sketches • Journals will be inspected

  8. Objective 3:Post on team Web page • Before noon on Monday • Make sure the link actually works!

  9. Objective 4:Bring prototype toMonday’s class Make sure bothteam members bring a copy on a flash drive! Keep a backup

  10. Questions? See course web site for all assignment details Next class: Monday 11.12

More Related