Log In  
Follow
cheesemug

I have a website: cheesemug :)
I am a young person with a lot of interest in game development.
I can make good art, code and halfways good music.
If I am not working on a game then I am
Currently inhaling air.
also just btw:

  • making games isnt easy 🎮
  • why cant you see views in lexaloffe?
  • don't smoke
  • Nintendo is great
  • climate chage is getting worse 🌍
  • pico 8 is awesome
  • the actualy year is 12023
  • according to the Holocene calendar 📅
  • would you vote Mr Beast as president?
Failed Monsters
by cheesemug
:: Unfold ::

Cart #flappy_1k-0 | 2023-09-26 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8

1k Jam Entry 2023

Flappy bird 1K

This Game was made for the 1K Jam 2023, it was really fun to to compress and write the code.

You probably dont need any explanation on how to play flappy bird but here they are:

  • jump with X
  • toggle menu with C
  • you wont die when falling out, instead you will just fall from the top

post you highscore in the comments :)

P#134909 2023-09-26 10:55

:: Unfold ::

Cart #floeste-3 | 2023-09-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
18

Floeste

The terrain has shifted, flora has grown, music has changed a new Mountain awaits to be overcome.
Jeff Walter have been trying for ages now, and yet you will pass him on your journey.

This mod includes:

  • New Levels
  • lemons?
  • New Music
  • New Character?
  • New Madeline
  • New Tiles
  • New plants
  • New clouds
  • Better Transitions
  • Secret Ending?
  • Gemskip
  • overall improved art

more info

  • You will need advanced tech ( check out Labeste for help )
  • Some levels are very easy and are meant to be a break, same with the lemons
  • Slmost every level doesnt have a straightforward solution, but rather multiple possible ways
  • 3 endings
    • one with gemskip
    • one with under 10 deaths
    • one with under 10 deaths and gemskip
  • I used up all the possible space in the 2 pages I had

thanks to:

  • Matt Thorson and Noel berry for making Celeste
  • all the people who playtested
P#134425 2023-09-16 09:15

:: Unfold ::

Cart #labeste-0 | 2023-08-25 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
24

Labeste

This is a Celeste tutorial where important
stuff is being taught.
Basically you find yourself in a lab, and
your goal is to get the certification document.

there are only 16 rooms so don´t worry.

-- some of the solutions --







P#133500 2023-08-25 10:08 ( Edited 2023-08-26 08:26)

:: Unfold ::

Cart #twwetcart-0 | 2023-08-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

Watch and be amazed :)

The longer You watch the more of the 3D Effect you will see.

If you press ⬆️ then you will access paint mode. 🎨
You can just paste this in pico-8.

pal({-15,1,-13,-4,12,6,7,-9},1)::w::
for x=0,127do 
y=(t()*t())%127
pset(x,y,abs((sin(x/160+t()/2)+cos(y/220)+sin(x/120))*3+rnd(tonum(btn(⬆️)))))
end flip()goto w

If you like this I have another one 4D Tweetcart

P#132694 2023-08-03 16:29

:: Unfold ::

Failed Monsters

It is a dungeon shooter, something between games like Birds with guns, Nemonic crypt and others great shooter games.

I've been working on this quite a time now, I it truly a journey.
It is my first game with no help from tutorials and I am proud of it.🏅
I will probably make a trailer showing a bit of gameplay.📺
Thanks for reading this.📖

picture

  • Nes cartridge, because i like it.

  • Cardboard, because its different.

  • Obviously made with Pico :)

  • it will release somewhere between
    summer and autumn. 🍂
P#132237 2023-07-22 08:39 ( Edited 2023-07-30 08:40)

:: Unfold ::

Cart #tweetcart-2 | 2023-05-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8

Watch and be amazed :)

It was really fun to optimize the code to its limit.

You can just paste this in pico-8.
here is the code:(space is only included in this post)

i=line::h::n=t()/3x=cos(n)*40y=sin(n)*40q=128p=63u=-abs(x)/10for z=0,3do
j=z%2*q
k=z\2*q
i(j,k,x+p,y+p,u)i(j,k,p-x,p-y,u-1)i(j,k,p-x,y+p,u)i(j,k,x+p,p-y,u-1)end
for i=1,999do
pset(rnd(q),rnd(q),0)end
flip()goto h

Im not sure if I can compress it any further, but if you
see anything please comment it.

P#129444 2023-05-06 14:58 ( Edited 2023-05-07 15:16)

:: Unfold ::

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

Just play around with it.

It´s just a tiny cool cart which fits under 180 token.

Controls:

  • c = Spawn dots.
  • x = Cool effect.
  • Up = Stop clearing the screen.

My favorite combinations are:

  • Keep pressing c+x.
  • Press c then press x and let go of the c button.
  • Keep pressing x+up then c for a second or so.

Comment your favorite combinations below.

P#129311 2023-05-02 14:03

:: Unfold ::

Cart #pico_dots-3 | 2023-05-07 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
10

Pico Dots

You really love dots, so you decided to collect them.
Play alone, with a buddy or don´t even play at all.
Can you discover all the secrets?

Gamemodes:

•Singleplayer: Play alone and reach for the best highscore.
•Two player: Grab a buddy and play together or against each other.
•????????:Unlock after highscore of 20.
•????????:Unlock after highscore of 30.

Controls:

•Arrow keys to move.
•X/C/Z to confirm.
•Move through the wall like Snake.

Credits

Code/Art/SFX: me

Post your highscore in the comments

P#128066 2023-04-03 11:41 ( Edited 2023-05-07 15:19)

:: Unfold ::

Cart #metrovania-2 | 2023-08-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
23

Pysical copy

Lil Red

Today is a day, like any other on the way to grandma's house, but today
you lost the SANDWICH!
Collect different abilities, while exploring this beautiful world, to help
you find the sacred SANDWICH 🥪.

Controls:

arrow keys to move
C to jump
X for ?????
D for death
Menu for Map🗺

❗️❗️❗️
Just noticed something
You can still move while viewing
The map.
So don't do it or you'll break the Game
❗️❗️❗️

Credits

Code/Art/SFX/music: me
Created during Metroidvania Month Game Jam 19

1.1 Upgrade

New stuff:

  • 3D map menu
  • better item collection
  • effects
  • NEW hut
  • better map
P#127819 2023-03-30 05:08 ( Edited 2023-08-24 14:20)

Follow Lexaloffle:          
Generated 2023-09-30 09:11:53 | 0.085s | Q:39