zerkdev [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=49140 Memory Matching Madness <img style="margin-bottom:16px" border=0 src="/media/49140/8_animated itchio banner.gif" alt="" /> <p>-</p> <img style="margin-bottom:16px" border=0 src="/media/49140/mmm_0.gif" alt="" /> <p> <table><tr><td> <a href="/bbs/?pid=133284#p"> <img src="/bbs/thumbs/pico8_zerkdev_mmm_1-2.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=133284#p"> Memory Matching Madness</a><br><br> by <a href="/bbs/?uid=49140"> zerkdev</a> <br><br><br> <a href="/bbs/?pid=133284#p"> [Click to Play]</a> </td></tr></table> </p> <h2>Overview</h2> <p>Welcome to &quot;Memory Matching Madness,&quot; a captivating memory matching card game that will test your memory and perception. Immerse yourself in this classic game with a twist, featuring smooth animations and dynamic gameplay.</p> <h2>Controls</h2> <ul> <li>Controller support by default. Testing done with keyboard &amp; Xbox Controller <ul> <li>Directional Pad: Move Cursor</li> <li>A Button (Xbox) / Z (Keyboard): Confirm / Flip Card</li> </ul></li> <li>Mouse support toggled in PICO-8 Menu.</li> <li>Touch support toggled in PICO-8 Menu.</li> </ul> <h2>How to Play</h2> <p>Playing &quot;Memory Matching Madness&quot; is simple:</p> <ol> <li>Click on two cards to reveal them.</li> <li>Match pairs of cards to make them disappear.</li> <li>Keep matching until you've cleared the entire grid.</li> <li>Earn new pairs by completing grids</li> </ol> <h2>Credits</h2> <ul> <li><strong>Game Development:</strong> ZerkDev</li> <li><strong>Soundtrack:</strong> Inspired by Nintendo classics <ul> <li><strong>Title theme inspired by:</strong> Game &amp; Watch Gallery 1</li> <li><strong>Setup theme inspired by:</strong> Super Mario Bros 3 Card Matching Mini-game</li> <li><strong>Stage theme inspired by:</strong> Ice Climbers</li> </ul></li> <li><strong>Special Thanks:</strong> <ul> <li>My wife and siblings for their support.</li> <li><a href="https://demobasics.pixienop.net/tweetcarts/">PICO-8 Tweetcart Studies</a></li> </ul></li> </ul> <h2>Notes</h2> <p>I picked a memory matching card game as a simple idea to get a project out the door, as I have been falling into a rut of not completing projects due to one reason or another. </p> <p>It was fun to work on. Its not exactly the most code efficient cart but it was fun to work on and I think I learned alot.</p> https://www.lexaloffle.com/bbs/?tid=53807 https://www.lexaloffle.com/bbs/?tid=53807 Sun, 20 Aug 2023 02:44:31 UTC Mally and the Missing Manuscript - Floor 1 Demo <h1>Introduction</h1> <p>Hello, i hope everyone is having a good 2021 so far :)</p> <p>A good friend of mine (<a href="https://www.lexaloffle.com/bbs/?uid=92087"> <a href="https://www.lexaloffle.com/bbs/?uid=92087"> <a href="https://www.lexaloffle.com/bbs/?uid=92087"> @dad</a></a></a> Jr.) introduced me to Pico-8 back in November 2020, and i set about looking for a tutorial on youtube to learn the Pico-8 interface and how lua works in general. Coming from Python the syntax was a little weird but was easy enough to get around (i hate tables).</p> <p>Eventually i found a video series from Dylan Bennett (<a href="https://www.lexaloffle.com/bbs/?uid=10198"> <a href="https://www.lexaloffle.com/bbs/?uid=10198"> @MBoffin</a></a>) describing how to create a simple top down adventure game</p> <p>After that <a href="https://www.lexaloffle.com/bbs/?uid=92087"> <a href="https://www.lexaloffle.com/bbs/?uid=92087"> <a href="https://www.lexaloffle.com/bbs/?uid=92087"> @dad</a></a></a> Jr. and I collaborated, and today we believe we have a demo ready for use!</p> <h1>Mally and the Missing Manuscript</h1> <p> <table><tr><td> <a href="/bbs/?pid=86114#p"> <img src="/bbs/thumbs/pico8_matmm_demo1-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=86114#p"> Mally and the Missing Manuscript - Floor 1 Demo</a><br><br> by <a href="/bbs/?uid=49140"> zerkdev</a> <br><br><br> <a href="/bbs/?pid=86114#p"> [Click to Play]</a> </td></tr></table> </p> <h2>Setting</h2> <p>You are Mally, an archivist working for the local museum. </p> <p>One day a patron requests to see a manuscript from the old archives located in the ruined basement, a place no one has been in since the museum was rebuilt years ago.</p> <p>Can you safely traverse the old archives, and find the missing manuscript?</p> <h2>How to Play</h2> <h3>Controls</h3> <p>Arrows: Movement / Turn Actions</p> <p>❎/X/5: Turn Actions<br /> 🅾️/Z/4: Contextual Actions</p> <h3>Items</h3> <p><strong>Bombs</strong></p> <ul> <li>Can Destroy cracked walls and skeletons. Inert when planted, Must be activated by using contextual action button.</li> <li>Takes 3 turns to detonate.</li> <li>Bombs explosions can be chained together to produce traps for enemies, given you've found or purchased enough bombs to do it.</li> </ul> <img style="margin-bottom:16px" border=0 src="/media/49140/mally-and-the-missing-manuscript_1.gif" alt="" /> <img style="margin-bottom:16px" border=0 src="/media/49140/live_dev_copy_0.gif" alt="" /> <p><strong>Ink Pens</strong></p> <ul> <li>Used to stun skeletons.</li> <li>Skeletons stay stunned for 2 turns.</li> </ul> <img style="margin-bottom:16px" border=0 src="/media/49140/mally-and-the-missing-manuscript_3.gif" alt="" /> <h2>Planned / To-Do</h2> <ul> <li> <p>Additional Floors<br /> Currently there is only a single floor implemented, but more are in the works.</p> </li> <li> <p>Museum Gift shop<br /> Currently this is implemented in the demo museum gift shop (the spawn area), but is not very utilized as there is only a single floor to the old archives.<br /> This map also must be updated with more details as right now its a barren empty room.</p> </li> <li> <p>Token Optimization (Pass #5 or so)</p> </li> <li>Player / Enemy Movement / Tile Transition Animation</li> </ul> <h1>Credits / Citations</h1> <ul> <li> <p>Game Programming: <a href="https://www.lexaloffle.com/bbs/?uid=49140"> @zerkdev</a></p> </li> <li> <p>Game Art: <a href="https://www.lexaloffle.com/bbs/?uid=92087"> <a href="https://www.lexaloffle.com/bbs/?uid=92087"> <a href="https://www.lexaloffle.com/bbs/?uid=92087"> @dad</a></a></a> Jr.</p> </li> <li> <p>Top-Down Adventure Game Tutorial / Additional Game Art: Dylan Bennett / <a href="https://www.lexaloffle.com/bbs/?uid=10198"> <a href="https://www.lexaloffle.com/bbs/?uid=10198"> @MBoffin</a></a> (Adventure game Tutorial Youtube Playlist: <a href="https://www.youtube.com/playlist?list=PLdLmU93eWisKpyk1WZywUSYAq5dkCPFIv">https://www.youtube.com/playlist?list=PLdLmU93eWisKpyk1WZywUSYAq5dkCPFIv</a> / <a href="https://www.lexaloffle.com/bbs/?tid=35135">https://www.lexaloffle.com/bbs/?tid=35135</a>)</p> </li> <li> <p>dark() &amp; circmap functions: <a href="https://www.lexaloffle.com/bbs/?uid=42963"> @cubee</a> (<a href="https://www.lexaloffle.com/bbs/?tid=38881">https://www.lexaloffle.com/bbs/?tid=38881</a>) - This was amazing and helped completely change the feel of the game. Thank you so much!</p> </li> <li> <p>All contributors of the Pico-8 Token Optimizations GitHub Projects: <a href="https://github.com/seleb/PICO-8-Token-Optimizations">https://github.com/seleb/PICO-8-Token-Optimizations</a></p> </li> <li>lua-users.org table inheritance tutorial: <a href="http://lua-users.org/wiki/InheritanceTutorial">http://lua-users.org/wiki/InheritanceTutorial</a></li> </ul> https://www.lexaloffle.com/bbs/?tid=41059 https://www.lexaloffle.com/bbs/?tid=41059 Mon, 04 Jan 2021 00:06:58 UTC