MorsdenMan [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=58867 4-Pong (1-Player, 4-Paddle Pong) <p> <table><tr><td> <a href="/bbs/?pid=109566#p"> <img src="/bbs/thumbs/pico8_morsdenman4pong10-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=109566#p"> morsdenman4pong10</a><br><br> by <a href="/bbs/?uid=58867"> MorsdenMan</a> <br><br><br> <a href="/bbs/?pid=109566#p"> [Click to Play]</a> </td></tr></table> </p> <p>Four-pong (4-pong) is a twist on the original PONG. One player, but you must control four paddles to keep the ball from going off screen. It looks simple, but it's quite challenging!</p> <p>I made this as a learning exercise -- keep it simple, but make it challenging and fun.</p> <p>Best wishes and happy playing!<br /> MorsdenMan</p> https://www.lexaloffle.com/bbs/?tid=47202 https://www.lexaloffle.com/bbs/?tid=47202 Sat, 02 Apr 2022 06:52:01 UTC Newbie Question -- How do I start a game paused? <p>Hi there!</p> <p>New PICO-8 programmer and relatively new programmer in general. </p> <p>I'm making a very simple &quot;pong&quot; game just to get the hang of PICO-8 and Lua, but I can't figure out how to start a game paused. I considered setting a variable &quot;paused&quot; and flip it between 0 and 1 using keyboard input (and then running the update functions when paused = 0), but then it would have to be the Z or X key which I might use later on for something else.</p> <p>How does everyone else handle this? Or can you point me to a web-resource that explains the best way to handle this?</p> <p>Thanks for putting up with newbie questions!</p> <p>Sincerely,<br /> MorsdenMan</p> https://www.lexaloffle.com/bbs/?tid=44891 https://www.lexaloffle.com/bbs/?tid=44891 Wed, 06 Oct 2021 02:08:06 UTC