Bouncy_block [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=65064 PICOTRON JAM! <p>🎮 <strong>Join the Picotron Game Jam!</strong> 🚀</p> <p>Are you ready for a week of intense coding and fun? The Picotron Game Jam is here! Code your game in a week (any theme!), vote the next, and see if you can become the community favorite. </p> <p>👾 <strong>Starts:</strong> April 10th, 2024<br /> 🏁 <strong>Ends:</strong> April 17th, 2024<br /> 🗳️ <strong>Voting:</strong> April 18th - 25th, 2024</p> <p>No prize, just glory! Only game submitters can vote, so your game is your ticket in. </p> <p>🔗 <strong>Join now:</strong> <a href="https://itch.io/jam/picotron-jam"><a href="https://itch.io/jam/picotron-jam">https://itch.io/jam/picotron-jam</a></a></p> <p><em>May the best game win!</em></p> https://www.lexaloffle.com/bbs/?tid=141532 https://www.lexaloffle.com/bbs/?tid=141532 Sun, 07 Apr 2024 22:08:37 UTC Mass rnd() table generating problem <p>So I was building a game that generates 30 stars at random x,y cords using the following snipet, however is returns an error</p> <div> <div class=scrollable_with_touch style="width:100%; max-width:800px; overflow:auto; margin-bottom:12px"> <table style="width:100%" cellspacing=0 cellpadding=0> <tr><td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> <td background=/gfx/code_bg0.png> <div style="font-family : courier; color: #000000; display:absolute; padding-left:10px; padding-top:4px; padding-bottom:4px; "> <pre> stars={} for i=1,30 do local countup=i add(stars,countup) add(stars.countup,x) add(stars.countup,y) add(stars.countup.x,rnd(0,127)) add(stars.countup.y,rnd(0,127)) end</pre></div></td> <td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> </tr></table></div></div> <p>Does anyone know why?</p> <p>Thanks, Bouncy</p> https://www.lexaloffle.com/bbs/?tid=51800 https://www.lexaloffle.com/bbs/?tid=51800 Tue, 28 Feb 2023 22:08:21 UTC Where do I start? <p>I am very new to pico-8 and want to know where to start.<br /> I know, there are many tutorials out there, but I tried one and I didn't feel like I was progressing in understanding.<br /> Where do I go to start?</p> https://www.lexaloffle.com/bbs/?tid=47771 https://www.lexaloffle.com/bbs/?tid=47771 Thu, 12 May 2022 00:42:45 UTC