wardrich [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=23081 Island (Rescue) <p>Porting a classic C64 game over to Pico-8. This has been a fun project so far.</p> <p>Though I barely even have a game, the very basic core elements are there.</p> <p>Still have to program in all the mini-games, and work on that god-awful layout I have on screen right now.</p> <p> <table><tr><td> <a href="/bbs/?pid=39586#p"> <img src="/bbs/thumbs/39588.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=39586#p"> Island (Rescue) 0</a><br><br> by <a href="/bbs/?uid=23081"> wardrich</a> <br><br><br> <a href="/bbs/?pid=39586#p"> [Click to Play]</a> </td></tr></table> </p> <p>Is that broken for anybody else?</p> <p>Oh no, idk what happened to this - I can't find my local copy and my copy here is b0rked too :\</p> https://www.lexaloffle.com/bbs/?tid=29156 https://www.lexaloffle.com/bbs/?tid=29156 Wed, 12 Apr 2017 23:59:05 UTC Totally Not Tron <p> <table><tr><td> <a href="/bbs/?pid=39019#p"> <img src="/bbs/thumbs/pico39018.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=39019#p"> Totally Not Tron</a><br><br> by <a href="/bbs/?uid=23081"> wardrich</a> <br><br><br> <a href="/bbs/?pid=39019#p"> [Click to Play]</a> </td></tr></table> </p> <p>Created using by following along with rabidgremlin's tutorial (<a href="https://www.lexaloffle.com/bbs/?tid=2501">see here</a>).</p> <p>In following through the tutorial completely (and not trying to branch off too soon) I think I've figured out where I went wrong in my first game (the hangman one) and how I could have made things a lot easier on my self.</p> https://www.lexaloffle.com/bbs/?tid=29101 https://www.lexaloffle.com/bbs/?tid=29101 Mon, 03 Apr 2017 00:54:24 UTC Pass &amp; Play Hangman <p> <table><tr><td> <a href="/bbs/?pid=38997#p"> <img src="/bbs/thumbs/pico38996.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=38997#p"> Pass &amp; Play Hangman 1</a><br><br> by <a href="/bbs/?uid=23081"> wardrich</a> <br><br><br> <a href="/bbs/?pid=38997#p"> [Click to Play]</a> </td></tr></table> </p> <p><strong>NOTE: THERE IS NO SINGLE PLAYER MODE</strong></p> <p>A lot of firsts on this one... first time ever looking at Lua code (obv. first time ever coding with it). First time designing a game (I'm more of a VBA Macro kinda person). So there was a lot to overcome here. Please comb my code and tell me how I can make this better. </p> <p>I started off following Rabidgremlin's tutorial: <object width="640" height="400"><param name="movie" value="https://www.youtube.com/v/ZuaLuMhwcc8&hl=en&fs=1&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="https://www.youtube.com/v/ZuaLuMhwcc8&hl=en&fs=1&rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="400"></embed></object></p> <p>but then branched off on my own. I'm not sure if there are better ways to interpret which sprites are currently printed into which screen co-ords or whatnot.</p> <p>Only bug in my software is the win/lose tune doesn't play... and I have no idea why.</p> <p>Anyway, thanks for taking the time to check this out. Hope you have fun!</p> <p>PS: Oh, I'm also not sure how to cleanly &quot;exit&quot; a game, so once you win/lose you'll have to manually quit and re-run the game.</p> https://www.lexaloffle.com/bbs/?tid=29096 https://www.lexaloffle.com/bbs/?tid=29096 Sun, 02 Apr 2017 03:15:40 UTC