HangMan
Author |
Message |
didsbub
|
Posted: Sun Jan 22, 2006 9:09 pm Post subject: HangMan |
|
|
This is my final project for computers class.
Description: |
|
Download |
Filename: |
HangMan.t |
Filesize: |
10.15 KB |
Downloaded: |
579 Time(s) |
|
|
|
|
|
|
Sponsor Sponsor
|
|
|
Delos
|
Posted: Sun Jan 22, 2006 11:00 pm Post subject: (No subject) |
|
|
Wow, that has got to be the creepiest graphics I've ever seen pulled off in Turing. [shivers]
You really need to error trap that. Ctrl+Z kills it, as would a host of other things. Also, clear the input after it's been put in, otherwise the last guessed letter remains at the place it was before - which looks odd.
I'm guessing this is either your first or second year in Turing. Not too bad, you have some of the linear concepts down. If you see yourself in any sort of programming future, start moving away from those now and start looking into Object Oriented programming.
Few high school teachers will really teach you that though, and Turing is very limited in its capacity to instantiate such functions (pun intended).
Either way, your next step is to perfect your use of procedures (they are so much more than just isolated code), as well as functions. Then you'll need to move on to records, more advanced uses of arrays, modules and classes, and by that time you should be in a position to direct your own learning.
+bits for the effort and copious commenting (which can at times be extraneous and ergo contrary to its cause)
|
|
|
|
|
|
blaster009
|
Posted: Mon Jan 23, 2006 2:00 am Post subject: (No subject) |
|
|
Hahaha...I love it...Reminds me of a russian roulette game I made with stick figures in BASIC.
|
|
|
|
|
|
didsbub
|
Posted: Mon Jan 23, 2006 4:36 pm Post subject: (No subject) |
|
|
Thanks for the advice Delos
|
|
|
|
|
|
Clayton
|
Posted: Tue Jan 24, 2006 12:16 am Post subject: (No subject) |
|
|
i like it, but you do need to get away from all of the linearness, and try to get on to functions, procedures, records, pretty much as stated as above. you should try to "userproof" your program by looking for only the inputs that you want, not whatever a stupid user would want to input, use getches and loops to make sure you get what you want. otherwise good job
|
|
|
|
|
|
Rasta Fella
|
Posted: Tue Jan 24, 2006 3:26 pm Post subject: (No subject) |
|
|
Ok, you know when the "Hangman" walks across the page=words cannot explain. Ok its probably your first time with Turing I'm guessing...and I am also guessing your teacher helps you with NOTHING. Well for the hangman thing walking across the screen try View.Update(will make less flashy,glitchy).
I would give you a "E" for Effort....(+Bits)
|
|
|
|
|
|
didsbub
|
Posted: Tue Jan 24, 2006 10:05 pm Post subject: (No subject) |
|
|
Thanks for the bits Delos and Rasta Fella
|
|
|
|
|
|
|
|