The Student Room Group

Space Invaders Pseudocode?

Just wondering if anyone has seen any space invaders pseudocode on the net that they can direct me, there is plenty of source around which I could work backwards from but I was just hoping to get a help start - as I don't really like pseudocode much to be honest but as it's in the course I'm doing I need to include it. I'm making a game similar to space invaders but it will have several differences, hence why looking at some pseudocode could give me a headstart to base my formal design on.

Peace and thanks

MMJ
Reply 1
Pseudo Code will differ on language. Can you tell me whether you are using OOP or procedural styling?

Jamie
Reply 2
Of course I should have mentioned that. It will be coded in DarkBasic / Visual Basic, so a procedural language style would be most approriate. Again, I can backtrack from source (millions of verisons of this game have been made after all) but as I never really got my teeth into pseudocode a starting point would be v.useful.
Reply 3
Personally, id get it in Visual Basic, try planetsourcecode.com. Then convert it into pseudo code when you rewrite it for your own game.

Jamie