0xcafed00d [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=33172 pal() bug? <p><a href="https://www.lexaloffle.com/bbs/?uid=1"> @zep</a> I've noticed that the pal() function returns values &gt; 15 when the c0 parameter is 0<br /> such as:</p> <p>pal(0, 5) </p> <p>I'm running 0.2.0I linux 64 bit, ubuntu 20.04</p> <p>I've attached a simple cart that demonstrates the problem.</p> <p>Thanks. </p> <p> <table><tr><td> <a href="/bbs/?pid=76285#p"> <img src="/bbs/thumbs/pico8_palbug-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=76285#p"> palbug</a><br><br> by <a href="/bbs/?uid=33172"> 0xcafed00d</a> <br><br><br> <a href="/bbs/?pid=76285#p"> [Click to Play]</a> </td></tr></table> </p> https://www.lexaloffle.com/bbs/?tid=37853 https://www.lexaloffle.com/bbs/?tid=37853 Sun, 10 May 2020 01:33:46 UTC Jetdude <p> <table><tr><td> <a href="/bbs/?pid=64787#p"> <img src="/bbs/thumbs/pico8_jetdude-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=64787#p"> jetdude</a><br><br> by <a href="/bbs/?uid=33172"> 0xcafed00d</a> <br><br><br> <a href="/bbs/?pid=64787#p"> [Click to Play]</a> </td></tr></table> </p> <p>I've previously uploaded this cart to my old account, but as I'm changing all my accounts (here, github, twitter, itch.io etc) to use the same 0xcafed00d name I'm re-uploading this cart to this account. </p> <img style="margin-bottom:16px" border=0 src="https://raw.githubusercontent.com/0xcafed00d/pico-8-games/master/jetdude/jetdude.p8_0.gif" alt="" /> <p>JetDude is a single button, infinite scrolling shooter. Tap X to fire, Hold X to thrust, can also be played with touch screen or mouse. Shoot aliens for points while avoiding pipes. This was my first game on Pico 8.</p> https://www.lexaloffle.com/bbs/?tid=34345 https://www.lexaloffle.com/bbs/?tid=34345 Mon, 27 May 2019 19:26:14 UTC Slider <p> <table><tr><td> <a href="/bbs/?pid=64560#p"> <img src="/bbs/thumbs/pico8_slider-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=64560#p"> slider</a><br><br> by <a href="/bbs/?uid=33172"> 0xcafed00d</a> <br><br><br> <a href="/bbs/?pid=64560#p"> [Click to Play]</a> </td></tr></table> </p> <h1>Slider</h1> <p>Simple block stacking game, originally written in a few hours and a few cappuccinos while I was waiting in Starbucks. I've since been tweaking it for a couple weeks, and am forcing myself to release it so I can stop messing with it, and move on to something else. <table><tr><td width=0> <img src="https://www.lexaloffle.com/bbs/gfxc/33172_0.png" width=0 height=0> </td> <td valign=bottom> <a style="cursor:pointer;font-size:8pt" onclick=' var el = document.getElementById("gfxcode_33172_0"); if (el.style.display == "none") el.style.display = ""; else el.style.display = "none"; microAjax("https://www.lexaloffle.com/bbs/gfxc/33172_0.txt", function (retdata){ var el = document.getElementById("gfxcode_33172_0"); el.innerHTML = retdata; el.focus(); el.select(); } ); '> [0x0]</a> </td></tr> <tr><td colspan=2> <textarea rows=3 class=lexinput id="gfxcode_33172_0" style="width:640px;background-color:#fed;display:none;overflow:hidden; font-size:6pt;"></textarea> </td> </tr> </table> enjoy.</p> https://www.lexaloffle.com/bbs/?tid=34259 https://www.lexaloffle.com/bbs/?tid=34259 Sat, 18 May 2019 16:34:34 UTC Announcing tac08 the pico-8 emulator <p>Hi all,</p> <p>I've been working on tac08 for the last few months and while it is still is in development, its probably at a stage that other people may find useful. Check it out on github here: </p> <p><a href="https://github.com/0xcafed00d/tac08">https://github.com/0xcafed00d/tac08</a></p> <h2>What is tac08?</h2> <p>tac08 is an emulation of the runtime part of the Pico-8 fantasy console written in C++. It takes a .p8 (text format) Pico-8 cart file and runs it closely as possible to the real Pico-8 software.</p> <h2>What isn't tac08?</h2> <p>tac08 is not a replacement for Pico-8, it provides none of the content creation components of Pico-8, such as code editing, sprite and map creation and music tools. You will still require a copy of Pico-8 to make games. Also if you just want to run Pico-8 games you will have a much better experience with Pico-8 than tac08</p> <h2>Why was tac08 written?</h2> <p>tac08's target audience are developers that want to do one or more of the following: </p> <ol> <li>To enable Pico-8 games to be run on platforms that Pico-8 itself does not run on.</li> <li>To embed Pico-8 games within other game engines. </li> <li>To make it possible to extend the Pico-8 api and allow games to use features not currently supported by Pico-8</li> </ol> <p>tac08 was written for my own personal use (specifically for items 1 &amp; 3 above) but I have decided to open source it as others may find it useful. </p> <p>Check out the full(er) documentation here:</p> <p><a href="https://github.com/0xcafed00d/tac08/blob/master/README.md">https://github.com/0xcafed00d/tac08/blob/master/README.md</a></p> https://www.lexaloffle.com/bbs/?tid=33335 https://www.lexaloffle.com/bbs/?tid=33335 Wed, 20 Feb 2019 21:03:10 UTC