Log In  

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

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


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

1 comment


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

0 comments


Cart #razumesiwe-0 | 2023-01-14 | Code ▽ | Embed ▽ | No License
1

1
0 comments


Hello! :D
I've had pico-8 for a long while but didn't start making things with it until recently, and it's been a lot of fun learning programming!
The artwork is drawn by me, and the scrolling text is from the end poem from minecraft which is in the public domain

Cart #fujufubara-0 | 2023-01-14 | Code ▽ | Embed ▽ | No License
5

5
2 comments


Cart #correlating-0 | 2023-01-11 | Code ▽ | Embed ▽ | No License
1

1
0 comments


I downloaded Pico8 in 2021 and catching up again now...and started to see the potential and love the simple language from a non-programmer perspective. I'm more of an artist but recently found out about Lazy Devs youtube videos and patiently follow each shmup vid, I can see hope in creating my own shmup. I love shmup since the late 80s growing up visiting local arcade often. Now I have to really focus on making my own 1st shmup game..

Thank you too to Nerd teacher, Lazy Dev, and others for all your time and energy in making the software and tutorial vids

<3

0 comments




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

0 comments




Top    Load More Posts ->