+Karl G Posted November 3, 2018 Share Posted November 3, 2018 Since the Minikernel Developer's Guide has been completed, I now have a completed 2playerlives minikernel to share. This will display between 0 to 3 live icons for each player in the shape and color of the current player graphics for each player. This has only been tested with the standard kernel so far. The variables p0lives and p1lives hold the number of lives for each player (between 0 and 3). These have already been defined for you, and don't require any extra variables. A constant "lives_max_height" may optionally be set to limit the maximum height for the lives icons, e.g.: const lives_max_height=8 Here is the minikernel, and simple demo game that makes use of it. cannons.bas 2playerlives 0.1: 2playerlives.asm 7 Quote Link to comment https://forums.atariage.com/topic/284670-2playerlives-minikernel/ Share on other sites More sharing options...
+Lewis2907 Posted November 6, 2018 Share Posted November 6, 2018 I maybe asking a lot, but is it possible to have one player or two player and 32?. The other request is DPC 1 player. I could use this as I plan to revisit the game I was working on. Thanks if you are able to make the .asm files. Quote Link to comment https://forums.atariage.com/topic/284670-2playerlives-minikernel/#findComment-4151094 Share on other sites More sharing options...
+Karl G Posted November 6, 2018 Author Share Posted November 6, 2018 The 6lives minikernel bundled with bB should cover any one player scenarios. In theory this minikernel could be used for one player by setting the other lives variable to zero, but I don't really see an advantage to that over using the 6lives minikernel. I don't know what you mean by "32" here. I don't know how to make my minikernel compatible with the DPC+ kernel due to the player data being stored differently. I'm thinking that getting the 6lives minikernel working would be easier depending on what you are trying to do. I'll help if I can. Quote Link to comment https://forums.atariage.com/topic/284670-2playerlives-minikernel/#findComment-4151228 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.