Computer Science Canada Help needed badly |
Author: | moon15 [ Fri Mar 27, 2009 1:11 pm ] | ||||
Post subject: | Help needed badly | ||||
alrighty so im making a game and the problem is i dunt noe how to set the difficulty for the game so if anyone noes the link that might help me or even if they noe how i would do this heres the code so far:
Mod Edit: Remember to use syntax tags! Thanks ![]()
|
Author: | DemonWasp [ Fri Mar 27, 2009 2:04 pm ] |
Post subject: | RE:Help needed badly |
Well, how does your game work? Your code so far doesn't tell us much of anything. Is your game an RPG, shooter, platformer, or what? What are the game mechanics - do you have hit points and deal damage, or is it one-hit-one-death? Setting the difficulty is based on the game mechanics you choose. |
Author: | Insectoid [ Fri Mar 27, 2009 3:22 pm ] |
Post subject: | RE:Help needed badly |
Setting difficulty can be easy for some games and hard for others. Things like Sudoku generators are difficult to gauge for different levels of challenge, while Pong will be dirt simple. Btw, I love the line "Do you wish to play this spooky freaky intense swaggerific game?". It's just awesome. |
Author: | hossack [ Fri Mar 27, 2009 8:19 pm ] |
Post subject: | RE:Help needed badly |
it could be something like this if tick = 1 then *Coding for easy* elsif tick = 2 then *Coding for medium* elsif tick = 3 then *Coding for hard* |