WoopyBoiii [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=81493 Title screen and Start button code <p>So with my game, I want to add a title screen and in it would be a start button and controls button.<br /> After the title screen, I publish it.<br /> Edit: I also need to add charming music.</p> https://www.lexaloffle.com/bbs/?tid=55308 https://www.lexaloffle.com/bbs/?tid=55308 Wed, 13 Dec 2023 16:41:26 UTC Help with code <p>So I'm making a game that cycles through colors the sprite can turn into and I'm having a bit of trouble.</p> <img style="margin-bottom:16px" border=0 src="/media/81493/31_Screenshot 2023-12-12 12.11.13 PM.png" alt="" /> <img style="margin-bottom:16px" border=0 src="/media/81493/32_Screenshot 2023-12-12 12.11.24 PM.png" alt="" /> <p>And this is the messy code:<br /> if btn(4) then pal(12,2)<br /> end<br /> if btn(4) then pal(2,8)<br /> end<br /> if btn(4) then pal(8,12)<br /> end<br /> if btn(5) then pal(5,2)<br /> end<br /> if btn(5) then pal(2,8)<br /> end<br /> if btn(5) then pal(8,12)<br /> end<br /> if btn(5) then pal(12,5)<br /> end</p> https://www.lexaloffle.com/bbs/?tid=55298 https://www.lexaloffle.com/bbs/?tid=55298 Tue, 12 Dec 2023 19:51:51 UTC Rectfill Code <p>So I want to make a game that's satisfying to play with currently I have this:<br /> function _init()<br /> x=64<br /> y=74<br /> end</p> <p>function _update()<br /> if btn(⬆️) then y-=1<br /> end<br /> if btn(⬇️) then y+=1<br /> end<br /> if btn(➡️) then x+=1<br /> end<br /> if btn(⬅️) then x-=1<br /> end<br /> end</p> <p>function _draw()<br /> rectfill<br /> spr(1,x,y)<br /> print(&quot;blue square&quot;)<br /> end</p> <p>I'm not sure how to do the rectfill and fill it with color 2. I want to fill the background and maybe make z and x do something</p> https://www.lexaloffle.com/bbs/?tid=55287 https://www.lexaloffle.com/bbs/?tid=55287 Mon, 11 Dec 2023 12:49:17 UTC Player 2 keys <p>How do I make the player 2 keys work? I'm trying to make s and f the movement for p2 but it won't work. It's just a little game movement thing. The code is here:</p> <p>function _init()<br /> position = 63<br /> p = 63<br /> end</p> <p>function _update()<br /> if btn(➡️) then<br /> position+=1<br /> end<br /> if btn(⬅️) then<br /> position-=1<br /> end<br /> if btn() then<br /> p-=1<br /> end<br /> if btn() then<br /> p+=1<br /> end<br /> end</p> <p>function _draw()<br /> cls()<br /> spr(1,position,63)<br /> player1score = 0<br /> player2score = 0<br /> player1name = &quot;wooper&quot;<br /> player2name = &quot;quagsire&quot;<br /> print(player1name)<br /> print(player1score)<br /> print(player2name)<br /> print(player2score)<br /> spr(2,p,73)<br /> end</p> https://www.lexaloffle.com/bbs/?tid=54456 https://www.lexaloffle.com/bbs/?tid=54456 Wed, 04 Oct 2023 16:54:37 UTC Help me <p>How do I switch the roles of the background gray blocks with all the floor pieces? I am quite stuck and tried myself, it didn't work</p> https://www.lexaloffle.com/bbs/?tid=54386 https://www.lexaloffle.com/bbs/?tid=54386 Sat, 30 Sep 2023 22:34:55 UTC Ideas for my game <p>This thread is for ideas for my game.<br /> The main character is a lil bird that changes color but I don't know what color he should turn with 1 dash and then again with 2 dashes.<br /> This game is a Celeste type mod.</p> <img style="margin-bottom:16px" border=0 src="/media/81493/Screenshot 2023-09-24 9.40.08 PM.png" alt="" /> <p>I don't know if he should have a scarf that changes color or if his body should so I need ideas.</p> https://www.lexaloffle.com/bbs/?tid=54268 https://www.lexaloffle.com/bbs/?tid=54268 Mon, 25 Sep 2023 01:25:40 UTC Hardeste <p>Hardeste</p> <p> <table><tr><td> <a href="/bbs/?pid=134409#p"> <img src="/bbs/thumbs/pico8_hardestev3-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=134409#p"> hardestev3</a><br><br> by <a href="/bbs/?uid=81493"> WoopyBoiii</a> <br><br><br> <a href="/bbs/?pid=134409#p"> [Click to Play]</a> </td></tr></table> </p> <p>Hardeste is a mod I made for Celeste Classic.</p> <p>Features:<br /> Madeline sprites are a bit different<br /> Harder map<br /> Strawbs are (hopefully.) all able to collect.</p> <p>Post feedback in the comments and have fun!</p> https://www.lexaloffle.com/bbs/?tid=54137 https://www.lexaloffle.com/bbs/?tid=54137 Fri, 15 Sep 2023 20:57:52 UTC PicoPong <p>PicoPong</p> <p> <table><tr><td> <a href="/bbs/?pid=134390#p"> <img src="/bbs/thumbs/pico8_wooppicopong-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=134390#p"> PicoPong</a><br><br> by <a href="/bbs/?uid=81493"> WoopyBoiii</a> <br><br><br> <a href="/bbs/?pid=134390#p"> [Click to Play]</a> </td></tr></table> </p> <p>Have fun with an A.I and play PicoPong! PicoPong is ping pong against an A.I., have fun and leave feedback!</p> https://www.lexaloffle.com/bbs/?tid=54131 https://www.lexaloffle.com/bbs/?tid=54131 Fri, 15 Sep 2023 13:51:32 UTC Celeste Classic 2 Mod <p> <table><tr><td> <a href="/bbs/?pid=134379#p"> <img src="/bbs/thumbs/pico8_celeste2mod-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=134379#p"> celeste2mod</a><br><br> by <a href="/bbs/?uid=81493"> WoopyBoiii</a> <br><br><br> <a href="/bbs/?pid=134379#p"> [Click to Play]</a> </td></tr></table> </p> <p>I made a modded version of Celeste Classic 2 but with Madeline, where I changed some sprites, and gave you a dash in tutorial area.<br /> play the original mod <a href="https://www.lexaloffle.com/bbs/?pid=129671#p">Here</a></p> <p>Give me feedback on how well I did in the comments.<br /> Have fun!</p> https://www.lexaloffle.com/bbs/?tid=54128 https://www.lexaloffle.com/bbs/?tid=54128 Fri, 15 Sep 2023 03:05:49 UTC Help with coding. <p>Hello, I have a few things about coding. First how do I make a jump and/or map and animations? I am very new to coding and want to make a little game with some abilities.</p> https://www.lexaloffle.com/bbs/?tid=54108 https://www.lexaloffle.com/bbs/?tid=54108 Thu, 14 Sep 2023 12:43:27 UTC