farvardin [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=11452 rabbit_fox_hunter <p> <table><tr><td> <a href="/bbs/?pid=143576#p"> <img src="/bbs/thumbs/pico64_rabbit_fox_hunter-1.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=143576#p"> rabbit_fox_hunter</a><br><br> by <a href="/bbs/?uid=11452"> farvardin</a> <br><br><br> <a href="/bbs/?pid=143576#p"> [Click to Play]</a> </td></tr></table> </p> <p>You are the rabbit: you have to collect carrots.<br /> A fox try to catch the rabbit or to catch carrots.<br /> A hunter try to shoot at the rabbit or at the fox.<br /> Every carrot taken by the rabbit grant 1 point, but if the fox catch a carrot it will remove 1 point.<br /> After 8 points, you change level.<br /> After you reach the end of level 4, you win.</p> <p>I've made a quick port of this little game:</p> <p><a href="https://www.lexaloffle.com/bbs/?tid=3565">https://www.lexaloffle.com/bbs/?tid=3565</a></p> <p>At the moment the maps are missing because I can't find a way to add 8x8 sprites when picotron seems to expect them to be 16x16. Therefore you can't see level changes.</p> https://www.lexaloffle.com/bbs/?tid=140824 https://www.lexaloffle.com/bbs/?tid=140824 Sun, 17 Mar 2024 20:46:41 UTC TOWLR <p>Hello,</p> <p>This a completely new TOWLR, made with the pico-8 engine, based on the ideas from <a href="http://towlr.ludumdare.com/">http://towlr.ludumdare.com/</a></p> <p>How many failed attempts have you made before finding the solution?</p> <p>&quot;What are Towlr?</p> <p>Towlr are puzzles. Contrary to conventional design wisdom, the towlr games come without instruction and without explanation. Your job is to discover their secret, and score deliciousness. Yes, every Towlr game can be completed.</p> <p>Towlr are complete audio/visual experiences. They should be played with sound at a reasonable level, and computer monitors turned on.</p> <p>Towlr may frustrate you. This is normal.&quot; </p> <p> <table><tr><td> <a href="/bbs/?pid=44606#p"> <img src="/bbs/thumbs/pico44605.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=44606#p"> TOWLR 0.1</a><br><br> by <a href="/bbs/?uid=11452"> farvardin</a> <br><br><br> <a href="/bbs/?pid=44606#p"> [Click to Play]</a> </td></tr></table> </p> https://www.lexaloffle.com/bbs/?tid=29987 https://www.lexaloffle.com/bbs/?tid=29987 Mon, 25 Sep 2017 15:54:45 UTC Editing music order list from external editor <p>This is a reminder in case you want to edit faster a tune, because the built-in editor doesn't allow to insert patterns for example, or for entering a track (sfx) like the 35th, you have to click 35 times... so I find it easier to work from an external text editor. (I don't think you need to edit the sfx outside the built in editor because it's already good enough)</p> <p>Probably most people would have figured it out themselves, but for the music structure <em>in the .p8 files</em>, they are presented this way (it's the part after &quot;<strong>music</strong>&quot;):</p> <p>A line with </p> <div> <div class=scrollable_with_touch style="width:100%; max-width:800px; overflow:auto; margin-bottom:12px"> <table style="width:100%" cellspacing=0 cellpadding=0> <tr><td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> <td background=/gfx/code_bg0.png> <div style="font-family : courier; color: #000000; display:absolute; padding-left:10px; padding-top:4px; padding-bottom:4px; "> <pre> 00 41424344 </pre></div></td> <td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> </tr></table></div></div> <p>indicates it's not enabled in the player (empty pattern).</p> <p>Lines are presented this way:</p> <div> <div class=scrollable_with_touch style="width:100%; max-width:800px; overflow:auto; margin-bottom:12px"> <table style="width:100%" cellspacing=0 cellpadding=0> <tr><td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> <td background=/gfx/code_bg0.png> <div style="font-family : courier; color: #000000; display:absolute; padding-left:10px; padding-top:4px; padding-bottom:4px; "> <pre> aa (space)bbccddee </pre></div></td> <td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> </tr></table></div></div> <p>aa (00 by default) indicates the play status. If it's 00 it will play. With 02 it will loop. 01 indicates loop start. 04 is for stop. 05 is loop + stop (I don't know if it's used, maybe it will loop one time then stop)</p> <p>bb is for first channel, cc is for the second, dd for the 3rd and ee for the 4th.<br /> It's in hexadecimal. So 01 means first pattern in the sfx list. 0a is 10th and 0f is 16th.</p> <p>41 means the pattern is not activated but if you activate it, you'll get 1st pattern and so on. (46 means the pattern is not activated and when you activate it, you'll get 6th pattern). After f (16th pattern, you increase the decimals, so 51 is for a non activated patter, which has 17th pattern behind. (40+11 in hexa).</p> <p>I hope it helps!</p> <p>see also &quot;Data structures for sfx and music&quot; : <a href="https://www.lexaloffle.com/bbs/?tid=2341">https://www.lexaloffle.com/bbs/?tid=2341</a> (more for programmers I guess)</p> https://www.lexaloffle.com/bbs/?tid=27628 https://www.lexaloffle.com/bbs/?tid=27628 Sat, 10 Sep 2016 11:55:31 UTC I Have Created 50 Games in 2014 <p>hello,</p> <p>&quot;I Have Created 50 Games in 2014&quot;. Well, certainly not me :)</p> <p>But this clever guy (abagames):<br /> <a href="http://www.asahi-net.or.jp/~cs8k-cyu/blog/2014/12/12/games-in-2014/"><a href="http://www.asahi-net.or.jp/~cs8k-cyu/blog/2014/12/12/games-in-2014/">http://www.asahi-net.or.jp/~cs8k-cyu/blog/2014/12/12/games-in-2014/</a></a><br /> I think several good concept could be ported to new pico-8 games (sources are provided for the game mecanisms)</p> https://www.lexaloffle.com/bbs/?tid=3953 https://www.lexaloffle.com/bbs/?tid=3953 Fri, 29 Jul 2016 06:53:50 UTC [feature request] Stand alone Pico-8 player? <p>The export in HTML5 is already very cool, and maybe sufficent for many to distribute games, but I was thinking it could be cool to be able to include pico-8 into some raspberry pi distributions (some with several retro gaming consoles emulators, like retropie, recalbox, happi game center), with the -splore option you get a great gaming machine!</p> <p>Since pico-8 is not freely redistribuable, why not having a free pico-8 &quot;player&quot;, which could play and splore games?</p> https://www.lexaloffle.com/bbs/?tid=3830 https://www.lexaloffle.com/bbs/?tid=3830 Fri, 15 Jul 2016 06:34:32 UTC [WIP] Rabbit, fox and hunter <p> <table><tr><td> <a href="/bbs/?pid=22517#p"> <img src="/bbs/thumbs/pico23062.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=22517#p"> Rabbit, fox, hunter 160617</a><br><br> by <a href="/bbs/?uid=11452"> farvardin</a> <br><br><br> <a href="/bbs/?pid=22517#p"> [Click to Play]</a> </td></tr></table> </p> <p>Here is a little simple game I'm working on. </p> <p>&quot;x&quot; is for changing directions (you can only walk vertically).</p> <p>I've improved it a bit since last time:</p> <ul> <li>title screen (very basic at the moment)</li> <li>music !</li> <li>score</li> <li>you can loose lifes</li> <li>new levels (3 so far) and challenges (level 2 there are random shots, level 3 you will loose if you reach the bottom of the screen)</li> <li>you can try to shoot the fox, after 10 hits you get a new life</li> <li>new animations</li> <li> <ul> <li>secret feature</li> </ul> </li> </ul> <p>Thanks to morningtoast for the collision engine, and to zep for pico-8.</p> <img style="margin-bottom:16px" border=0 src="https://www.lexaloffle.com/bbs/files/11452/rabbit_anim.gif" width=256 height=256 alt="" /> <p>old version:</p> <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;"><br /> It's far from being finished at the moment. For example, you won't loose any life when being hit. I hope to implement new minigames inside, when you reach some achievements (for example after picking 20 carrots).<br /> It's also not very optimised (I'm very noob at this, it's the first time I go so far in developping a graphical game). It is very fun to do anyway. </p> <p> <table><tr><td> <a href="/bbs/?pid=22517#p"> <img src="/bbs/thumbs/pico22513.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=22517#p"> Rabbit, fox, hunter</a><br><br> by <a href="/bbs/?uid=11452"> farvardin</a> <br><br><br> <a href="/bbs/?pid=22517#p"> [Click to Play]</a> </td></tr></table> </div></div></div></p> https://www.lexaloffle.com/bbs/?tid=3565 https://www.lexaloffle.com/bbs/?tid=3565 Wed, 08 Jun 2016 10:36:56 UTC