ianjsikes [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=13783 FLIP OUT <img style="margin-bottom:16px" border=0 src="https://www.lexaloffle.com/bbs/files/13783/flipout_header.png" alt="" /> <p> <table><tr><td> <a href="/bbs/?pid=64768#p"> <img src="/bbs/thumbs/pico8_flip_out-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=64768#p"> FLIP OUT 1.0</a><br><br> by <a href="/bbs/?uid=13783"> ianjsikes</a> <br><br><br> <a href="/bbs/?pid=64768#p"> [Click to Play]</a> </td></tr></table> </p> <p><strong>FLIP OUT</strong>, a clone of Voltorb Flip, a minigame from Pok&eacute;mon HG/SS. It's like a cross between Minesweeper and Picross. Flip tiles to multiply your score, but don't hit a bomb and <strong>FLIP OUT</strong>. This is my first finished game. Check it out and let me know what you think!</p> <img style="margin-bottom:16px" border=0 src="https://www.lexaloffle.com/bbs/files/13783/flipout_2.gif" alt="" /> <h2>Controls</h2> <p>Use the arrow keys to move the cursor. Press &quot;Z&quot; to flip or flag the selected tile. Press &quot;X&quot; to cycle through actions. The indicator on the right shows what action you have selected (&quot;Flip&quot; or &quot;Flag&quot;).</p> <p>You can also use your mouse to play. Left-click on a tile to flip it. Left-click on the flag buttons on the right side of the screen to flag the selected tile.</p> <h2>Guide</h2> <p>Each level, you will see a 5x5 grid of tiles. Each row and column has two numbers associated with it. The yellow number is the sum of all the points in that row/column. The red number is the number of bombs in that row/column.</p> <p><strong>Example:</strong></p> <img style="margin-bottom:16px" border=0 src="https://www.lexaloffle.com/bbs/files/13783/flipout_guide_1.png" alt="" /> <p>This row has 3 bombs in it, and the rest of the tiles add up to 4 points. It could be two &quot;2&quot;s, or a &quot;3&quot; and a &quot;1&quot;.</p> <p>Cross-reference the row and column numbers to flip over the tiles you think do not have bombs. Each non-bomb tile multiplies your current score. When you have flipped over all the &quot;2&quot;s and &quot;3&quot;s, the level ends and you advance to the next level. Can you make it all the way to level 8?</p> <h3>Flagging</h3> <p>Like Minesweeper, you can flag tiles to keep track of what might be under them.</p> <p><strong>Example:</strong></p> <img style="margin-bottom:16px" border=0 src="https://www.lexaloffle.com/bbs/files/13783/flipout_guide_2.png" alt="" /> <p>Here, I've marked every tile in this row with a bomb and a &quot;1&quot;. Because the points and bombs for this row add up to 5, there can be no &quot;2&quot;s or &quot;3&quot;s. As you go through each row and column, you will be able to narrow down the options until you can decide which tiles to flip.</p> <h2>Credits</h2> <ul> <li>Game Freak and Nintendo for the game concept.</li> <li>Discord user Junko#4218 for the amazing transcription of the original Voltorb Flip music to PICO-8.</li> <li><a href="https://twitter.com/sighack">@sighack</a> for the bomb sprite from <a href="https://pico8.io/">pico8.io</a></li> </ul> <p><strong>Check it out on <a href="https://ianjsikes.itch.io/flip-out">itch.io</a></strong></p> <p><strong>Follow me on <a href="https://twitter.com/ianjsikes">twitter</a></strong></p> https://www.lexaloffle.com/bbs/?tid=34338 https://www.lexaloffle.com/bbs/?tid=34338 Sun, 26 May 2019 20:28:05 UTC pico-build, yet another CLI build tool <p>As a fun side-project, I created <a href="https://github.com/ianjsikes/pico-build">pico-build</a>. With it, you can build multiple lua files into a single PICO-8 cart. Here's a demo gif showing the usage:</p> <p><img src="https://raw.githubusercontent.com/ianjsikes/pico-build/master/assets/pico-demo.gif" alt="demo gif" /></p> <p>&#x200B;</p> <p>There are a bunch of other great tools that do similar things. You should check them out too: <a href="https://github.com/jozanza/p8">p8</a>, <a href="https://github.com/dansanderson/picotool">picotool</a>, <a href="https://github.com/Divoolej/picobu">picobu</a>.</p> <p>&#x200B;</p> <p>The main things that pico-build does differently from the other tools that I've seen are:</p> <ul> <li>Formats the separate lua files as tabs within the PICO-8 editor</li> <li>Launch/reload cart in PICO-8 and log printh() output in the terminal</li> </ul> <p>I'm using it now for my own projects. If you try it out, let me know how it goes!</p> https://www.lexaloffle.com/bbs/?tid=33905 https://www.lexaloffle.com/bbs/?tid=33905 Thu, 18 Apr 2019 18:04:21 UTC