tschak909 Posted October 26, 2018 Share Posted October 26, 2018 Hello guys, I'm trying to work out some bits in the back of my head, so that when I get some free cycles, I can bang this game out. I finally took a chunk of time to look at the most recent Bb, and the DPC+ kernel, yeah, I know, a bit late to the party, but most of you know, i'm heavily involved in other things. and I am very impressed at what's possible, so I want to do a Bb DPC+ game to complement my 2K asm dodgeball game, particularly a clone of "Warp & Warp" from Namco. The game mechanics are simple enough... Three screens: * Title with scores * Space Level * Maze Level I am probably considering getting rid of the left/right maze borders... or can I use BL for maze borders in the DPC+ kernel? I may use a simple player bar to indicate the # of monsters left. Should I use PF for the maze "posts" ? hmmm... -Thom Quote Link to comment https://forums.atariage.com/topic/284391-bb-dpc-kernel-planning/ Share on other sites More sharing options...
Lillapojkenpåön Posted October 27, 2018 Share Posted October 27, 2018 I tried making both the borders and six squares between with pf and it was a little to tight I thought making the ball eight pixels wide and putting it halway of the screen to the right would make it wrap around and be the border on both sides but skipping them and giving the enemies an extra missile might be best? Quote Link to comment https://forums.atariage.com/topic/284391-bb-dpc-kernel-planning/#findComment-4143156 Share on other sites More sharing options...
+Random Terrain Posted October 27, 2018 Share Posted October 27, 2018 You're pretty much stuck using the playfield if you want more than 10 posts. You may need this when you finish your game: atariage.com/forums/topic/282960-batari-basic-logo/ Quote Link to comment https://forums.atariage.com/topic/284391-bb-dpc-kernel-planning/#findComment-4143182 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.