ximo [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=37614 Escacs Battle Royale Rogue Chess <p> <table><tr><td> <a href="/bbs/?pid=72017#p"> <img src="/bbs/thumbs/pico8_escacs_ximo_v1-3.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=72017#p"> Escacs Battle Royale Rogue Chess</a><br><br> by <a href="/bbs/?uid=37614"> ximo</a> <br><br><br> <a href="/bbs/?pid=72017#p"> [Click to Play]</a> </td></tr></table> </p> <p>I created a randomized chess, I hope you enjoy it. I thought about this concept when I was trying to find a variant of chess where a newbie could potentially win a very good player from time to time like in the Mario Kart series.</p> <p>Features:</p> <ul> <li>Starting board is random for both players. One player could start with 17 queens while the other could have all pawns.</li> <li>Which player moves each turn is random.</li> <li>When a player tries a capture which of the pieces is captured (attacker or defender) is also random.</li> <li>You can play against a friend using the same controller or versus and AI.</li> <li>To be consistent with the rest of the game, the AI moves at random.</li> <li>The probabilities can be changed in the settings menu. For example if you want to make that captures succeed almost all the time but still fail from time to time you can set it to 90%.</li> <li>You can switch off all randomness in the settings menu to play something close to the classic chess.</li> </ul> <img style="margin-bottom:16px" border=0 src="/media/37614/eskaks_016.png" alt="" /> <img style="margin-bottom:16px" border=0 src="/media/37614/6_escacs_001.png" alt="" /> https://www.lexaloffle.com/bbs/?tid=36534 https://www.lexaloffle.com/bbs/?tid=36534 Thu, 16 Jan 2020 20:42:16 UTC Toy Box Pipe [ToyBoxJam 2019] <p> <table><tr><td> <a href="/bbs/?pid=71630#p"> <img src="/bbs/thumbs/pico8_tuberias_ximo-4.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=71630#p"> Toy Box Pipe v3</a><br><br> by <a href="/bbs/?uid=37614"> ximo</a> <br><br><br> <a href="/bbs/?pid=71630#p"> [Click to Play]</a> </td></tr></table> </p> <p>Cart Full Name: Toy Box Pipe<br /> Alias on Itch.io it was submitted under: ximo <a href="https://ximo.itch.io/">https://ximo.itch.io/</a><br /> Cart Name on Lexaloffle: #tuberias_ximo-4<br /> I followed the optional theme FLOW</p> <img style="margin-bottom:16px" border=0 src="/media/37614/3_tuberia_11.gif" alt="" /> https://www.lexaloffle.com/bbs/?tid=36432 https://www.lexaloffle.com/bbs/?tid=36432 Wed, 01 Jan 2020 17:12:19 UTC Lazy Farm <p> <table><tr><td> <a href="/bbs/?pid=70671#p"> <img src="/bbs/thumbs/pico8_lazy_farm-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=70671#p"> Lazy Farm</a><br><br> by <a href="/bbs/?uid=37614"> ximo</a> <br><br><br> <a href="/bbs/?pid=70671#p"> [Click to Play]</a> </td></tr></table> </p> <p>Hi! I developed a puzzle game based on the classic Sokoban.</p> <p>The <a href="https://ximo.itch.io/pico-lazy-farm">itch.io page for the game</a> contains more information, various downloads and the game manual.</p> <img style="margin-bottom:16px" border=0 src="/media/37614/lazy_farm_026.png" alt="" /> https://www.lexaloffle.com/bbs/?tid=36131 https://www.lexaloffle.com/bbs/?tid=36131 Sat, 07 Dec 2019 21:15:29 UTC Syntax error when including a file with DOS end lines <p>The p8 file has unix end of line characters.<br /> I created a lua file that I wanted to include and I was getting very weird syntax errors.<br /> Then I remembered that Windows uses different end of line characters. When changing it to unix format it worked fine.</p> <p>Trying to find the minimum code that triggered the error I found that it only fails when the { and } characters are on different lines.</p> <p><a href="https://www.lexaloffle.com/bbs/files/37614/error.png" target=_view_image><img style="margin-bottom:16px" border=0 src="https://www.lexaloffle.com/bbs/files/37614/error.png" width=160 height=72 alt="" /></a></p> <p><a href="https://www.lexaloffle.com/bbs/files/37614/works.png" target=_view_image><img style="margin-bottom:16px" border=0 src="https://www.lexaloffle.com/bbs/files/37614/works.png" width=160 height=72 alt="" /></a></p> <p>Actually it also happens for parenthesis. If the parenthesis are more and two end of line chars apart they fail:</p> <p>file that works:<br /> print(&quot;hi!&quot;)</p> <p>file that works:<br /> print(&quot;hi!&quot;<br /> )</p> <p>file that fails:<br /> print(&quot;hi!&quot;</p> <p>)</p> <p>converting the last file to Unix format works just fine.</p> https://www.lexaloffle.com/bbs/?tid=35479 https://www.lexaloffle.com/bbs/?tid=35479 Sun, 29 Sep 2019 21:41:16 UTC