Log In  

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

thx peoples from forum for wave text code

Cart #hello_world-0 | 2023-02-25 | Code ▽ | Embed ▽ | No License
1

1
1 comment


Cart #splat_lines-0 | 2023-02-21 | Code ▽ | Embed ▽ | No License
3

Just a random effect.

3
7 comments


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

2
0 comments


Cart #kekonifiju-1 | 2023-02-19 | Code ▽ | Embed ▽ | No License
1

1
0 comments


Cart #scythe_os-0 | 2023-02-17 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA


USES MOUSE DEVKIT

Right click--select
Q-exit
W-reset current app
E-show controls for current app

0 comments


Cart #ninja_platformer_v09-0 | 2023-02-17 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1


Controls-
arrows to move,
X to jump,
Z/C to skip level

1
1 comment


Cart #chastity_checker-0 | 2023-02-18 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

I rewrote my checkerboard demo for the Pico-8 Fantasy Console. This program is amazing. It is probably the closest thing to QBasic which I used to use. However it uses a slightly modified form of Lua that also has graphics commands. In a way it is a lot like using Love2D but I am still quite new to using Pico-8. One of the most notable features is that it has built in ability to record video to a gif file.

Pico-8 is almost like a mini DOS or Linux distribution except that all the programs are written in Lua. It comes with a full manual explaining the features which is available as a text file and also a page on the official website here:

[ Continue Reading.. ]

1
9 comments


Cart #chastity_hello-0 | 2023-02-18 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

I am new to this site. I am learning about Pico8 and that is what brought me here. I'm mostly a C programmer but recently started experimenting with Lua partly because I was interested in using PICO-8. I love all things retro and my favorite game of all time is Tetris.

1
3 comments


It's celeste, but you are a comet.

( it gets fun after old site )

Cart #cometeste-0 | 2023-02-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

1
0 comments


So I'm trying to make a idle game and im using a timer that resets to 0 every 30 cycles to make a 1 second timer, my goal is to make the total number increase by 0.2 every second but after a wile it increases by 0.1999 instead and I have no idea why

heres my code:
function _init()
timer=0
counter=0
end

function _update()
if timer==30 then timer=0 end
if timer==0 then counter+=0.2 end

timer+=1
end

function _draw()
cls()
print("timer:",0,0)
print(timer,24,0)
print("counter:",0,7)
print(counter,32,7)
end

3 comments


Oh my god its another website.

1 comment


Cart #guwohekibu-1 | 2023-02-10 | Code ▽ | Embed ▽ | No License
2

2
0 comments


Cart #fonipijuyu-0 | 2023-02-07 | Code ▽ | Embed ▽ | No License

1 comment


Maze solving algorithms

Random

Cart #randmaze-0 | 2023-02-05 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

Note:

Takes ages, so I made it faster

Rating:2/10

Breadth-First Search

Cart #bfsmaze-1 | 2023-02-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

Note:

Actually not bad, although will search a lot

Rating:4/10

Depth-First Search

Cart #dfsmaze-1 | 2023-02-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

[ Continue Reading.. ]

1
1 comment


Hi,

Is there any way to change my nick in the public profile?

Thanks!

0 comments


Pico-View January

Hello Pico-View reader, this January Issue marks the beginning of the monthly "Pico-View" Web-Zine. Formerly Pico-View was a small interview series. From here on out, it will be a montly Web-Zine featuring several exclusive articles, perfect for anyone wanting a "view" into pico-8. Without further ado... We hope you have fun adventuring through the pixels and paragraphs of this brand new Pico-View web-zine.

-Achie, Nerdy Teachers, Celesmeh, AlexWolfe, SmellyFishSticks, Louie Chapman, and Marina

Contents:
-Growing and learning in Pico-8
-Little Eidolons - Achie Reviewed
-Yasuhito (Quantattack Dev) Interview (ft. Marina)
-Random Reviews
-Creating Better Sound in Pico-8 - Louie Chapman Article
-Secret of The ̶O̶o̶z̶e̶ Flip... In Pico-8 - AlexWolfe Pixel Article
-Goodbye (Epilogue)


Growing and Learning With Pico-8 - Celesmeh

Odds are if you are reading this, you know what Pico-8 is. You've seen videos, looked at the forums, Reddit, watched gifsor seen tweetcarts. Pico-8 is an amazing fantasy console that opens the world of game development and programming up to many, But what makes it such a good starting point? Why is Pico 8 generally seen as one of the best tools to enter the world of programming and the world of game development?

[ Continue Reading.. ]

24
2 comments


Cart #damozenewa-0 | 2023-01-30 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


Cart #gturtle_ticks-0 | 2023-01-30 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

Silly demo, someone should call pest control.

Run in PICO-8 EDU!

1
0 comments


THANKS FOR WATCHING PLAYING MY GAME!

1 comment


Cart #gturtle_metaballs-0 | 2023-01-25 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

Realtime metaballs demo. Uses the map as a 16x16 8-bit texture, upscaled using a bilinear filter function.

Run in PICO-8 EDU

4
2 comments




Top    Load More Posts ->