0 Members and 1 Guest are viewing this topic.
This will definitely be on my to-download list when it's finished.
Wow looks great! I'll download the new version now. EDIT: Awesome game! However, I was bored and this is what happened
Btw question: why does the paddle move this fast when there are many balls at once? Or is it just in 15 MHz mode (like I added to create this screenshot)
*bookmarks* Looks great! "Bomb" blocks (that destroy blocks near them, even if they're normally unbreakable) shouldn't be too hard to implement...haven't seen your code tho, so I don't know. We're all behind you!
{====______}
{=========_}
Bomb blocks would be cool. For the editor, you could always go with the Mario style one: scroll through the different types with two keys, or select the block from a list
Quote from: DJ Omnimaga on November 08, 2010, 11:27:57 pmWow looks great! I'll download the new version now. EDIT: Awesome game! However, I was bored and this is what happened lol that should be much easier on you now Quote from: DJ Omnimaga on November 09, 2010, 12:19:23 pmBtw question: why does the paddle move this fast when there are many balls at once? Or is it just in 15 MHz mode (like I added to create this screenshot)Actually, neither. I figured with many balls on the screen it'd be harder to keep them all on, so I made paddle_speed = 1 + Number_of_balls to compensate. Now that I think about it, a cap would be nice.Spoiler For Spoiler: New in V.85: Readme Menu Level Editor No more bug with powerups falling through when the paddle is on the far left side of the screenQuote from: JustCause on November 09, 2010, 09:58:12 am*bookmarks* Looks great! "Bomb" blocks (that destroy blocks near them, even if they're normally unbreakable) shouldn't be too hard to implement...haven't seen your code tho, so I don't know. We're all behind you!The first time I read this I was almost laughing... then I realized that it really wouldn't be that hard...It's certainly a possibility.The question is: I have blocks 0-7. Should I cap it at 9, or find more keys/another control scheme for the editor?
capping it at 9 would be fine, although I guess you could maybe change the control scheme and have people just select the block they want to insert. By the way what will be the max rows of blocks in a level?