Shogal [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=16005 Blind Thief (LD45) <p> <table><tr><td> <a href="/bbs/?pid=68590#p"> <img src="/bbs/thumbs/pico8_blindthief-1.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=68590#p"> Blind Thief 0.2</a><br><br> by <a href="/bbs/?uid=16005"> Shogal</a> <br><br><br> <a href="/bbs/?pid=68590#p"> [Click to Play]</a> </td></tr></table> </p> <p>For Ludum Dare 45. Topic &quot;Start with nothing&quot;.</p> <p>You start with no eyes! Instead, you stole metal detector, it can help you to find a treasure and steal it.</p> https://www.lexaloffle.com/bbs/?tid=35580 https://www.lexaloffle.com/bbs/?tid=35580 Sun, 06 Oct 2019 20:52:39 UTC Russian Roulette <p> <table><tr><td> <a href="/bbs/?pid=68037#p"> <img src="/bbs/thumbs/pico8_rkn1-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=68037#p"> Russian Roulette 1.0</a><br><br> by <a href="/bbs/?uid=16005"> Shogal</a> <br><br><br> <a href="/bbs/?pid=68037#p"> [Click to Play]</a> </td></tr></table> </p> <p>Russian roulette is a lethal game of chance in which a player places a single round in a revolver, spins the cylinder, places the muzzle against his head, and pulls the trigger.</p> <p>You are Roskomnadzor mascot, RKN-Chan, you censor and ban everything on the Internet, but you finally find out that your own life was not blocked in Russia yet, you need to fix this as soon as possible!</p> <p>Anyway, you won't survive to your retirement, so now your only option is to earn your own pension playing this lethal game, shooting empty rounds and banking the rewards. Everyone dies (except your beloved president), so go ahead!</p> https://www.lexaloffle.com/bbs/?tid=35421 https://www.lexaloffle.com/bbs/?tid=35421 Mon, 23 Sep 2019 16:52:11 UTC FPS test cart <p> <table><tr><td> <a href="/bbs/?pid=45916#p"> <img src="/bbs/thumbs/pico45924.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=45916#p"> FPS test cart</a><br><br> by <a href="/bbs/?uid=16005"> Shogal</a> <br><br><br> <a href="/bbs/?pid=45916#p"> [Click to Play]</a> </td></tr></table> </p> <p>Simple testing cart to test FPS on device.<br /> Can adjust update and draw payload to see how often _update60 and _draw functions are called depending on their slowness.</p> https://www.lexaloffle.com/bbs/?tid=30196 https://www.lexaloffle.com/bbs/?tid=30196 Mon, 06 Nov 2017 03:34:02 UTC Random forest <p> <table><tr><td> <a href="/bbs/?pid=34222#p"> <img src="/bbs/thumbs/pico34221.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=34222#p"> Random forest 0.1</a><br><br> by <a href="/bbs/?uid=16005"> Shogal</a> <br><br><br> <a href="/bbs/?pid=34222#p"> [Click to Play]</a> </td></tr></table> </p> <p>Generates random forest 128x128 large blocks, each block consist of 16x16 tiles (so, entire forest size is 16384x16384 pixels)</p> <p>Overall layout is generated with diamond-square algorithm. Each large block is 16x16 tiled biom which has biom type 0..7 (0 is water, 1 is swampy, 2..4 are rather clean, 5..6 are deeper, 7 is almost impassable) and seed number to generate biom content. So if you run far away then return - biom will be regenerated as it was originally, without changes.</p> <p>Then 4x4 bioms around player are generated and copied to map. When you walk, every 16 tiles map is shifted and next 4 bioms are generated using corresponding seeds.</p> <p>Z, Y - cycle through game view, layout view and 4x4 map view.</p> <p>There is no point yet. You can find owl, but you cannot win still. Also, forest is looped and it wraps around every 2048 tiles.</p> https://www.lexaloffle.com/bbs/?tid=28311 https://www.lexaloffle.com/bbs/?tid=28311 Mon, 26 Dec 2016 15:37:49 UTC Cheetahmen music <p> <table><tr><td> <a href="/bbs/?pid=33777#p"> <img src="/bbs/thumbs/pico33778.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=33777#p"> Cheetahmen music 1.0.1</a><br><br> by <a href="/bbs/?uid=16005"> Shogal</a> <br><br><br> <a href="/bbs/?pid=33777#p"> [Click to Play]</a> </td></tr></table> </p> <p><strong>WARNING: Blinking background can cause seizures.</strong></p> <p>Maybe someone of you want to use this music in your own game.<br /> Music from Cheetahmen game from famous Action52 unlicensed cartridge.</p> <p>Original music: <a href="http://www.vgmusic.com/music/console/nintendo/nes/action52cheetahmen.mid">http://www.vgmusic.com/music/console/nintendo/nes/action52cheetahmen.mid</a><br /> Midi to Pico-8 converter: <a href="https://github.com/andmatand/midi-to-pico8">https://github.com/andmatand/midi-to-pico8</a></p> <p>About note representation in memory</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> Each note in sfx are made from two byted. Byte order is little-endian. Here is bit representation from higher bit to lower: X = Effect (0..7) V = Volume (0..7) F = Waveform(0..7) N = Note(C0 = 0, C#0=1, ..., C1=12, ..., C2=24, ..., D#5 = 63) 0x3201+I 0x3200+I 0XXXVVVF-FFNNNNNN Where I is 2*(34*[sfx index] + [note index]) </pre></div></td> <td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> </tr></table></div></div> https://www.lexaloffle.com/bbs/?tid=28264 https://www.lexaloffle.com/bbs/?tid=28264 Tue, 20 Dec 2016 12:37:48 UTC Pico Tanks <p> <table><tr><td> <a href="/bbs/?pid=33272#p"> <img src="/bbs/thumbs/pico8_picotanks_1_0-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=33272#p"> Pico Tanks 1.0</a><br><br> by <a href="/bbs/?uid=16005"> Shogal</a> <br><br><br> <a href="/bbs/?pid=33272#p"> [Click to Play]</a> </td></tr></table> </p> <p>There are lot of Battle City clones exist in this world. This one is Pico-8 port, made by me just for fun.</p> <p>Changelog:<br /> Version 1.0:</p> <ul> <li>First &quot;stable&quot; release (moved from &quot;work in progress&quot; to &quot;cartridges&quot; as it's almost finished, maybe later i'll add some new features like level constructor, but not sure about it).</li> <li>Moved Game Over screen after score calculation, like in original NES version</li> <li>Added Hi-Score screen after Game Over screen (if player beat high-score)</li> <li>Changed palette, now it uses &quot;secret&quot; Pico-8 palette for bricks. Can be toggled through menu if palette doesn't work for some reason.</li> </ul> <p>Version 0.2:</p> <ul> <li>Fixed lot of bugs.</li> <li>Normal music and sfx. Some sfx (tanks explosions) are not so good because NES noise channel differs from Pico noise and cannot be made with Pico.</li> <li>Different role for shooting buttons: rapid and single.</li> <li>Level selection at the start, score screen at the and of each stage.</li> <li>Hard mode after stage 70, enemy tanks have all advantages of basic 4 tank types.</li> </ul> <p>Version 0.1:</p> <ul> <li>Core game for 1 or 2 players</li> <li>Original 35 levels (after level 35 they start to repeat like in original game)</li> <li>Random mode, which generates every level from random nine pieces of existing levels</li> <li>Progress automatically saves between levels, you can reset cart and continue later, but erases on gameover, like in rogue-like games. May be useful on random mode, if generated level is impossible.</li> </ul> <p>To do: </p> <ul> <li>Level editor</li> <li>Maybe implement some features from chinese '1990 tank' hack</li> <li>Maybe storyline between levels</li> <li>Feature requests are welcome</li> </ul> https://www.lexaloffle.com/bbs/?tid=28184 https://www.lexaloffle.com/bbs/?tid=28184 Fri, 09 Dec 2016 19:56:26 UTC