Log In  
Follow
tetris mino

i make games and songs and im making this game: https://levi6707.itch.io/unhappy-foggy in pico 8, (im also working with levi on the real deal, so please download that game if you like creepy games.) heres the latest post on unhappy froggy;

im so close to finishing my biggest project yet
by tetris mino
:: Unfold ::

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

P#130154 2023-05-25 19:58

:: Unfold ::

im so close to finishing my biggest project yet, but another bug comes up!
anyboy know why the player wont jump?

function _update60()
 cls()
 if(btnp(⬆️))then
        yv=5
    end
    if(btn(➡️))then
        xv+=s
    end
    if(btn(⬅️))then
        xv-=s
    end
    if(xv>mxv)then
        xv=mxv
    end
    if(xv<0-mxv)then
        xv=0-mxv
    end
    yv+=g
    y+=yv
    x+=xv
    if(xv>0)then
        xv-=f
        if(xv<0)then
         xv=0
     end
    end
        if(xv<0)then
        xv+=f
        if(xv>0)then
         xv=0
     end
    end
    if(y>120)then
        y=120
    end
    spr(skin,x,y)
end
P#129904 2023-05-19 08:49

:: Unfold ::

thats right, i am making a pico 8 version of sebs drag and drop coding visual

you have to get used to the controls or you might get something like this;

i am exited for this, and i want it to succeed, so ill post some demos below

Cart #ditifowezo-0 | 2023-05-07 | Code ▽ | Embed ▽ | No License
1

i tried using _draw instead of a repeat, it made it lag
Cart #ditifowezo-2 | 2023-05-07 | Code ▽ | Embed ▽ | No License
1

P#129475 2023-05-07 16:50 ( Edited 2023-05-07 18:33)

:: Unfold ::

i hacked the game so you can buy clickers any time

Cart #bugsbugsbugs-2 | 2023-04-28 | Code ▽ | Embed ▽ | No License

it puts 0.5999 when you try to get 0.6

P#129107 2023-04-28 19:57

:: Unfold ::

Cart #jihurehome-1 | 2023-04-26 | Code ▽ | Embed ▽ | No License
1

P#129054 2023-04-26 20:17

:: Unfold ::

Cart #bugs-0 | 2023-04-23 | Code ▽ | Embed ▽ | No License

P#128931 2023-04-23 19:20

:: Unfold ::

Cart #clickclickclickclick-0 | 2023-04-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

P#128913 2023-04-23 05:52 ( Edited 2023-04-28 13:19)

:: Unfold ::

Cart #istillwannadie-0 | 2023-04-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

P#128894 2023-04-22 19:47

:: Unfold ::

Cart #theskyisonfire-0 | 2023-04-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

oh yeah, im cool.

P#128843 2023-04-21 13:47 ( Edited 2023-04-22 19:10)

:: Unfold ::

no matter what you tell me, i am using a cart to play songs

Cart #iminheaven-0 | 2023-04-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

P#128841 2023-04-21 13:04

:: Unfold ::

Cart #imonawallyay-0 | 2023-04-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

P#128819 2023-04-21 00:07

:: Unfold ::

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

P#128708 2023-04-18 15:42 ( Edited 2023-04-18 15:43)

:: Unfold ::

hello, im getting an error on pico 8 about <EOF> needed near 'end'
i tried everything, please help!

P#128541 2023-04-14 14:14

Follow Lexaloffle:          
Generated 2023-05-30 04:50:10 | 0.098s | Q:56