Log In  

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

Cart #54136 | 2018-07-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

I developed a visualizer further I found here (by kittenm4ster):

  • Some piano keys to the left
  • Fake spectrum analyzer :D
  • Pimped up notes and the text scroller

The song is inspired by a last ninja 2 song by Matt Gray

6
1 comment


Cart #yunotuhabi-0 | 2020-10-30 | Code ▽ | Embed ▽ | No License
2

This was inspired by a minesweeper puzzle I saw in a paper magazine years ago.

  • tag bombs with (X). once you've tagged 20 cells the board is revealed
  • tag free cells in green with (O) (in easy mode only)
  • the bomb count does not include the cell itself (a '0' cell can contain a bomb)

  • new version with mouse support (from 2019, forgot to post ¯\(''/)/¯).
  • some polish still needed, so still w.i.p.

older version:


Cart #54769 | 2018-08-06 | Code ▽ | Embed ▽ | No License
2


2
0 comments


Cart #54120 | 2018-07-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
10

This cart is a game engine for the Pico-8. It's heavily based on flickgame, of course rewritten from scratch for the P8. Basically, you draw frames, and script the transitions between frames when a certain colour is clicked.

Controls
Mouse strongly recommended: Left click to interact/click buttons, right mouse to erase and exit play mode
Dpad and buttons can be used to replace mouse if you really want

Features

  • 8 64x64 px, 16 colour frames
  • Save to cart and autoplay to make standalone cartridges
  • Save/load to clipboard for handy sharing
  • Crappy editor UI

I might write up some more stuff about the technical side later. The actual code sucks, don't look at it. :)

Here's an example cart (remember you can right mouse/button 2 to exit play mode and view the source):

[ Continue Reading.. ]

10
9 comments


Hi everyone,

I hope you can help me out with this one as I have no idea how to approach it.

I have a player character that moves across a screen, and there is an element I am drawing that sometimes should be behind the character and sometimes it should be in front. Basically, if my character is around its area (collided with it) and I press a button, the sprite should come on top of the character. When I press another button, the sprite goes back to being behind the character.

What would be the best way to achieve this, since I cannot dynamically change the order in which things are written? (or can I?) I read some hints at the forum some time ago regarding the use of flags, but I have no idea how this would work (and never used sprite flags before).

Any help appreciated!

5 comments




In a speedrun I attempted recently of Paper Mario: TTYD, I failed Palace Skip for about two and a half hours before giving up for the day. The difficulty of the last part of this trick, the yoshi teleport, is pressing the B button and then pressing the X button exactly 36 frames later. This trick does not have the best of in-game visual or audio cues, so some runners rely on using a metronome to time their presses. I didn't like the online metronomes I could find, so I created my own using PICO 8, with the additional idea to combine video with the traditional audio.
I think this turned out to be nice and easily-customizeable, so I'm happy with it. It was fun to program anyway…also there's also a videogame-related secret/reference hiding somewhere. Try to find it without looking at the code ;)

Hold Z and X to view the instructions and controls.

1
0 comments


Cart #54081 | 2018-07-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1


Controls:
Left and Right move to the sides
Up Jump and head
Z try hitting on your left side
X try hitting on your right side
The goal is simple, keep the ball in the air for as long as you can, lower hits give more points.

I wanted to post this game I've been working during some spare time before the world cup (2018) ends. It's not finished yet, but it's playable. It's inspired by a mini game part of Mega Drive's "California Games".

Things to add:
-Opening screen
-More movements
-Bird (check "California Games" to understand)
-More FX

Maybe:
-Balance ball
-Better graphics

1
0 comments


Cart #54075 | 2018-07-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9

I've been working on this for a while, I decided to finally add the finishing touches and submit it. It's very loosely inspired by an old ASCII mode DOS game called Kingdom of Kroz, if anyone remembers that series.

It's kind of an action game with a puzzle game feel. You can throw boomerangs and place bombs like bomberman. There's 31 different screens to play through, and I tried to add a lot of variety throughout. You eventually get extra lives, so don't despair if it seems really hard at the beginning.

9
5 comments


I like to use the up and down keys to cycle between save and run on the terminal
while developing.

I’ve accidentally scrolled to load instead of save which loads the previously saved
version of my current project in progress. I’ve lost work several times.

It’s an easy mistake to make.
Defintely user error and not a bug,
although I’d consider it a UX issue.

I’d like to recommend a Y/N/C prompt in the terminal
for any command that could cause unsaved work on a project
in progress to be lost.

E.G.

>> LOAD MY_PROJECT
>> SAVE
>> RUN
.... (repeat for a long time)
>> LOAD MY_PROJECT
>> CURRENT FILE MY_PROJECT CONTAINS UNSAVED WORK
>> LOADING WILL REVERT TO PREVIOUSLY SAVED VERSION
>> AND WORK WILL BE LOST
>> ARE YOU SURE YOU WANT TO LOAD?
>> (Y - YES , N - NO , C - CANCEL)

3 comments



This game was developed as part of the Retro Jam Game Jam that took place in Porto in 2017.
We won FIRST PLACE!

It was our first attempt at making anything in "3D" or anything multiplayer with Pico-8 and we managed to finish it in under 32 hours!

Developed by "16 Shades of Pico" team:

Catarina Vieira
Francisco Múrias
Luis Reis
Nina Bellini

19
7 comments


Cart #mazedaze-0 | 2020-05-09 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

Instructions are in-game.
Made for an itch.io game jam!
Link to itch.io page

3
0 comments


Cart #54026 | 2018-07-09 | Code ▽ | Embed ▽ | No License

I was going to make a hockey game, and got caught up in the team select screen. Press Z to get the away jerseys, and X to get alternates.

0 comments


Cart #54307 | 2018-07-20 | Code ▽ | Embed ▽ | No License
6

Just a lot of map stuff done here. You can also collect a Health Up item, but that's it.

Cart #54304 | 2018-07-20 | Code ▽ | Embed ▽ | No License
6

The first dungeon is complete and can be played to the end. The boss is fully finished and gives you the boss item as well. Crates can now be pushed by walking into them, in addition to the existing slash-to-move functionality.

Cart #54291 | 2018-07-19 | Code ▽ | Embed ▽ | No License
6

[ Continue Reading.. ]

6
5 comments


Cart #brutalpicorace_104-0 | 2020-07-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
220

Brutal Pico Race is a fast and raw futurist racing game on Pico8 by me, Damien Hostin, on twitter yourykiki (The Lurking Engine)

I wrote a little insight on my blog in two parts, you can find it here and here

Choose one ship out of three class, choose a track and try to finish first ! You can also challenge a friend, alone or with AI, in split-screen mode !
Brutal Pico Race features :

Single player or two players in splitscreen

[ Continue Reading.. ]

220
31 comments


Cart #53991 | 2018-07-07 | Code ▽ | Embed ▽ | No License

A little bit easier with less enemies:

Cart #53992 | 2018-07-07 | Code ▽ | Embed ▽ | No License

Submit for the One Hour Game Jam 167,
http://onehourgamejam.com

Theme: That's not supposed to be a weapon.

0 comments


I don't know whether this qualifies as a "bug" per se, or just "don't do silly things", but here goes.

If you open up a cart with Code Tabs in an editor you can see they are just separated by a character sequence: "-->8".

Weird stuff happens if you manually insert these. If you insert them in the P8 editor, they'll just sit there until you next load the cart, at which point they will become new tabs.

Also the P8 editor enforces a maximum 8 tabs (labelled 0-7). If you have more than this, it will silently drop the offending extra tabs, even if they have content.

My suggestion would be to do something different - perhaps ignore extra tab separators and concatenate all the extra tabs into one? Or at least flag a warning on load.

The way I can see this being a real problem is with copy and pasting via external editor. It would be really nasty to accidentally drop part of your code this way.

1
1 comment


I, everyone.
I have a new pico-8 experience now.
I use the sparkfun joystick shield with an arduino leonardo.

Here is the code.

#include <Keyboard.h>
char btn0 = 3, btn1 = 4, btn2 = 5, btn3 = 6;
void setup() {
  pinMode(btn0, INPUT);
  digitalWrite(btn0, HIGH);
  pinMode(btn1, INPUT);
  digitalWrite(btn1, HIGH);
  pinMode(btn2, INPUT);
  digitalWrite(btn2, HIGH);
  pinMode(btn3, INPUT);
  digitalWrite(btn3, HIGH);
  Keyboard.begin();
}
void loop() {
  if (digitalRead(btn0) == LOW) Keyboard.print('x');
  if (digitalRead(btn1) == LOW) Keyboard.print('c');
  if (digitalRead(btn2) == LOW) Keyboard.print('w'); //z but I'm on azerty board, not qwerty
  if (digitalRead(btn3) == LOW) Keyboard.print('v');
  if (analogRead(0) > 524) Keyboard.write(215);
  else if (analogRead(0) < 500) Keyboard.write(216);
  if (analogRead(1) > 524) Keyboard.write(218);
  else if (analogRead(1) < 500) Keyboard.write(217);
  delay(10);//adapt it with the game
}

[ Continue Reading.. ]

2
1 comment


Cart #53978 | 2018-07-06 | Embed ▽ | License: CC4-BY-NC-SA

0 comments


Cart #53976 | 2018-07-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
235

A juicy remake of Breakout/Arkanoid with 15 levels and a highscore list. Created as part of a long-running video tutorial series. If you want to learn how to make a game like this, check out this thread!

How to play

You control the pad at the bottom of the screen. You need to destroy the bricks by hitting them with a ball. If the ball leaves the bottom of the screen you lose. You need to move your pad left and right to keep the ball on the screen.

If you move the pad while you hit the ball, you can change the angle of the ball's trajectory. There are also different powerups, which appear when you destroy a blue block.

[b]Powerups

[ Continue Reading.. ]

235
21 comments


Cart #53974 | 2018-07-06 | Embed ▽ | License: CC4-BY-NC-SA

0 comments


Cart #53972 | 2018-07-06 | Embed ▽ | License: CC4-BY-NC-SA
1

1
0 comments




Top    Load More Posts ->