Log In  
Follow
MLGDuckboi

Palette Picker

Cart #palettepicker-1 | 2022-08-07 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

I got tired of hand making palettes by messing with numbers in code, so I made this. It might be useful, so I thought I'd post it.

The top half is your palette; the bottom is colors to put into it.

left/right - move cursor
up/down - change cursor direction
O - select/deselect
X - switch the bottom between alt and regular palettes

Select a color slot in your palette, then select a color on the bottom to set the slot.
Alternatively, select another palette slot to switch them.

The pause menu has default palettes to chose from, as well as an option to export your palette to clipboard.

2
3 comments



Weird bug with thread


It shows Doubleshotgun as replying a few minutes ago, when they actually replied a week ago. I'm fairly certain this was triggered when I edited my post and added another version of my cart to it.

So basically:

  1. make a post
  2. someone comments
  3. edit the post
  4. thread says they replied at the timestamp when you edited post
1
1 comment



Shmup in one hour

I randomly decided to challenge myself to make a shmup in a single hour. I wrote every bit of code (ie no copying someone else's), and made every sprite and sound in this timeframe. The one hour version wasn't very polished and was fairly buggy so I also did a version in 2 hours that's a good deal better.

Shmup 60

Cart #shmup60-0 | 2022-08-02 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

Shmup 120

Cart #shmup120-0 | 2022-08-02 | Code ▽ | Embed ▽ | No License
4

Afterthoughts

[ Continue Reading.. ]

4
2 comments



Cart #tweetreact-0 | 2022-07-25 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

I decided to try making a tweetcart, this is my first. It's exactly 280 chars. As for playing: simply press the buttons the game shows quickly before time runs out

7
4 comments



Fish n' a Barrel

Cart #fishinabarrel-8 | 2022-08-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8

A very WIP Enter the Gungeon inspired twin stick shooter. The code is horribly messy right now, so brace yourself before looking.

New in v1.8

  • settings screen actually works
  • better ui

New in v1.7

  • enemies have health instead of getting instakilled
  • start of a settings screen

New in v1.6

  • death animation for enemies
  • better displays/UI

New in v1.5

  • controls are customizable in pause menu
  • custom controls are persistent

New in v1.4

  • you now strafe when holding the fire button (O)
  • fixed weird bug with pressing X

New in v1.3

  • more enemies
  • a title screen(ish)
  • enemies animate when spawning instead of just appearing

[ Continue Reading.. ]

8
4 comments



Full Controller Support

This question has probably been asked before but:
Is there any reason we can't have full controller support as a DevKit option? I know stuff like this exists but it feels janky and convoluted. And I know that full controller goes against the spirit of pico-8, but so does mouse and keyboard, so I feel like logically controller would be fine as a DevKit flag. Is there some technical reason this can't be done? Or is it just not a priority in general? Thanks for any answers!

(I'm sure this has been discussed a thousand times, so if there's a thread I should see please point me there)

1
5 comments