deadpixl [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=34859 HACK*MATCH <h1>HACK*MATCH</h1> <p> <table><tr><td> <a href="/bbs/?pid=61921#p"> <img src="/bbs/thumbs/pico8_deadpixl_hackmatch_1-1.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=61921#p"> deadpixl_hackmatch_1</a><br><br> by <a href="/bbs/?uid=34859"> deadpixl</a> <br><br><br> <a href="/bbs/?pid=61921#p"> [Click to Play]</a> </td></tr></table> </p> <h1>Screenshots</h1> <p><img style="margin-bottom:16px" border=0 src="https://www.lexaloffle.com/bbs/files/34859/hack_match_001.png" alt="" /> <img style="margin-bottom:16px" border=0 src="https://www.lexaloffle.com/bbs/files/34859/hack_match_0.gif" alt="" /></p> <h1>About</h1> <p><strong>HACK*MATCH</strong> is a mini-game in <a href="http://www.zachtronics.com/exapunks/">EXAPUNKS</a>, a programming puzzle game by Zachtronics. When I first played the mini-game I loved it, and thought that it would work really well on PICO-8. This is my own version of the mini-game with some slight modifications.</p> <h1>How to play</h1> <p>The goal is to connect 4 or more of the same coloured piece. There are two ways you can do this, by either picking pieces up and putting them down in a different location, or by swapping two pieces, either the two above you, or the one you're holding and the one above you. The game takes some getting used to so it might take a few rounds before you're comfortable with the controls.</p> <h1>Controls</h1> <p>[◀] [▶] : Move EXA left/right<br /> [▼] : Fast drop<br /> [X] : Grab/drop piece<br /> [O] : Swap two pieces</p> <h1>Changelog</h1> <p><div><div><input type="button" value=" Show " onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Hide '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Show '; }"></div><div><div style="display: none;"><br /> 16/02/2019:</p> <ul> <li>Added the option to enable fast drop</li> <li>Added a 1 second delay after dying to prevent accidentally missing what your score was<br /> </div></div></div></li> </ul> https://www.lexaloffle.com/bbs/?tid=33275 https://www.lexaloffle.com/bbs/?tid=33275 Fri, 15 Feb 2019 18:32:43 UTC Just Another Snake Game 1.0 <p> <table><tr><td> <a href="/bbs/?pid=61721#p"> <img src="/bbs/thumbs/pico8_deadpixl_snake_1-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=61721#p"> Just Another Snake Game 1.0</a><br><br> by <a href="/bbs/?uid=34859"> deadpixl</a> <br><br><br> <a href="/bbs/?pid=61721#p"> [Click to Play]</a> </td></tr></table> </p> <h1>About</h1> <p>This is my first game with PICO-8 and it was mostly made as a learning experience, but I'm happy with how it turned out. The particle effects were inspired by <a href="https://www.lexaloffle.com/bbs/?tid=33170">Tera: Mind over Matter</a>, although aren't quite as refined!</p> <h1>Controls</h1> <p>Up/down/left/right: Change direction<br /> X (hold): Speed up</p> https://www.lexaloffle.com/bbs/?tid=33218 https://www.lexaloffle.com/bbs/?tid=33218 Sun, 10 Feb 2019 15:12:23 UTC @zep API Requests <p>I would love to have the ability to make API requests from PICO-8, and I think it would open up loads of opportunities for projects such as home automation controllers, carts that retrieve information from publicly available APIs such as weather information, etc.</p> <p>The only example of networking functionality that I've seen in PICO-8 so far is using WebSockets in browser-based carts, and while HTTP requests would also technically be possible in web-based carts I would love to have this be a feature on local carts.</p> <p>I can understand that some users may not want the carts they download to be able to make HTTP requests, so perhaps this could be an optional feature that you enable in the config or via a command-line argument.</p> <p>Anyone else have thoughts on this?</p> https://www.lexaloffle.com/bbs/?tid=33214 https://www.lexaloffle.com/bbs/?tid=33214 Sun, 10 Feb 2019 14:51:12 UTC