vhzc Posted September 24, 2021 Share Posted September 24, 2021 (edited) Hi guys! I want to show a new game I am working in. It is a platformer called Game of the Bear. I wrote it from scratch trying to make a more efficient "engine". Its mechanics are basic plataform stuff. But since I am making more use of the PFpixels as dynamic elements it has a more puzzley approach. This is the first demo consisting in just a handful of screen, but it is completely playable. I have tested it on stella and actual hardware and haven't found bugs yet. As always testing and feedback will be appreciated. gotb_demo01.bin QUICK UPDATE: - Corrects misplaced respawn in screen with the skull. - Switch reset restart game in end of demo screen. gotb_demo01b.bin UPDATE - 32 screens. - Some changes in levels and sprites. - Teleporters. gotb_demo2.bin UPDATE - 42 screens - Cosmetic changes - intro "cut scene" ? gotb_demo3.bin ############################################################## UPDATE RELEASE CANDIDATE -50+ screens -Boss Battle -Cosmetic changes **REMOVED** ############################################################## UPDATE RELEASE CANDIDATE 1c Corrects some misplaced collision detection. gotb-RC1c.bin <-- CURRENT ROM Edited October 8, 2021 by vhzc 16 Quote Link to comment https://forums.atariage.com/topic/325262-game-of-the-bear/ Share on other sites More sharing options...
KevKelley Posted September 24, 2021 Share Posted September 24, 2021 I really enjoy the animations and the levels. This plays really well. I always wondered about a more dynamic physics. What makes this engine different from your others? 1 Quote Link to comment https://forums.atariage.com/topic/325262-game-of-the-bear/#findComment-4911082 Share on other sites More sharing options...
vhzc Posted September 24, 2021 Author Share Posted September 24, 2021 8 minutes ago, KevKelley said: I really enjoy the animations and the levels. This plays really well. I always wondered about a more dynamic physics. What makes this engine different from your others? It uses more collision boxes and coordinates than hardware collision registers to check interaction between players, missile and ball for more precise collision detection. Also The playfields are "created" on the fly through data and pfvars instead of pf definitions. That save some space because I have to only define the pfvars that I am actually using. Also I wrote the playfield/player collision routine (with pfread and such) as a function with more flexible access, so it now can handle different sizes sprites just changing the function parameters. 3 Quote Link to comment https://forums.atariage.com/topic/325262-game-of-the-bear/#findComment-4911094 Share on other sites More sharing options...
+littaum Posted September 24, 2021 Share Posted September 24, 2021 I love the feel of the bear jumping - really reminds me of SMB (which I mean as high praise). 1 Quote Link to comment https://forums.atariage.com/topic/325262-game-of-the-bear/#findComment-4911295 Share on other sites More sharing options...
vhzc Posted September 24, 2021 Author Share Posted September 24, 2021 16 hours ago, vhzc said: QUICK UPDATE: - Corrects misplaced respawn in screen with the skull. - Switch reset restart game in end of demo screen. gotb_demo01b.bin <-- CURRENT ROM Quote Link to comment https://forums.atariage.com/topic/325262-game-of-the-bear/#findComment-4911370 Share on other sites More sharing options...
+ZeroPage Homebrew Posted September 26, 2021 Share Posted September 26, 2021 Super fun game vhzc! I love the new interactive objects in the game that you have to move around to solve certain level puzzles. As always there are the great hallmarks of a vhzc game with the backtracking, pong-like obstacles, button pushing, lightning, etc! Awesome stuff! - James 3 Quote Link to comment https://forums.atariage.com/topic/325262-game-of-the-bear/#findComment-4912114 Share on other sites More sharing options...
vhzc Posted September 26, 2021 Author Share Posted September 26, 2021 20 minutes ago, ZeroPage Homebrew said: Super fun game vhzc! I love the new interactive objects in the game that you have to move around to solve certain level puzzles. As always there are the great hallmarks of a vhzc game with the backtracking, pong-like obstacles, button pushing, lightning, etc! Awesome stuff! - James Thanks! I will be releasing next beta really soon. 3 Quote Link to comment https://forums.atariage.com/topic/325262-game-of-the-bear/#findComment-4912130 Share on other sites More sharing options...
vhzc Posted September 26, 2021 Author Share Posted September 26, 2021 On 9/23/2021 at 10:25 PM, vhzc said: UPDATE - 32 screens. - Some changes in levels and sprites. - Teleporters. gotb_demo2.bin<-- CURRENT ROM 5 Quote Link to comment https://forums.atariage.com/topic/325262-game-of-the-bear/#findComment-4912461 Share on other sites More sharing options...
vhzc Posted September 27, 2021 Author Share Posted September 27, 2021 9 Quote Link to comment https://forums.atariage.com/topic/325262-game-of-the-bear/#findComment-4912552 Share on other sites More sharing options...
Thomas Jentzsch Posted September 27, 2021 Share Posted September 27, 2021 21 hours ago, vhzc said: UPDATE - 32 screens. - Some changes in levels and sprites. - Teleporters. Already beaten (using Stella rewinds ). I really like your games, and I am very impressed how you come up with new variations and challenges, new effects and graphics. It does not get old this way. But the basic game principle always remains the same, so I wonder if you have any plans for something completely different. 1 Quote Link to comment https://forums.atariage.com/topic/325262-game-of-the-bear/#findComment-4912970 Share on other sites More sharing options...
vhzc Posted September 27, 2021 Author Share Posted September 27, 2021 (edited) 26 minutes ago, Thomas Jentzsch said: Already beaten (using Stella rewinds ). I really like your games, and I am very impressed how you come up with new variations and challenges, new effects and graphics. It does not get old this way. But the basic game principle always remains the same, so I wonder if you have any plans for something completely different. Well, first to clarify while it's true some of my games are really similar (ninjish guy/knight guy/bear) I also have made not platform games like I Ran, A roach in Space, Slide Boy, Do RE Mi, Peril and the still not completed Knight Guy on Board. But answering your question there is two styles of games that I'd really like to try to create, but I am still trying to figure out how to make them: A good racing game for 2600 and/or 7800 and some sort of TBS for 7800. Edited September 27, 2021 by vhzc 2 Quote Link to comment https://forums.atariage.com/topic/325262-game-of-the-bear/#findComment-4912981 Share on other sites More sharing options...
Thomas Jentzsch Posted September 27, 2021 Share Posted September 27, 2021 (edited) 12 minutes ago, vhzc said: Well, first to clarify while it's true some of my games are really similar (ninjish guy/knight guy/bear) I also have made not platform games like I Ran, Slide Boy, Do RE Mi, Peril and the still not completed Knight Guy on Board. I am a fan of Slide Boy. How could I forget? ?♂️ The new Peril is IMO still similar to Ninish Guy etc. Never played the other two a lot, so that should help as an excuse. Quote But answering your question there is two styles of games that I'd really like to try to create, but I am still trying to figure out how to make them: A good racing game for 2600 and/or 7800 and some sort of TBS for 7800. Look forward to your racing game. After I created my own one, I am most interested. Anything you can share here? Edited September 27, 2021 by Thomas Jentzsch 2 Quote Link to comment https://forums.atariage.com/topic/325262-game-of-the-bear/#findComment-4912988 Share on other sites More sharing options...
vhzc Posted September 27, 2021 Author Share Posted September 27, 2021 18 minutes ago, Thomas Jentzsch said: Look forward to your racing game. Anything you can share here? Not yet, but I will. 2 Quote Link to comment https://forums.atariage.com/topic/325262-game-of-the-bear/#findComment-4913000 Share on other sites More sharing options...
vhzc Posted September 27, 2021 Author Share Posted September 27, 2021 20 minutes ago, Thomas Jentzsch said: Look forward to your racing game. After I created my own one, I am most interested. Oh, I remember that game. I saw it in ZPH stream. Really cool and frantic gameplay. 2 Quote Link to comment https://forums.atariage.com/topic/325262-game-of-the-bear/#findComment-4913004 Share on other sites More sharing options...
vhzc Posted September 30, 2021 Author Share Posted September 30, 2021 On 9/23/2021 at 10:25 PM, vhzc said: UPDATE - 42 screens - Cosmetic changes - intro "cut scene" ? gotb_demo3.bin <-- CURRENT ROM 4 Quote Link to comment https://forums.atariage.com/topic/325262-game-of-the-bear/#findComment-4915094 Share on other sites More sharing options...
+ZeroPage Homebrew Posted October 1, 2021 Share Posted October 1, 2021 ZeroPage Homebrew is playing Game of the Bear on tomorrow's (Fri Oct 1, 2021) stream LIVE on Twitch at 12PM PT | 3PM ET | 7PM GMT! Hope you can join us! ZPH Twitch Stream: https://www.twitch.tv/zeropagehomebrew/ Games: Game of the Bear (2021 WIP) by Vladimir Zuñiga @vhzc After Dark: Enduro (1983 Activision Patch Attempt #3) by Larry Miller (WATCH AT 1080P60 FOR FULL QUALITY) 3 Quote Link to comment https://forums.atariage.com/topic/325262-game-of-the-bear/#findComment-4915244 Share on other sites More sharing options...
vhzc Posted October 1, 2021 Author Share Posted October 1, 2021 Some merchandising added to my teepublic store: https://www.teepublic.com/user/vhzc 7 Quote Link to comment https://forums.atariage.com/topic/325262-game-of-the-bear/#findComment-4915482 Share on other sites More sharing options...
Thomas Jentzsch Posted October 1, 2021 Share Posted October 1, 2021 The bear always reminds me at this one: Quote Link to comment https://forums.atariage.com/topic/325262-game-of-the-bear/#findComment-4915547 Share on other sites More sharing options...
bluswimmer Posted October 2, 2021 Share Posted October 2, 2021 Haven't beaten the demo yet, but I am genuinely impressed by the sprite animations here (especially the teleport)! 1 Quote Link to comment https://forums.atariage.com/topic/325262-game-of-the-bear/#findComment-4915817 Share on other sites More sharing options...
vhzc Posted October 2, 2021 Author Share Posted October 2, 2021 56 minutes ago, bluswimmer said: Haven't beaten the demo yet, but I am genuinely impressed by the sprite animations here (especially the teleport)! Thanks! The teleport effect is a trick I made using playerheight and missile0 movement. It uses only one sprite definition/frame. 1 Quote Link to comment https://forums.atariage.com/topic/325262-game-of-the-bear/#findComment-4915833 Share on other sites More sharing options...
alfredtdk Posted October 2, 2021 Share Posted October 2, 2021 Very interesting Vhzc game. I haven't had a chance to play it yet. The big villain and the old bearded man looking like a mad scientist? Hope so. 1 Quote Link to comment https://forums.atariage.com/topic/325262-game-of-the-bear/#findComment-4915852 Share on other sites More sharing options...
vhzc Posted October 2, 2021 Author Share Posted October 2, 2021 11 hours ago, alfredtdk said: Very interesting Vhzc game. I haven't had a chance to play it yet. The big villain and the old bearded man looking like a mad scientist? Hope so. Yep 1 Quote Link to comment https://forums.atariage.com/topic/325262-game-of-the-bear/#findComment-4916033 Share on other sites More sharing options...
adamchevy Posted October 3, 2021 Share Posted October 3, 2021 I played this last night with my 15 year old daughter. We switched players after every game over screen. We had a great time and I was very impressed with the game mechanics and animations. It reminded me of an upgraded h.e.r.o, which is one of my favorite VCS games. I look forward to seeing how this game progresses. I also really like playing as a bear, great looking sprite work! 1 Quote Link to comment https://forums.atariage.com/topic/325262-game-of-the-bear/#findComment-4916603 Share on other sites More sharing options...
vhzc Posted October 3, 2021 Author Share Posted October 3, 2021 @sramirez2008 I think you like sketches, drafts and stuff like that. I found some sketches I made when I was planning this game. 9 Quote Link to comment https://forums.atariage.com/topic/325262-game-of-the-bear/#findComment-4916838 Share on other sites More sharing options...
+sramirez2008 Posted October 3, 2021 Share Posted October 3, 2021 36 minutes ago, vhzc said: @sramirez2008 I think you like sketches, drafts and stuff like that. I found some sketches I made when I was planning this game. Loving it. Please include some of this with the game. I’m looking forward to cart a release. Love the bear sprite, especially it’s animation.? 2 Quote Link to comment https://forums.atariage.com/topic/325262-game-of-the-bear/#findComment-4916857 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.