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?
manmon
by
imagecompress
by
Failed Monsters
by
[ :: Read More :: ]

Cart #man3d-0 | 2024-04-29 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
12

hello

This is my absolute first attempt at making anything 3d or 3d looking.

I want to learn the math behind 3d graphics in Pico 8, not the crazy ones, but the very simple ones, I am thinking of making a game kinda like in voxatron, with a static camera and a platform. I dont even want voxels, just 2d sprites. I tried using tline, and I just messed arount until it got to something.
I would be very happy if someone showed me any sources for basic Pico 8 3d, or cool things done with tline.

Thanks for checking this out :)

P#147578 2024-04-29 17:41

[ :: Read More :: ]

Cart #bunny_on_grass-1 | 2024-04-28 | Embed ▽ | License: CC4-BY-NC-SA
7

hello this is my first Picotron Game.

I love Pico 8, so I tried Picotron and I love it.
You can Collect gems forever.
If you change auto to true in the code editor you can use it as a screensaver.

have fun

P#147505 2024-04-28 17:26 ( Edited 2024-04-28 17:29)

[ :: Read More :: ]

hello,

So Im making a kinda rpg-topdown-engine-game-thing and I want to have the function for the player to collide with other players. so it looks like this:

But here is the problem!
You see, the player checks if the tile he is about to go to is a wall or another player, if so he goes back (doesn't move). seems ok, right?
NO
players are stored in a big table players={} and the checking process is done in a foreach loop. So when the player below moves up, he sees that there is someone above, he doesn't move, but the upper one moves. Its hard to explain look:

did you see it? when I pressed down only the bottom player moved. Because the upper one (index 1) checks first and sees that there is a player below him, no move. then the bottom one checks and moves.
How can I fix this?

If you have any questions for the code or the game feel free to ask.
Thanks for taking your time to read this :)

P#146889 2024-04-18 18:18 ( Edited 2024-04-24 16:34)

[ :: Read More :: ]

Cart #antimagnet-0 | 2024-04-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

just a tiny cool thing

how to use:

  • use Your mouse/mousepad/"any other device you can control the mouse with" to control the mouse
  • dots dont like you :(
  • enjoy the not-liking of the dots, because it looks cool
  • (extra) the lines also dont like you :|

have fun :)

P#146361 2024-04-11 13:36 ( Edited 2024-04-11 13:36)

[ :: Read More :: ]

Cart #terraform-0 | 2024-04-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

terraform

You can now make awesome Planets and discover new sights.
Using this game, wow :O

Controls and how to use

  • X for a new seed
  • C for the making of terrain
  • Up for a better landscape
  • Down for Forest
  • (recommended) Up to make the forest
  • left to copie the seed
  • right to paste
  • d for done

Share your worlds and have fun :)

P#146260 2024-04-10 18:49

[ :: Read More :: ]

Cart #potato_peel-0 | 2024-04-08 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
12

this game has a nice peel..

controls:

  • Up and Down = move the knife/stick
  • hold c = move faster vertically

Lore:

After years of practice this now is the final exam, bob has to make it. After failing school, work and college, his only choice was clear. To eat potatoes, that would make him grow bigger and stronger, or so he thought. Life is hard, it was a constant pressure on him, he could not rest a minute. that's how busy he was, peeling potatoes. The problem was there, bob didn't have a proper peeler, or a knife. He had to use a stick (don't ask how its possible). The potatoes were weird as well, there were only huge ones. In fact, he was standing on the potatoes. But after years of training and hard work, it finally came to him. He knew the perfect job for him. So he applied for a job at peelstation, you know, the place where they make potato games. But here comes the twist. His parents were actually giraffes. But to him, it didn't matter, his goal is clear. He needs to get a 100% on this test, otherwise he isn't the potato master. Just imagine the consecutive, it would be eternal shame. This here is the moment, can YOU make it ?

have a nice time and comment your best score :)

P#146091 2024-04-08 17:47

[ :: Read More :: ]

Cart #imagecompress-0 | 2024-04-05 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

Image...

So I wanted to make PicoChat (from picotron), but with images.
The limit of chars you can send is 256, so that means a 16x16 image with colors.
This method can send a two color image with 32x32. Im not sure if anyone has ever done this.
The way it works is simple, you have a table with 16 combinations of a 1x4 field. Each one has a index.
then the first four pixels are checked for a combination and assigned a index from the table, you can decode it in the same way. I planning to implement it to PicoChat.

you can use this for anything, have a nice day :)

P#145781 2024-04-05 11:22

[ :: Read More :: ]

Cart #tweet_8-0 | 2024-03-15 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
14


Well, use your eyes to enjoy...

  • X for new layout
  • C to toggle layout

Its all made in 257 bytes or so, also I can make a version with fluids, where they drop down and fill it up.
Also is it just me, or the carts here are kinda broken?

Thanks for checking it out :)

P#143128 2024-03-15 15:14 ( Edited 2024-03-15 15:15)

[ :: Read More :: ]

Cart #tweet_5-1 | 2024-03-05 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8

this is only this, check it out on itch...

Colors!

So basically I joined the NOKIA 3310 JAM 6 a few days ago (no pong).
Some of the restrictions you had where the two classic greenish Nokia colors, but the problem was that Pico 8 doesn't have those colors. Lucky for us Pancelor had left us very helpful and detailed instructions, where he covered a buch of thing like changing the thumnail/colors/resolution etc.. Thanks man :)
You should check it out yourself as well nokia html template by pancelor

  • So Export your game like this "export Your_game.html"

  • then two files should be exported a name.js and a name.html file

  • then type in folder, this will open the folder where all your pico 8 stuff is being saved

  • then I recommend you to drag the two files to your desktop for a better view

  • Note that if you want to upload your game on itch, you have to rename the .html file to index.html

  • After doing that You open the Your_game.js file in any texteditor. Now you will see a loooot of numbers, kinda like
    that:

  • You have to find this string using strg + f

    There are 2 string You have to replace both!!:

29,43,83,126,37,83,0,135,81,171,82,54,95,87,79,194,195,199,255,241,232 ,255,0,77,255,163,0,255,236,39,0,228,54,41,173,255,131,118,156,255,119,168,255,204,170

  • They contains rgb values for all the colors from 1 to 15 not 0

  • Now replace both with any string with 15 rgb colors:
    (classic Nokia Colors)

  • You can use any tool to get those colors, I found a those two: make a palette and a useful color converter: hex to rgb etc...

  • Extra:

    If you want to upload your game up on itch:

  • Rename your Yourgame.html file to index.html

  • Zip index.html and Yourgame.js

  • upload on itch :O

    Thanks for reading, If you ever use this trick let me know, have a good day:)

P#141731 2024-03-06 07:15 ( Edited 2024-03-06 07:19)

[ :: Read More :: ]

Cart #multinet-0 | 2024-01-26 | Code ▽ | Embed ▽ | No License
6

Cool particle system net...

  • Use Your mouse to place Dots,
  • and button c to clear the screen.
  • X to place randomly

Have Fun :)

P#140649 2024-01-26 12:42

[ :: Read More :: ]

Cart #breakit_-0 | 2024-01-26 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8

BreaKIT:

Im not exactly sure what this will be, but its fun to play around with it
Also the Code is very messey :(

Controls:

  • Use X to launch a rocket
  • Use C plus any direction to hit
  • You can break anything and will automatically fill in correctly
  • Left Click to Remove tiles
  • Right Click to add tiles

Other info:

  • Go into the Code to change things like rocketamount etc.
  • You can use the the auto-tile function for anything you want.
  • You can play around with the explosion too

Thanks for checking it out :)

P#140648 2024-01-26 12:33 ( Edited 2024-01-26 12:34)

[ :: Read More :: ]

Circle thing

Controls:

  • You can use your Mouse to Control it.
  • Use The C button to switch colors
  • Use The X button to activate ditter
  • Use The Scrollwheel to change the Size of the thing

Enjoy :)

P#140646 2024-01-26 12:13

[ :: Read More :: ]

Floating island Blocks

I dont know why but I really CANT stop watching this

  • One is smaller because The Cpu could not handel the houses, Trees etc..
  • I like both.
  • To enjoy them correctly use your eyes to watch the pixels change color.
  • The smaller one has a random terrain, so reset the cart to get a new island

Thanks for checking it out :)

P#140532 2024-01-24 09:06

[ :: Read More :: ]

Wavie thing

Cartridge:


Cart #tweet5-0 | 2024-01-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
10


It's not in a tweet cart format yet, but I will make it soon

How to enjoy:

  • Use Your eyes to locate the game
  • Use your mouse or mouse pad to press the button on the game
  • Again, use your eyes to watch the moving thing on the screen
  • Have fun watching

Thanks for reading :)

P#140475 2024-01-23 09:59 ( Edited 2024-01-23 10:01)

[ :: Read More :: ]

Cart #breakthrough-0 | 2024-01-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8

Breakthrough

You can control the bouncy ball and break the blocks.

This was made for the 1k Jam.
I kinda forgot to upload it here, so now its on the bbs as well.

Controls:

  • Arrow keys to move around
  • Down to accelerate downwarts
  • C to open the menu
  • D to mute the repeating sound
  • Going outside the screen will warp you to the opposite side

Controls in the menu:

  • Up and Down to chosse a difficulty
  • X to start the Game

Thanks for playing :)

P#139979 2024-01-11 07:33

[ :: Read More :: ]

Cart #manmon-1 | 2023-12-29 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

manmon

So basically manmon just really wants to go back to his little house

manmon is his name, and he is a simple guy, all he really wants right now, is to get to his house...
But on the way he lost all his coins, even his special gem. You have to help him to get back and collect all his coins.

Controls

  • C or up to jump
  • Down to crouch
  • Up to use the ladders
  • nothing to use the bouncy slime blocks

More info and stuff:

  • So basically I made this game in just a few days, using @Caspians platformer Engine, because I really liked the feeling of the jump
  • The code is really messy, because I didnt really need any compression, and I wanted to finish it quickly.
  • Also I made alot of individual tiles to make it better
  • I could try out some different things I never really did before, because of the size of the game.
  • Get ALL coins for a bonus ending ;)

thanks to @Caspian for the Engine.

have fun :)

P#139353 2023-12-29 16:23 ( Edited 2023-12-29 18:07)

[ :: Read More :: ]

Cart #draw_a_perfect_circle-2 | 2023-12-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
11

Can you draw a nicely round circle?

  • Use the left mouse button or x to draw
  • And the right or c to clear what you have drawn.
  • You determinate the radius by placing the first dot.
  • If you look closely there is a help circle to help you.
  • You cant have the circle too close to the middle

Have fun and comment your score :)

P#139188 2023-12-26 11:29 ( Edited 2023-12-27 12:06)

[ :: Read More :: ]

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

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

[ :: Read More :: ]

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

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

[ :: Read More :: ]

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

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)

View Older Posts