I just started Chapter Nine of Hands on DarkBASIC Pro, the topic being Hangman, and the first actual game I get to make! =D
Previously it has just been teaching me about many diffrent commands in DBP giving me examples, and getting me to do some quick programs with it to test them out. I have also be learning about several key aspects of good progamming.
- Routines
- Planning
- And mini specs
I also have set up stubs for every function, so I cant test the program as I go along and fill the missing code in later. (A stub is where you create a function with no code, or usually a one liner to display its name), and finally i have got two filled functions, InitialiseGame() and ThinkOfWord(). The game is nowhere near done ad the code is already getting big! So all is going well =D I will update on my status when i complete some more.
(Two screenies for you, both of the code so far)
Click for larger pictures


No comments:
Post a Comment