Log In  

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

Cart #travwomoving2-0 | 2022-11-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

(v00 11-23-22)
TO LOAD THIS PICO-8 CART, in immediate mode, type: load #travwomoving2

Run this cart. Now before you view the source-code, THINK of what it might be. Do you think it's using an array to keep track of the stars ? OK. Perhaps the acceleration speed is being recorded from another floating point array. Fine. How about the color of each star to make sure they stay the same for each row in the display. That would be the regular way to do it, yes.

So that's 3-arrays we need to keep track of, right ? Let's list them out:

  1. The Star's X-position.
  2. The Star's acceleration speed.
  3. and the Star's constant color.

[ Continue Reading.. ]

4
20 comments


Not finished yet.

Cart #paisho-0 | 2022-11-23 | Code ▽ | Embed ▽ | No License
5

5
1 comment


I'm sure this must have been requested before but I'll post this anyway.

Please could you give a second colour to the right click in the sprite editor. This would make deleting mistaken pixels so much easier.

A second tile in right click for the map editor would be great too.

Thanks.

2 comments


Cart #jumejajka-0 | 2022-11-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

2
6 comments


Cart #idkbro-0 | 2022-11-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

3
3 comments


Cart #waveplayer-0 | 2022-11-23 | Code ▽ | Embed ▽ | No License
4

This is a cart I made that can play certain wave files by reading from the 0x800 serial port (dropped files) and writing to the 0x808 port. It also graphs the samples being played.

Note: if you drop any old wav file, your ears may not thank you; you will want to make sure the file is formatted correctly. I made files that work with this cart by using Audacity and doing the following steps:

1) Open existing wave file
2) Set project rate to 5512 Hz (located in the lower left) :

3) If the audio track is stereo, split stereo to mono
4) Export file in RAW format using unsigned 8 bit PCM:

[ Continue Reading.. ]

4
0 comments


Cart #putt_putt_full_version-0 | 2022-12-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
19

Putt-Putt

Sit back, relax, and knock that ball into the hole!

Which hole is your favorite? How many hole-in-ones can you get?

Downloadable version at Itch.io.

Behind the scenes

This is my first full on game. All my others have just been remakes.
The physics were quite easy. Friction and collide, that's it. However, designing 48 unique levels
was very time-consuming, if you liked them, please leave a star, maybe a comment. Thanks!
This is also the first game I have uploaded to Itch.io.

Credits:

Coding --- Loanwulfious(me)
Music --- @Packbats, adapted by Loanwulfious
Art, Cover --- Loanwulfious, inspired by @zep

[ Continue Reading.. ]

19
6 comments


Cart #tile_game_v1-1 | 2022-11-23 | Code ▽ | Embed ▽ | No License
3

First, select one of the three tiles.

Then, place the tile somewhere on the 3x3 grid.

Repeat these steps 9 times.

For scoring, each set of adjacent matching tiles is worth the square of the number of tiles that makes up the set:

1 tile = 1 point
2 tiles = 4 points
3 tiles = 9 points
4 tiles = 16 points

Minimum score: 36
Maximum score: 100

My high score is 92. :) Post yours below!

3
6 comments


@zep, it would be nice to have some control over the pause menu colors. The project I'm working on uses a very specific color palette that doesn't match the current colors in the menu. For example, I'd like to do something like the following:

and

0 comments


Cart #slider112-1 | 2022-12-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

Hi! That cart took probably more time than it should have. Nevertheless, I'm glad I've finally "finished" it.

  • Arrows to move
  • X to attack (when you have energy)
  • Z to show "hint"
6
3 comments


Cart #hakurei-0 | 2022-11-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
34

Hey yall, this is my first 'complete' game Hakurei!

In it, you play as a small turnip spirit helping plants grow in the forest.

When I set out to make this small project I wanted something I could keep within scope, but also something cute and relaxing. I managed to get all the art and assets going and then found myself neeing music. the amazing majeedooo0010 made the chill music you hear in the game, and the sound effects were made by Fettuccini (I've posted their Ko-Fi and Twitter respectively at the bottom of the post).

I suffer from an anxiety disorder so I wanted to create a mindless game that allowed for a distraction before a panic attack. I was hoping to just make something small but the more I worked on it the more I felt I needed to add until it became a 'complete' experience.

[ Continue Reading.. ]

34
12 comments


Hello, I'm Wish Volo. I made a game about sorting orbs.

And it's in PICO-8!

Cart #wvm_orbsort_sort-5 | 2022-12-14 | Code ▽ | Embed ▽ | No License
15

old versions


Cart #wvm_orbsort_sort-4 | 2022-12-11 | Code ▽ | Embed ▽ | No License
15


Cart #wvm_orbsort_sort-1 | 2022-11-22 | Code ▽ | Embed ▽ | No License
15


[ Continue Reading.. ]

15
6 comments


Cart #yesirakzo-0 | 2022-11-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

2
3 comments


Cart #mesehijafu-0 | 2022-11-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

this is a simple celeste classic mod, but i might add some more to it!

2
6 comments


Cart #tdfw-4 | 2022-11-23 | Code ▽ | Embed ▽ | No License
6

I was so preoccupied with whether I could, I didn’t stop to think if I should.

v4: utilized memory to make the audio clip longer

6
4 comments


Cart #thegodhandisreal-1 | 2022-11-22 | Code ▽ | Embed ▽ | No License
10

One more! 😅

10
0 comments


Cart #beyond32767-2 | 2022-11-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

(v02 11-21-22)
TO LOAD THIS PICO-8 CART, in immediate mode, type: load #beyond32767

Use the joystick to navigate this cart.

Press UP to increase the score with a random value of 1 to 1000.
Press DOWN to decrease the score with a random value of 1 to 1000.
Press LEFT to reset the score back to zero (0).
Press RIGHT to set the score to exactly 32767. The standard upper limit.

Be aware that the score is saved every single frame. This is not a slow process and occurs almost immediately. So when you reboot the cart or come back to it later, it will contain the last value you had in it. Please see the sourcecode for more notes and details.

[ Continue Reading.. ]

1
0 comments


Cart #jokejobki-0 | 2022-11-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

No music, no gameplay, just a demake of an old meme

5
1 comment


I tried making a map editor, and it starts to work quite nice.
https://www.youtube.com/watch?v=vjNXJmDkVHg
After I made the video, I added showing the used palette, render the spritemap accordingly and search for any palette array in code. It does not parse loose PAL commands, but you can always add a bogus array declaration with 15 or 16 colour numbers.
It also makes grading student work a lot easier....

0 comments


Cart #voxeltestflight-0 | 2022-11-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

Here's a little test project that I made to try out very simple rendering from a height map. It uses code similar to a raycaster, but checks the height at regular distances all along the ray. It renders from front to back, with an algorithm to stop it drawing over anything previously drawn. It uses the diamond-square algorithm to generate the terrain height map, and reads from a chunk of sprite memory to texture the ground.

Arrow keys move the camera. There's no game mechanics, or functionality beyond just flying around. I'm not ruling out coming back to this, but I think my curiosity about these sorts of systems is satisfied for now. I have even more respect for people who have made fun and playable games out of this sort of tech!

2
0 comments




Top    Load More Posts ->