Log In  

BBS > Community Superblog
All | Following | GIFs | Off-site

Cart #swobuperi-0 | 2022-12-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

PicoMotos v.0.1 Demo

This is an early version of a small game I worked on in September, taking advantage of the few days of the paternity leave. I'm wrapping up a few things, so I decided to put it here as a WIP, although I'm not sure I will move forward.

I tried it with a joypad and the playability is better, playing with the keys might be a little challenging even with the many power-ups frequently spawned.

If somebody tries it I would love to hear some advice!

2
3 comments


Cart #it_is_a_mystery-1 | 2022-12-24 | Code ▽ | Embed ▽ | No License
3

sources

development log

i started when i got a YouTube recommendation of the 'it is a mystery' meme.
it took me three attempts in 2 weeks (with breaks) to finish this cartridge

most of the 2 weeks were forced breaks, because i had a lot of school work before winter holidays began.

[ Continue Reading.. ]

3
0 comments


MIGHT CAUSE EPILEPTIC SEIZURES

Cart #nicedemoeffect3-0 | 2022-12-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

4
2 comments


MIGHT CAUSE EPILEPTIC SEIZURES
This is similar to my first demo effect but this time it's in color

Cart #nicedemoeffect2-0 | 2022-12-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

2
0 comments


Just updated to v0.2.5e, and found that it breaks a number of my tweetcarts.
The issue specifically seems to be that this shortcut is no longer supported:

if(...)do
--thing1
--thing2
--etc.
end

Now to make things work, I have to replace the "do" with "then". Not a huge change, but it does require a couple more characters, and every one counts when dealing with strict character limits.

3
6 comments


Cart #snow__fight-0 | 2022-12-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

Controls:

Hold X to make a snowball. You have to hold until you hear a little dinging sound
Press Z to throw

2
5 comments


Cart #wazisesfe-1 | 2022-12-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

Very minimalistic version of the game snake.

It has two easter eggs:

Press (o) to change palette.

Press (x) and (<) at the same time to toggle invincibility.

3
1 comment


Entry for Zeno Jam 6:

Cart #towerclimb-0 | 2022-12-23 | Code ▽ | Embed ▽ | No License
2

2
0 comments


Cart #pb_line_cbez-0 | 2022-12-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

I know a lot of people have posted functions for drawing cubic bezier curves, but I'm tossing my own into the pot because why not. Just skimming threads, it feels like most people use pset() to draw them pixel by pixel; this one uses line() to draw them segment by segment.

Some animated gifs, because they're fun:


demo of the editor in the cart:

drawing demo, dividing the curve into segments:

drawing demo, dividing the curve dynamically based on pixel precision:

To save you digging into the cart, here's the two versions of the algorithm I'd recommend, based on my testing. If you want to see how fast they run, there's a pause menu item in the code that draws sets of 5000 random bezier curves with a bunch of different algorithm parameters in two sizes - 16-pixel square bounding box and 128-pixel square bounding box - and adds up the total CPU needed at 60 FPS.

[ Continue Reading.. ]

2
1 comment


Cart #ankkapeli-1 | 2022-12-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

Cart #ankkapeli-0 | 2022-12-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

1
0 comments


DJ Deci

Cart #decigobloopbloop-6 | 2022-12-22 | Code ▽ | Embed ▽ | No License
13

Something is awry at December Village.. Everyone is unhappy; Record time blues!
It's up to Deci to run around and use her boombox to cheer everyone up!
Talk to villagers and find songs to play, Or just take a nap that's fine too.

Kinda a mess and experimental but hope it's chill. Happy holidays!

Made for advent calendar 2022
Soundtrack listenable at: https://youtu.be/hrpIz5LfEbw

Made by SmellyFishstiks
Sound help from TheTomster and bikibird
Snowbert physics help from Chewy

13
1 comment


Cart #snowy_solver-2 | 2022-12-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8

A little holiday puzzle game!

It was kinda rushed in 1.5 weeks to be done before christmas, so it may have some bugs...
I think perhaps I could have developed some ideas and made some more advanced complex puzzles, but that will be for a possible sequel or update.

Hope you enjoy anyway! Happy holidays!

8
6 comments


Cart #fademuteju-0 | 2022-12-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

--init
t,f,b,w,h=tonum,flip,btn,128,128
w,h,x,y,y0,y1=w/2,h/2,0,0,0,0
r,s,l,dx,dy=3,w-5,20,1,1color(7)
--update
while abs(x)<w do x,y=x+dx,y+dy
y0,y1=y0+t(b(3,1))-t(b(2,1)),
y1+t(b(3,0))-t(b(2,0))
dx,dy=(x<r-s and abs(y-y0)<l or 
x>s-r and abs(y-y1)<l)and-dx or
dx,(abs(y)<h-r)and dy or-dy
--draw
line(w-s,y0-l/2+h,w-s,y0+l/2+h)
line(w+s,y1-l/2+h,w+s,y1+l/2+h)
circfill(x+w,y+h,r)f()cls()end
0 comments


Cart #para_snowstorm-0 | 2022-12-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
10

SNOWSTORM - A short graphics and sound demo for PICO-8

Here's my entry for Twelve Days of PICO-8 Christmas 2022! I would've liked to have put something a little more substantial together, but I'm happy with it as it is ❤️

10
2 comments


Cart #asteroids1-4 | 2022-12-25 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

Changelogs v2.0

  • Added difficulty level selector.
  • Adjusted velocity of asteroids according to size of asteroids: bigger asteroids will be slower, and smaller will be faster.
  • Now all asteroids will always have, relatively, equal sizes at the start of the game.
  • Added counter of total destroyed asteroids.
  • Added stats of number of destroyed asteroids.
  • Randomize color of the ship.
  • Added music.
    Edit: desactive key binding for reset best time in game over screen as can be easily pressed by mistake in mobiles.

Music
Song "space" from Pico-8 Tunes Volume 1 by @gruber_music. See https://www.lexaloffle.com/bbs/?tid=29008

5
3 comments


Version 1.1 of Undertale fangame Knifetale.

Cart #knifetale_char-1 | 2023-01-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
26

If you find any bugs, exploits, or impossibly difficult attacks, tell me and I'll fix them

Hope you like it!

please make better sprites for me if you want mine are garbage

Changelog:
changed quite a few attacks
reduced token count by a lot
made cherry soda work
changed main menu
increased hitbox size for sans and legendary heroes
legendary hero odds changed, adding more attacks shouldn't change the spawn chance
installed windows (in corridor)
prevents attacks from happening twice in a row
gaster blasters spawn cooler
you actually stand on platforms and don't just fall in place
some bugfixes. don't ask me what i don't remember

[ Continue Reading.. ]

26
13 comments


The other day I pasted together a mockup to see what Picotron could look like on a 4:3 CRT monitor, see photos below.
I noticed the display spec for Picotron says 480x270. @zep, Have you considered allowing other video modes, like 320x240?

3
4 comments


Cart #xmaspatterns-3 | 2022-12-20 | Code ▽ | Embed ▽ | No License
5

Hi! You want to draw pixel art? You like puzzle games? You can't wait for Christmas? Well the game's for you! Solve puzzles by following clues on grids to draw pixel art that'll turn onto Xmas-themed patterns. Each solved pattern is saved and retrieved in following sessions.

Xmas Patterns is part of the Twelve Days of PICO-8 Christmas 2022 you'll find there: https://www.lexaloffle.com/bbs/?tid=50644

The game lacks a proper ending and some other bits I'm probably the only one to know. Despite two months of work the game's never looked like it wanted to be finished. It's sorry about that and hopes you'll like it nonetheless.

5
1 comment


Cart #jabmemory-0 | 2022-12-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

hehehehe amnesia

3
2 comments


Cart #tiziretayu-1 | 2022-12-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

Playable demo

0 comments




Top    Load More Posts ->