Zellkoss_ [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=90350 Palette (First Game) <p> <table><tr><td> <a href="/bbs/?pid=142467#p"> <img src="/bbs/thumbs/pico8_palette-3.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=142467#p"> Palette</a><br><br> by <a href="/bbs/?uid=90350"> Zellkoss_</a> <br><br><br> <a href="/bbs/?pid=142467#p"> [Click to Play]</a> </td></tr></table> </p> <p>Hello Everyone,</p> <p>I&rsquo;m a beginner programmer, and I just submitted my first game, <strong>Palette</strong>!🎨</p> <p><strong>Palette</strong> is a simple puzzle game🧩.<br /> You&rsquo;ll land in the middle of a colorful, filled canvas.<br /> Each time you move, the tiles you land on will dynamically change color according to a pre-defined sequence that is visible to you.</p> <h1>Controls</h1> <p>Controls are simple, juste move your character with ⬆️⬇️⬅️➡️ !</p> <h1>Game mode</h1> <h3>Quick Play</h3> <p>In Quick Play mode, you&rsquo;ll land on a randomly filled canvas. Your objective is to create rows and/or columns of the same color as long as possible. *<em>The longer the line, the higher your score will be</em>.</p> <img style="margin-bottom:16px" border=0 src="/media/90350/palette p8_0.gif" alt="" /> <h3>Challenge</h3> <p>In the Challenge mode, you&rsquo;ll solve 7 pre-defined puzzles. <strong>Make color sequences according to the requirements of each level</strong>, displayed on the right side of your screen. Aim for perfection to earn a star!</p> <img style="margin-bottom:16px" border=0 src="/media/90350/palette p8_2.gif" alt="" /> <h3>Import (Draft)</h3> <p>Import a custom level! More information below. </p> <h1>Import</h1> <p>To create custom levels, I made myself a quick level editor in Google Sheets. It&rsquo;s a bit rough, but if anyone wants to try making a custom level, here&rsquo;s how:</p> <ul> <li>Open the sheet: <a href="https://docs.google.com/spreadsheets/d/1vXfow3fnddW1AQbrvW3JjSVAieLlghlzs3TyfUwVMlU/edit?usp=sharing">Google Sheets Link</a></li> <li>Use either <strong>unlocked_1</strong> or <strong>unlocked_2</strong></li> <li>Draw the canvas, color sequence and the score needed to pass the level.</li> </ul> <img style="margin-bottom:16px" border=0 src="/media/90350/custom.jpg" alt="" /> <ul> <li>Copy export code (right-click --&gt; copy).</li> <li>In Pico-8, start the game, go to import and paste (CTRL-V). Then press X or O to start a custom level</li> </ul> <img style="margin-bottom:16px" border=0 src="/media/90350/palette p8_3.gif" alt="" /> <h1>Versions</h1> <p>Thanks everyone for your nice advice and comments that allowed me to improve my game. </p> <ul> <li>0.1: UI modification. Score for every colors is displayed. Smaller grid. 3. You can now freely move (without painting the block), if the block you are standing on is same as the first one in the queue.</li> <li>0.2: Added 7 pre-defined levels (Challenge). Added possibility to import custom levels. And few ui / sprite modifications.</li> </ul> <h3>End Thought</h3> <p><div><div><input type="button" value=" Show " onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Hide '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Show '; }"></div><div><div style="display: none;"></p> <p>Okay, so this is my first &ldquo;game&rdquo; and my initial attempt with Pico-8. Let&rsquo;s be honest. It&rsquo;s not so great 🙃.</p> <p>The game feels too random, and your score is closely tied to the randomly generated canvas at the beginning. However, I still wanted to share it to mark its completion. If anyone wants to take a look and provide feedback or improvement ideas, that would be fantastic!</p> <p>On top of that, I enjoyed working with Pico-8. It&rsquo;s a fantastic tool for beginners. Having everything integrated within the software is incredibly useful. Plus, the ability to play the game on various devices is amazing!</p> <p><em>Sorry, there is no music and so-so sound effects (SFX) in the game. I was unable to create anything due to my <code>nil</code> art skills.</em><br /> </div></div></div></p> https://www.lexaloffle.com/bbs/?tid=140511 https://www.lexaloffle.com/bbs/?tid=140511 Tue, 05 Mar 2024 17:59:18 UTC