Search found 5 matches

by nickp
October 6th, 2012, 9:16 pm
Forum: Everything
Topic: my tic tac toe game is not working properly help please?
Replies: 9
Views: 3453

Re: my tic tac toe game is not working properly help please?

No one can tell you why it's not working unless you show us the source code. Btw, chances are that you should look over the if( kbd.EnterIsPressed() ) area.
by nickp
October 4th, 2012, 8:52 pm
Forum: Everything
Topic: Space Invaders!!
Replies: 7
Views: 4279

Re: Space Invaders!!

That's the problem. In the constructor, you see commented out audio files. I tried getting them to work but I cant find any 8-bit audio files and the assertion failed. If I ignore the assertion and comment it out, only a fuzzy noise comes out. :/
by nickp
October 3rd, 2012, 8:54 pm
Forum: Everything
Topic: Space Invaders!!
Replies: 7
Views: 4279

Re: Space Invaders!!

@Chili: sry bout that, i reposted the cleaned up one :) Didn't know there was a timer and I don't understand what you mean by having the images in a single array? Btw, In the real arcade game, you can only have 1 bullet shot at one time and each alien can only have 3 bullets on the screen at once. i...
by nickp
October 3rd, 2012, 1:50 am
Forum: Everything
Topic: Space Invaders!!
Replies: 7
Views: 4279

Re: Space Invaders!!

Sry that was an outdated folder, I posted it without saving the framework first.
by nickp
October 3rd, 2012, 1:26 am
Forum: Everything
Topic: Space Invaders!!
Replies: 7
Views: 4279

Space Invaders!!

I made this space invaders clone after finishing the beginning series :D

If you find any bugs or ideas to make the code cleaner/more efficient please leave a comment so I could fix it, thanks! BTW, I couldn't have done this without Chili! :)