Demo of my game
Moderator: Moderators
Demo of my game
Alright. Thanks to Disch for his optimized version of the computer AI, I can now show a somewhat decent demo of my homebrew.
Basically, what do y'all think? It goes up to around level 12 and then repeats some levels and may glitch later, but you can certainly play it. It's NTSC in case that wasn't clear.
http://www.nintendoage.com/_usermedia//Geminim%2Ezip
Basically, what do y'all think? It goes up to around level 12 and then repeats some levels and may glitch later, but you can certainly play it. It's NTSC in case that wasn't clear.
http://www.nintendoage.com/_usermedia//Geminim%2Ezip
- never-obsolete
- Posts: 403
- Joined: Wed Sep 07, 2005 9:55 am
- Location: Phoenix, AZ
- Contact:
Thanks. The computer is easy to beat when you know the algorithm.never-obsolete wrote:very nice, i managed to beat the computer once. do you have plans for 2-player support?
As for 2 player, I don't know. I don't know if it'd be worth it. I'd have to modify some of the flow of the program for it too.
The main big thing I want is to get music support and random numbers so the computer's less-obvious when it makes a wrong move... Plus the puzzles could be randomized somewhat. I've been lazy about adding anything the past few days.
I know about this. I actually have tried doing that "wait for vblank" using a variable counter, but all that ends up doing is freezes it...tepples wrote:Bug: The first frame that each background is scrolled incorrectly.
Possible cause: You are turning on rendering during draw time.
If so, here's a fix: Wait until vblank time to turn on rendering.
That's usually an indication that you're doing it wrong.Sivak wrote: I know about this. I actually have tried doing that "wait for vblank" using a variable counter, but all that ends up doing is freezes it...
Rather than removing that entirely to avoid the freeze -- try to figure out why it's freezing and fix it ;P
Demo updated. The link up top is the same, but with a newer file. Features a lot more stuff and a result screen after 20 levels. See if you can get a perfect 20/20!
All I need to do is get random numbers and possibly some music in there (maybe better sound effects too) and try fixing the vblank bug.
All I need to do is get random numbers and possibly some music in there (maybe better sound effects too) and try fixing the vblank bug.