Log In  

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

sure are alot of colours

0 comments


Refers to 'Dank Tomb'.

Awful this.

Cart #sudaprisu-2 | 2022-02-10 | Code ▽ | Embed ▽ | No License
1

1
1 comment


Coming soon, A game based on the cancelled film by Barry Cook

It's a recreation of the film.
TBA

0 comments


Cart #pukkdogu-0 | 2022-02-09 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

Rescue Updog!

Special Thanks
sfx & debug support: brandonhare
production advice: stuffedwombat

1
2 comments


Cart #langtons_ant-0 | 2022-02-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2


I was bored and made a Langton's ant, after quick success, I decided to try to make it more complicated by following the more advanced rules by Greg Turk and Jim Propp. Which allows for more colors. There is also a rule editor by pressing "Z".

2
3 comments


Cart #zigirubawa-0 | 2022-02-06 | Code ▽ | Embed ▽ | No License

0 comments


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

https://twitter.com/matsushita_8bit/status/1488377912470679552?s=20&t=HA_Wr0N59Jfd7hx8X_QEDQ

4
1 comment


Cart #sufegiwigo-0 | 2022-01-30 | Code ▽ | Embed ▽ | No License

==Firework Simulator==

-Controls-
Z - make firework
Mouse1 - drag slider, hide title, select/deselect colors

-Slider Variables-
PARTICLES - how many particles explode out of each firework
GRAVITY - how strong gravity's effect is on firework particles
SPEED - how fast firework particles travel
FREQUENCY - how often fireworks appear on screen automatically

This was a fun project to work on :) there are definitely some improvements to be made in the code, but i'm satisfied with the project for what it is. It is very easy to crash p8 by having too many fireworks on screen at once. Works on mobile as well <3

0 comments


Cart #monochrome_01-1 | 2022-01-31 | Code ▽ | Embed ▽ | No License
1


Got the basic physics and movement working
move with arrows, jump with O, switch character with X
with coins to collect

1
0 comments


I'm learning, S L O W L Y.

0 comments


Cart #mushroomworld-1 | 2022-01-17 | Code ▽ | Embed ▽ | No License
1


Hey, have fun with my first self-made game:)

1
3 comments


I noticed that deli(tbl,0) doesn't seem to affect tbl[0] at all. Is this intended behavior? Was just sorta curious since I haven't had any issues with deli() otherwise

2 comments


Hello I am GeK and I am wondering if anyone could share me some good games since I am new here and I dont how to find some good games so this is the only way I know of Thanks!

2 comments


Forgive me if this is commonly known (I am new). I simply want to know how I could set a different folder as the directory for saving existing carts and creating new ones as opposed to the files being saved right in the \pico-8\carts file. Say I wanted to save all of my projects in the folder \pico-8\carts\projects.

1
2 comments


Put all requests for games, mods (and genres) here:

format games as
name
:name|author|id|

format mods as:
â–’cart name|creator|#id|

IMPORTANT:
a genre is needed to add it to the program

ALL future [carts,mods,genres] added will be a result of comments
I want to put in what you want to play!

(mods for already added games work as well as new games)

game is here (again):
https://www.lexaloffle.com/bbs/?tid=46049

once added, please delete your comment to remove clutter and make it easier for me to know what I still need to add

4
13 comments




Cart #gturtle_sspr_noise-0 | 2022-01-01 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

Fullscreen perlin-esque noise, runs at 30fps. Uses sspr, so there's some distortion at higher resolutions. Also not technically real perlin noise, so it looks a little less organic. Works by interpolating between values on a grid with sspr.

7
1 comment


Cart #sihozewiti-31 | 2023-01-17 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

1
4 comments


Hayo! i've been working at teaching myself game programming with pico-8!
i'm a huge fan of this program and it's community.
here is my first attempt at cart sharing. nothing super crazy, but learning about sine waves and stuff.

thanks for looking!

-"kad"

by KAD
Cart #kad_1-0 | 2021-12-27 | Code ▽ | Embed ▽ | No License

2 comments


I'm trying to make a tentacle using sin().
I want the base (the top circle) to be static, and the wiggle of the tentacle to get stronger until it reaches the tip (the bottom circle).
So far I have only achieved a pendulum
I'm not that good with math so I'm not sure about how to do it
here's my code

function _init()

length=20
x=64
y=40
end

function _draw()
cls()

 for i=0,length do
 circfill(x+sin(time())*i,y+i*4,length-i,14)
 end

end
2 comments




Top    Load More Posts ->