Log In  

BBS > Superblog
Posts: All | Following    GIFs: All | Postcarts    Off-site: Accounts

I'm surprised no one has made a 3d PS1/N64 Style fantasy console yet. It should exist by now, there's a lot of people making fantasy consoles and using them, but apparently not. Would be cool to see though.

1 comment


I was looking at the Pico-8 changelog and saw that themes were made easier to change. this got me thinking, how hard would it be to make a custom theme, or even accompanying thememaker.exe program? this seemed really cool to me, so i threw myself headfirst into pico-8's files. here are my findings/questions i have.

Firstly, in "pico8.dat" i found that it not only contains data code which i have no idea what it contains, but it also contains a lot of pico-8 code! after a bit of digging, i found that in this order, this pico-8 code is:

1: the pico-8 boot sfx
2:pico-8 democarts
3: i have no clue

I also found around 5 copies of the same lines of terminal syntax (eg 'ls' 'folder' 'load' etc.), which is interesting. i was mainly looking for the color codes that tell pico-8 what colors certain UI elements are, but i could not find them. they had to be in the mess of .dat stuff.

After awhile, i found that pico8.dat is byte-checked, meaning that pico-8 wont boot if pico8.dat has been altered at all. makes sense, it would significantly impact monetary gain if everyone could just write their own pico-8.

[ Continue Reading.. ]

1 comment


Took a shot at arranging a beautiful song into a chiptune version.

Does it work?

Should I finish it?

Cart #optimistic_1-0 | 2023-08-22 | Code ▽ | Embed ▽ | No License
17

Original song: Epic Mountain - Optimistic Nihilism

17
4 comments


Cart #roastmaster-1 | 2023-08-23 | Code ▽ | Embed ▽ | No License
6

Hello! This is my first ever pico 8 game, my first ever game jam entry, and my first ever completed game! I'm very proud to have completed my first project, and I think it's very fun. I've yet to implement an ingame tutorial, but here is some more detailed info:

Ever wanted to be a top notch #1 barista worker? Play RoastMaster™ to achieve the highest score without messing up an order!

CONTROLS

Arrow keys - navigation

"X" / "A" on controller/keyboard - select

On Gameover, press "z" or "b" on controller to reset the game

"Esc" / "Start" - pause game / reset / options

[ Continue Reading.. ]

6
2 comments


Cart #pabekegude-0 | 2023-08-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1


Collect lots of apples.
If you can get 1000 points, it's cleared.

1
0 comments


Cart #kijafepuja-0 | 2023-08-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

Slope

i hate slopes

2
0 comments


Cart #dewimerojo-0 | 2023-08-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1


Cart #dewimerojo-1 | 2023-08-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

1
1 comment


Cart #particletest-0 | 2023-08-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
28

Particle Effects

Sixteen different kind of particles based on same generation method. I get the idea of the main function and loop of the particles from Youtube video of "Particles in Pico-8 - The Ultimate Guide" from SpaceCat.

All functions work and genrate particle when "O" button is passed. The particles can be implemented to other carts by only copying the function into the code. So, everyone is free to use the particless as long as they refer to my work :D

28
6 comments


thats right, i made optimised sprite drawing for picotron, although, you might wanna have chatGPT do it for you...

function sprpt(s,x,y)
 if s=="star!" then
  rectfill(x+2,y+2,x+5,y+5,10)
  rectfill(x+3,y,x+4,y+1,10)
  pset(x,y+2,10)
  pset(x+1,y+2,10)
  pset(x+1,y+3,10)
  pset(x+7,y+2,10)
  pset(x+6,y+2,10)
  pset(x+6,y+3,10)
  pset(x+1,y+6,10)
  pset(x+2,y+6,10)
  pset(x+1,y+7,10)
  pset(x+6,y+6,10)
  pset(x+5,y+6,10)
  pset(x+6,y+7,10)
 end
 if s=="heart!" then
  rectfill(x,y+1,x+7,y+4,8)
  rectfill(x+1,y,x+2,y+5,8)
  rectfill(x+5,y,x+6,y+5,8)
  rectfill(x+2,y+5,x+5,y+6,8)
  rectfill(x+3,y+5,x+4,y+7,8)
 end
end
function _update()
 sprpt("star!",30,30)
end

i spent more time on the star because even copy+paste does not save much

yes, admittedly, it does not work from data based sprites, its code based only! if you want an unoptimized lazy version, ill upload one later!

[ Continue Reading.. ]

1
0 comments


update 2024: the 0.2.6 update improves things! search the update post for menuitem(0x301 for details. (My original menuitem post remains below, unchanged)


PICO-8 has fancy menuitems but there are some gotchas and bugs to be aware of.

Here's an example of what I do by default; the rest of this post will explain how the code works and why I do things this way:

Cart #menuitems-1 | 2023-08-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

L/R pitfall

Imagine you want to add a "mute" button to your game's menu. Can you spot the issue with this code?

[ Continue Reading.. ]

7
0 comments


Cart #kejnurutu-0 | 2023-08-20 | Code ▽ | Embed ▽ | No License
4

4
0 comments


Cart #wetutafedi-0 | 2023-08-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

2
2 comments


Cart #fotiromawu-3 | 2023-08-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


it's not a game at all it's just a reimagining of five night's at pico (https://www.lexaloffle.com/bbs/?tid=31672) (the gif is pretty bad)

3
1 comment


Info:

I thought I would share this alpha of an fps I am working on. It is far from finished but I thought some feedback
would help.
most if not all graphics are placeholders.
If you want to look around the code of modify it, its fine with me. I have also uploaded the Base engine, but it is
missing afew variables for draw distance fov and similar things.

Controls:

p2 left and right to look around.
p1 dpad to move.
press p2 up for the map, and down to shoot.
pressing p1 X/O will switch weapons which hasn't been fully added.
on the menu you can change the draw distance and scaling of lines,
you can also force change the game state.

betas:

Cart #sazopibubu-0 | 2023-08-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

[ Continue Reading.. ]

2
0 comments


Cart #wudofiboza-1 | 2023-08-20 | Code ▽ | Embed ▽ | No License
4

4
0 comments




Cart #zayirerohu-0 | 2023-08-20 | Code ▽ | Embed ▽ | No License
1

1
1 comment


-

Cart #zerkdev_mmm_1-2 | 2023-08-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
19

Overview

Welcome to "Memory Matching Madness," a captivating memory matching card game that will test your memory and perception. Immerse yourself in this classic game with a twist, featuring smooth animations and dynamic gameplay.

Controls

  • Controller support by default. Testing done with keyboard & Xbox Controller
    • Directional Pad: Move Cursor
    • A Button (Xbox) / Z (Keyboard): Confirm / Flip Card
  • Mouse support toggled in PICO-8 Menu.
  • Touch support toggled in PICO-8 Menu.

How to Play

Playing "Memory Matching Madness" is simple:

  1. Click on two cards to reveal them.
  2. Match pairs of cards to make them disappear.
  3. Keep matching until you've cleared the entire grid.
  4. Earn new pairs by completing grids

Credits

  • Game Development: ZerkDev
  • Soundtrack: Inspired by Nintendo classics
    • Title theme inspired by: Game & Watch Gallery 1
    • Setup theme inspired by: Super Mario Bros 3 Card Matching Mini-game
    • Stage theme inspired by: Ice Climbers
  • Special Thanks:
    • My wife and siblings for their support.

[ Continue Reading.. ]

19
4 comments


Cart #dominodungeon-13 | 2024-01-18 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
10

10
2 comments




Top    Load More Posts ->