Menu

Home

cbucket jbucket
  • OPEN: Improve formatting in help text
  • OPEN: Find all code marked TODO and address problems. Use original basic text for reference.



All open bugs now listed first


  • FIXED: What is the purpose of T[J] and P[J] arrays in the original BASIC program
    P[J] (replaced by gPack) is the contents of the pack. It can hold up to 5 items. \T[\J] (replaced by gTally) is the strength of only the weapons in the pack. Coincidentally, the tally of the weapons corresponds to the enum associated with them (which makes the coding slightly easier).
  • FIXED: When user types DRINK POTION it ignore the command.
    This seems to work. Not sure why it was listed as a bug
  • FIXED: In the fight sequence, I had a sword and a falchion. The program realised I had two weapons, so it asked me to choose. But it asked my to choose an AXE or (blank space), neither worked.
  • FIXED: sleep for mac not working
    • ANSWER: because it is currently commented out, displays a dot (.) instead
  • FIXED: add help command which displays command structure for dummies. (instead of NO HELP FOR MORTALS IN THIS GAME!)
  • FIXED: Currently a bug when picking up objects.
    • caused by a non-initialised local variable. Default value effectively translated to a DAGGER (but interestingly changed to other objects when the code was changed, nasty bug !).
  • FIXED: Also fight functionality seems to go into an infinite loop.
  • FIXED: still a slight problem with "GET EBO[NY RING]". Not sure why :(
    • there was a space on the front of " EBONY RING". Removed spaced. Now works.
  • FIXED: Windows version needs a line that says PRESS ANY KEY TO EXIT (why not also for linux and mac? Answer: because currently these run in a terminal window and it just returns to the terminal prompt, hence you can see what happened.). FIXED (I added it, but haven't uploaded it... copied the line from the very start of the program, and modified it a bit)
  • FIXED: (copied from comment in program) // when one types "bribe dwarf" at the beginning program responds "you shouldn't try that with a ?" but no name. This is a BUG. fix: Now says 'there is nobody here to bribe'.

wiki now accessible by cbucket and jbucket

The wiki uses Markdown syntax.

Project Admins: