Computer Science Canada RPG GAME!!!! |
Author: | rownale [ Wed Apr 26, 2006 12:44 pm ] |
Post subject: | RPG GAME!!!! |
This is my first rpg game and i actually only learned turing a few months (feb?) ago when i started my grade 10 CompSci class. This is only v1.1 so not everything is featured. I still need to add stuff in the town (some stuff only displays text...),exp,quests,instructions and other stuff. Known bugs : when you click on explore just wait for a bit don't repeatedly click it. If you do the fight button will never disapear. to play just click on the buttons (not quit button...(might not work...)) have fun ![]() ps. cheats - god mode (very orignally) - moneybags (my password...woops!j/k) use in town pss. i drew the pic meself lol ![]() |
Author: | Clayton [ Wed Apr 26, 2006 4:35 pm ] |
Post subject: | |
not bad but it could use some major improvements, for example, when your on the map, you cant really do a whole hell of a lot unless u just click buttons randomly until u happen upon a fight, my suggestion would be to put some sort of a help type thing in there somewhere, another thing: you should do something about your text, not only is that the worst looking color of green behind it but its boring, look into the Font. module, as it can make your game look 10 trillion times better. with your quit button, are you using the command 'quit' ? if you are i suggest finding another way to exit your program, as all quit does is create a run-time error that initiates a crash. now when you are trying to get information from the user, try and make it easier for the user to understand what to pick, show them what you want, and you just might get it, and show them how to exit that part (eg. when in the shop tell them to press any key other than the two given to exit it), and for one letter responses look into the getch command, which takes the next character input from the keyboard and stores it. not bad for only a couple of months in turing but another thing you could look into is the Turing Walkthrough here on the site. in it is an enormous amount of info regarding just about everything you would need to know for this project, and if you cant find it there look through the tutorials thread. gj on this first attempt for an rpg |
Author: | rownale [ Wed Apr 26, 2006 6:25 pm ] |
Post subject: | |
Thanks for the input. I know its needs quite a bit of work. I guess ill try to make the text a bit different lol. and add a help button too. |
Author: | monty [ Wed Apr 26, 2006 7:35 pm ] |
Post subject: | |
Pretty good for your first attempt. I look forward to future versions. ![]() |
Author: | rownale [ Wed Apr 26, 2006 7:52 pm ] |
Post subject: | |
Thanks ill be working hard (but probably not) to get v1.20 out as soon as possible ![]() |