Alice Community  

Go Back   Alice Community > Alice 2 > Works-In-Progress

Reply
 
Thread Tools Display Modes
Doom (A work-in-progress)
Old
MichaelRobinson
Guest
 
Status:
Posts: n/a
Default Doom (A work-in-progress) - 01-30-2009, 08:49 AM

This game is really cool but has several error messages... you can play it but it really sucks right now. Press P to advance to the third level (it is the coolest).

Dr Jim, If you could fix this, that would be great.

(VIEW ATTACHMENT)
Attached Files
File Type: a2w Final Tech Class Project 1.0.a2w (9.53 MB, 60 views)
   
Reply With Quote
Old
DrJim
Guest
 
Status:
Posts: n/a
Default 01-30-2009, 07:20 PM

Quote:
Originally Posted by MichaelRobinson View Post
Dr Jim, If you could fix this, that would be great.
Sure would - unfortunately that's way beyond my current capability. Right now the only XP machine I have access to has so limited memory that the world won't even load. On my Vista machine, it will load, but I can't get beyond the help text without getting an error message - and with the screen refresh problems - and others - I find debugging anything complex in Vista is nearly impossible.

A shame - since the graphics look really good.

Two quick suggestions:

1. Move a lot of the "event" code into methods instead. Alice always has trouble with these (when too many methods get active at the same time, the multi-thread scheduling routines break down). The "event while" is particularly bad in this respect - I avoid it whenever possible.

2. Break the code down into smaller modules - say one level at a time - and make sure each part works fine. If necessary, put in breakpoints (i.e., have the ground say "I made it to ....") to help debugging.
   
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



Copyright ©2024, Carnegie Mellon University
Alice 2.x © 1999-2012, Alice 3.x © 2008-2012, Carnegie Mellon University. All rights reserved.