There are currently 5-8 bugs that need to be corrected in the game. Most bugs are fairly straight forward, and others not so easy. Let me be very specific:
1. When player travels thru a teleporter, the EDITOR used to control the direction the player would face when appearing on the new map...that no longer works...it seems almost random the direction the player faces. (small issue)
2. When player dies in the Town of Lankenshire, player can still move around. Player should be taken to death screen..from there they can select to restart game or quit. This used to work...
3. I also need an installer for the game...so people can install the game easily to their machine.
4. The network code would need to be looked at...it is working..but its definately not reliable...The game allows 1-4 players to play the game in a multiplayer co-operative group setting...Any improvements we could make here would be great.
5. Music stops when a player goes up or down a level...need music to NOT stop playing.
Then I would like to do some
minor game upgrades such as:
1. Have the "EVENT" system already in the game send an
email to players.
2. Have the ability to increase or decrease the number of inventory slots for a player.
3. Objects are currently broken into 3 main types. Food, Weopon, Items. I need to be able to make a new object that could cross over..meaning...it would be possible to wear an item as clothing...but also eat it for food

The item has more then 1 property...its food and clothing for example.
4. When players "Stamina" drops below 20 points...play mp3 of heavy breathing.
5. When players "Health" drops below 20 points...play mp3 of heart beating.
6. Players need to leave footprints behind when they walk. Magic system already permits foot prints in the game. Just need to have all players automatically have footprints when they walk in game...not just for magic users.
All the code is broken into 190 class files. This is a good thing...dont let it scare you

...Each feature of the game has its own class file...for example...Teleporters, spells, food, text all have their own class files and many more...this makes it much easier to track down what your looking for.
Tell me what you think...
Thank you,
LK