Retronator [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=12215 24 hours (LDJAM44) <p> <table><tr><td> <a href="/bbs/?pid=64047#p"> <img src="/bbs/thumbs/pico8_twentyfourhours-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=64047#p"> 24 hours</a><br><br> by <a href="/bbs/?uid=12215"> Retronator</a> <br><br><br> <a href="/bbs/?pid=64047#p"> [Click to Play]</a> </td></tr></table> </p> <p>The only thing equal to all is the 24 hours we get at the start of each day. How will you spend yours?</p> <p>up/down: switch between activities<br /> left/right: change allotted time<br /> z/x/c/v: confirm, continue through screens</p> https://www.lexaloffle.com/bbs/?tid=34081 https://www.lexaloffle.com/bbs/?tid=34081 Mon, 29 Apr 2019 01:27:08 UTC Physics Engine + non-game <p>Very cryptic final prototype:<br /> <table><tr><td> <a href="/bbs/?pid=21141#p"> <img src="/bbs/thumbs/pico21724.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=21141#p"> Physics Engine v0.4 non-game</a><br><br> by <a href="/bbs/?uid=12215"> Retronator</a> <br><br><br> <a href="/bbs/?pid=21141#p"> [Click to Play]</a> </td></tr></table> </p> <p>up/down = change category<br /> left/right = select item<br /> z/c = drop item into water<br /> x/v = item description</p> <p>It's all placeholders. :x</p> <p>Earlier version that is a bit more obvious as to the chain reaction theme:<br /> <table><tr><td> <a href="/bbs/?pid=21141#p"> <img src="/bbs/thumbs/pico21712.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=21141#p"> Physics Engine v0.3</a><br><br> by <a href="/bbs/?uid=12215"> Retronator</a> <br><br><br> <a href="/bbs/?pid=21141#p"> [Click to Play]</a> </td></tr></table> </p> <p>any key = drop item into water</p> <p>Hm, so, I kind of suck at jams because I spend a whole day preparing the architecture and stuff. So far I've figured out:</p> <ul> <li>symbolic link the cart from my git repo</li> <li>shell script that concatenates all my source files together into the cart</li> <li>setup webstorm with lua support (only works kind-of ok since I have code in a lot of separate files and because of next bullet point)</li> <li>figured out how to do an object-oriented architecture (hackish, but it seems to work for now)</li> <li>wrote a 2D vector class</li> <li>created an OO aggregation arhitecture for scene items and engine parts</li> <li>started implementing a physics engine</li> </ul> <p>Result: two circles moving across the screen that don't even collide.</p> <p>2 days down, 7 to go.</p> <p>Some highlights from the code:</p> <img style="margin-bottom:16px" border=0 src="http://i.imgur.com/ktE0Mke.png" width=304 height=290 alt="" /> <img style="margin-bottom:16px" border=0 src="http://i.imgur.com/bSff8Lx.png" width=461 height=429 alt="" /> <p>And the all mighty:</p> <img style="margin-bottom:16px" border=0 src="http://i.imgur.com/Te5SzeL.png" width=555 height=621 alt="" /> <p>I'm really struggling style-wise. This code is all I stand against (short variable names, multiple statements per line, no new lines) but I read all the zines and it kind of got me scared that I'll run out of space and I should conserve as much as possible. No idea if that's true or not, but it's my first real cart, so I have almost zero experience with this.</p> https://www.lexaloffle.com/bbs/?tid=3427 https://www.lexaloffle.com/bbs/?tid=3427 Mon, 23 May 2016 07:08:08 UTC Pixel Art Academy collaboration <p>Hi guys, I'm a new, but huge fan of Pico-8! </p> <p>I'm also making a video game for learning how to draw, called Pixel Art Academy:<br /> <a href="https://pixelart.academy"><a href="https://pixelart.academy">https://pixelart.academy</a></a></p> <p>It's set in this futuristic looking skyscraper city and I thought it would be absolutely wonderful to have Pico-8 as a (virtual) console in my (virtual) world.</p> <p>In the game you play as an art student, so for example, a game development student would come up to you and ask you to draw a spaceship for their game. You would then draw the spaceship and the other student would come back and show you the spaceship in the game. But even better, you can also test and play the game, since this would be an actual Pico-8 cartridge!</p> <p>So in the background of course the game would need to be pre-made with just the art assets missing. I haven't dug too deep into cartridge memory setup, but I believe it should be easy enough to import graphics into the cartridge from code. Then I can use the html embed to show the game in-game (oh god, game inception).</p> <p>Also, does anyone have any suggestions of available cartridges that would be a good start for beginners to start customizing the sprites? I only played with Jelpi so far, but I'm looking more for something like space invaders, where there're not so many sprites/tiles and someone can draw it out from start to finish. And it would need to be CC-BY-SA so derivatives are allowed.</p> <p>I might quickly code some new mini-games to test the concept out, but I'm short on time, so if there's any available ones already for proof-of-concept, it could help speed things up. Or if anyone here would like to make in-game pico-8 games specifically for Pixel Art Academy, let me know.</p> <p>I leave you with some mockups for the game (the main game, not the in-game game XD):</p> <img style="margin-bottom:16px" border=0 src="https://www.lexaloffle.com/bbs/files/12215/Pixel Art Academy Title.png" width=720 height=400 alt="" /> <img style="margin-bottom:16px" border=0 src="https://www.lexaloffle.com/bbs/files/12215/Pixel Art Academy Studio.png" width=640 height=360 alt="" /> https://www.lexaloffle.com/bbs/?tid=3197 https://www.lexaloffle.com/bbs/?tid=3197 Sat, 09 Apr 2016 19:07:21 UTC