andosandos [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=41742 hello-world 1.0 <p> <table><tr><td> <a href="/bbs/?pid=84609#p"> <img src="/bbs/thumbs/pico8_mudusizide-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=84609#p"> hello-world 1.0</a><br><br> by <a href="/bbs/?uid=41742"> andosandos</a> <br><br><br> <a href="/bbs/?pid=84609#p"> [Click to Play]</a> </td></tr></table> </p> <p>A character and some tiles. Combined <a href="https://www.lexaloffle.com/bbs/?tid=40489">basic character</a> and <a href="https://www.lexaloffle.com/bbs/?tid=40422">basic tilemap</a> into one.</p> <ul> <li>Collisions. The character can only walk on tiles with flag 0. Shout out to <a href="https://www.youtube.com/watch?v=Gs0XFViFxFs&amp;amp;t=87s">doc_robs</a> he taught me mget , fget , and the whole grid system. </li> <li>Before I was drawing the edges myself but not anymore :D</li> </ul> https://www.lexaloffle.com/bbs/?tid=40536 https://www.lexaloffle.com/bbs/?tid=40536 Sun, 22 Nov 2020 23:21:33 UTC Basic Character <p> <table><tr><td> <a href="/bbs/?pid=84474#p"> <img src="/bbs/thumbs/pico8_wirimenobi-2.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=84474#p"> basic-character</a><br><br> by <a href="/bbs/?uid=41742"> andosandos</a> <br><br><br> <a href="/bbs/?pid=84474#p"> [Click to Play]</a> </td></tr></table> </p> <h1>Basic Character</h1> <p>A simple character with controls and sprite animation. Stole some stuff from the collide demo especially for movement. This <a href="http://whiteoutlabs.com/game-development/pico-8-sprite-animation-basics/">Whiteout Labs</a> was super helpful. </p> <h2>idle</h2> <p> <table><tr><td width=0> <img src="https://www.lexaloffle.com/bbs/gfxc/41742_6.png" width=0 height=0> </td> <td valign=bottom> <a style="cursor:pointer;font-size:8pt" onclick=' var el = document.getElementById("gfxcode_41742_6"); if (el.style.display == "none") el.style.display = ""; else el.style.display = "none"; microAjax("https://www.lexaloffle.com/bbs/gfxc/41742_6.txt", function (retdata){ var el = document.getElementById("gfxcode_41742_6"); el.innerHTML = retdata; el.focus(); el.select(); } ); '> [0x0]</a> </td></tr> <tr><td colspan=2> <textarea rows=3 class=lexinput id="gfxcode_41742_6" style="width:640px;background-color:#fed;display:none;overflow:hidden; font-size:6pt;"></textarea> </td> </tr> </table> </p> <h2>walking</h2> <p> <table><tr><td width=0> <img src="https://www.lexaloffle.com/bbs/gfxc/41742_7.png" width=0 height=0> </td> <td valign=bottom> <a style="cursor:pointer;font-size:8pt" onclick=' var el = document.getElementById("gfxcode_41742_7"); if (el.style.display == "none") el.style.display = ""; else el.style.display = "none"; microAjax("https://www.lexaloffle.com/bbs/gfxc/41742_7.txt", function (retdata){ var el = document.getElementById("gfxcode_41742_7"); el.innerHTML = retdata; el.focus(); el.select(); } ); '> [0x0]</a> </td></tr> <tr><td colspan=2> <textarea rows=3 class=lexinput id="gfxcode_41742_7" style="width:640px;background-color:#fed;display:none;overflow:hidden; font-size:6pt;"></textarea> </td> </tr> </table> </p> https://www.lexaloffle.com/bbs/?tid=40489 https://www.lexaloffle.com/bbs/?tid=40489 Thu, 19 Nov 2020 07:37:53 UTC basic tilemap <p> <table><tr><td> <a href="/bbs/?pid=84299#p"> <img src="/bbs/thumbs/pico8_wuriyomwa-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=84299#p"> wuriyomwa</a><br><br> by <a href="/bbs/?uid=41742"> andosandos</a> <br><br><br> <a href="/bbs/?pid=84299#p"> [Click to Play]</a> </td></tr></table> </p> <h1>Basic Tilemap</h1> <p>Simple tilemap with edges. Dirt, grass, dark grass, snow, rock, desert sand, beach sand, and snow.</p> <p>&gt; Use arrow keys to move the camera around. </p> https://www.lexaloffle.com/bbs/?tid=40422 https://www.lexaloffle.com/bbs/?tid=40422 Sun, 15 Nov 2020 22:52:06 UTC tictoe 0.0 <p> <table><tr><td> <a href="/bbs/?pid=81105#p"> <img src="/bbs/thumbs/pico8_jipozisuyo-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=81105#p"> tictoe 0.0</a><br><br> by <a href="/bbs/?uid=41742"> andosandos</a> <br><br><br> <a href="/bbs/?pid=81105#p"> [Click to Play]</a> </td></tr></table> </p> <p>A super simple game to kickstart the engines. </p> https://www.lexaloffle.com/bbs/?tid=39330 https://www.lexaloffle.com/bbs/?tid=39330 Mon, 24 Aug 2020 05:32:01 UTC pajanebunu <p> <table><tr><td> <a href="/bbs/?pid=71487#p"> <img src="/bbs/thumbs/pico8_pajanebunu-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=71487#p"> pajanebunu</a><br><br> by <a href="/bbs/?uid=41742"> andosandos</a> <br><br><br> <a href="/bbs/?pid=71487#p"> [Click to Play]</a> </td></tr></table> </p> <h1>My very first cart</h1> <p>The original code is from <a href="https://mboffin.itch.io/gamedev-with-pico-8-issue1">Game Developement with Pico 8 zine - pg 52, 53</a>. I am not smart enough to create this from scratch, just tweeked it a bit. </p> <p>If I can figure out how to update a cart I'll add controllers eventually. </p> <p>This experience makes me really thankful for HTML and everything else I dont have to write from scratch. </p> <h2>To do</h2> <ul> <li>color selector</li> <li>controllers</li> <li>randomize button </li> <li>cursor </li> <li>tiles?</li> <li>with collistions?????????</li> </ul> https://www.lexaloffle.com/bbs/?tid=36390 https://www.lexaloffle.com/bbs/?tid=36390 Sun, 29 Dec 2019 06:40:55 UTC