Log In  

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

Cart #41800 | 2017-06-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

Cart #41745 | 2017-06-18 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

2
2 comments



Frontier Village Dali
From the FFIX OST
Composed by Nobuo Uematsu
Ported to PICO-8 by davidsquared

WIP v2

0 comments


Cart #41737 | 2017-06-18 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
20

This is a simple demonstration of shader-like iterative code that runs basically CPU bound.

It does a manual flip() and copies colors downwards. Press TAB to see how it's generating the image.

20
0 comments


Cart #41729 | 2017-06-17 | Embed ▽ | License: CC4-BY-NC-SA
7

Originally, I wanted to make a Great Gatsby game where you play as Daisy and try to run Myrtle over for my English final, but my teacher didn't like that... Which led me to make a game where you play as Myrtle and try to escape death in the Valley of Ashes. Here it is!

7
4 comments


Cart #41722 | 2017-06-17 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

A simple demake of that classic After Dark screensaver as my first PICO-8 project

Controls: none, just chillback & zen

7
4 comments


Cart #41719 | 2017-06-17 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
10

another pico-8 chinese bootleg I found on a flea market*.

    • not actually real

Thanks to Benjamin Soule for the original cart.

Music from Surfin' Pico8.

10
5 comments


Cart #42246 | 2017-07-07 | Code ▽ | Embed ▽ | No License
10

Updated
Ran out of tokens, I will call it a day :) It's rather short, but it should be somewhat original and challenging I hope :)

Started this for CGA Jam 2017 but was (as always) too late and spend way more time

I'm most happy with the blood particles and fighting mechanics :P

Includes code from basic platformer kit by mhughson.

Buttons

  • Left,Right-Run in direction
  • Up - Jump
  • Down - Block / Action (Talk to friendlies etc.)
  • z,x - Punch,Kick
10
6 comments


Cart #41711 | 2017-06-17 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

It's just a cool thing im making based off Esc.

0 comments


An odd game about texting.

You can choose when it ends...
How far are you willing to go?

Cart #42296 | 2017-07-09 | Code ▽ | Embed ▽ | No License
129

CONTROLS:
Z/C: Look at Phone; Send Message
X: Put Phone Away; Go to Sleep (Hold)
Arrow Keys: Choose Message
(All controls are explained in-game)

WARNINGS:

  • This game touches on some darker subjects, which people may be sensitive to.
  • This game includes some dialogue which is arguably like cyberbullying.
  • This game is about dialogue, so be prepared to read. The script contains nearly 350 individual texts, though there's no way to see each one in a single playthrough.

OTHER NOTES:
This is a companion game to my surreal adventure game NULL.

[ Continue Reading.. ]

129
25 comments


On my raspberry pi 3, the music editor has a bug it seems as every keystroke I press in the music editor results in two notes being entered. This is especially annoying if one is going back over a song one is working on.

1
5 comments


For example, I searched for "Fish Painter" hoping to find the cart "Fish Painter Deluxe." This cart did not show up in the list of results. Searching for the word "Deluxe" however, worked. "Fish" does not work.

Another example, I searched for "Star Picker-upper." The only search that worked was "Picker." "Star" and "Star Picker-upper" did not work.

3
1 comment


Cart #wewudonko-0 | 2024-03-24 | Code ▽ | Embed ▽ | No License
7

Update 0.4: fixed a bug that would cause bad behavior when changing the loop duration.

Update: Added more functions, including critically damped spring and cosine interpolation. Also added the "kaneda" easing function visualization for fun :-). Also removed even more code so its even easier to see how it all works and add your own functions.

PRs welcome!
Easing Gallery github page

Cart #41893 | 2017-06-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

[ Continue Reading.. ]

7
2 comments


Cart #41649 | 2017-06-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4


My first (actual) game! I learned a lot from this tutorial before I just started figuring it out myself: https://ztiromoritz.github.io/pico-8-shooter/

Press x to shoot. Press z to clear all enemies in a wave with a bomb. Use the arrow keys to move.
Progress by clearing waves of aliens. The aliens's speed and number of rows increase as more waves are cleared.

TIPS: Don't worry about getting all of them in one go, they wrap back to the top of the screen.
Bombs are gained every 5 waves.

*Updated to fix an issue with a sprite incorrectly being used as a star. Improved the title text.

4
1 comment


as noticed by gradualgames, (here)
Celeste is not there in splore:

(wild guess: fetched list starts at zero??)

unrelated bonus issue: ampersand character gets replaced in link tags:(like here)

1
6 comments


Cart #41624 | 2017-06-14 | Code ▽ | Embed ▽ | No License
2

By lotuslotl (code) and hushcoil (art/music/sfx)

2
0 comments


Cart #41621 | 2017-06-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

Cart #41610 | 2017-06-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

wip for cgajam and corgijam. UPDATE: bullet collisions and jumping on heads work! but doggo still cannot die

3
4 comments


Cart #41606 | 2017-06-14 | Embed ▽ | License: CC4-BY-NC-SA

Splat!
(Desc Soon)

0 comments


I have a several 8x8 boxes on the screen.
I have a line from a/b to c/d.

I need to find out the line intersects with the boxes.

How I'm doing that right now is by using some line intersection formula I found to check if the line passes through each segment side of each box. So for each box, checking 4 sides for intersection. This works but I'm finding it's dreadfully inefficient once you get many boxes on the screen.

Hoping someone has a snippet or can at least point me in a direction of what to explore.

I've done a little searching and see something about Bresenham's algorithm but I don't have the brain power to translate it into Pico-8 in a manner that spits out a true/false for a given 8x8 box.

Currently, I'm checking each box, which could be up to 100 or more. I'd like to think there's a way to avoid having to loop through all 100 and compare, but maybe not.

Any help is appreciated.

7 comments



I made this game for the CGA Jam : https://itch.io/jam/cga-jam/rate/151002

This is my first Pico-8 game. It was a lot of fun building it and I hope you enjoy

DEFEND THE TRAIN!!!!

Controls: Left, Right, Up, X (to shoot)

1 comment


While trying to make a looping rocket sound effect using white noise I ran into difficulties with its loudness compared to other effects. Most of my other effects were at volumes 4-5, while the rocket effect was at volume 1. It still had a similar loudness compared to the volume 4-5 effects. I ended up not using it because I found that too annoying. White noise being louder than regular sound is something I noticed before when working with synths, but there you can usually compensate by turning down the gain.

Is this intentional? Did real-life consoles also have this kind of behaviour or did they compensate for it somehow?

0 comments




Top    Load More Posts ->