guruMeditation [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=89102 Mujilseo <h1>Mujilseo</h1> <p>My first game for the Pico-8.</p> <p> <table><tr><td> <a href="/bbs/?pid=141290#p"> <img src="/bbs/thumbs/pico8_mujilseo-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=141290#p"> mujilseo</a><br><br> by <a href="/bbs/?uid=89102"> guruMeditation</a> <br><br><br> <a href="/bbs/?pid=141290#p"> [Click to Play]</a> </td></tr></table> </p> <p>I thought I'd like to create a player character that does not have clearly defined boundaries. The player is made up of multiple objects. They can change polarity to be attracted by, or repelled by, blocks and enemy objects within the game.</p> <img style="margin-bottom:16px" border=0 src="/media/89102/mjs_15_1.gif" alt="" /> https://www.lexaloffle.com/bbs/?tid=140142 https://www.lexaloffle.com/bbs/?tid=140142 Thu, 08 Feb 2024 15:41:14 UTC creating and filling a 2 dimensional array <p>screen={{},{}}</p> <p>for y = 1,18 do<br /> for x = 1,18 do<br /> screen[x][y] = 1<br /> end<br /> end</p> <p>Trying to create a 2 dimensional array and fill the grid with a value of 1. But I'm getting and error.</p> <p>Can anyone help me with this please?</p> https://www.lexaloffle.com/bbs/?tid=139944 https://www.lexaloffle.com/bbs/?tid=139944 Tue, 23 Jan 2024 17:17:47 UTC Help with simple array <p>Hey there, I'm just starting here with Pico-8, trying to understand the syntax.</p> <p>I just want to create 2 one dimensional arrays numbered 1 to 10, and fill them with the value 63. But I can't seem to figure out how. Can anyone assist with this please?</p> <p>x={}<br /> y={}</p> <p>for i = 1,10,1 do<br /> x[i] = 63<br /> y[i] = 63<br /> end</p> https://www.lexaloffle.com/bbs/?tid=139910 https://www.lexaloffle.com/bbs/?tid=139910 Sat, 20 Jan 2024 19:26:10 UTC