Log In  

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

Cart #42450 | 2017-07-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

Build blocks by clicking on the screen and reach the goal in each level. If you lose all your lives, then you die and will have to restart from the first level. Good luck!!!!

Press the arrow keys to move.
Press Z to reset the level.
Click on the screen to place the blocks.

2
1 comment


Cart #42744 | 2017-07-24 | Code ▽ | Embed ▽ | No License
97

Cart #42720 | 2017-07-22 | Code ▽ | Embed ▽ | No License
97

Cart #42445 | 2017-07-13 | Code ▽ | Embed ▽ | No License
97

So after a while of not making any games, PICO-8 has made me productive again! Here's a little arcade game called NETTY. Should be pretty easy to understand, but there's more detailed instructions on the itch page: https://tesselode.itch.io/netty

I'm planning on adding a couple things in future updates. Let me know what you think?

97
28 comments


Cart #42441 | 2017-07-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

This is a port of http://maximecb.github.io/Turing-Drawings/ to PICO-8. I've had a lot of fun discovering interesting drawings on that site, and for some reason I was inspired this morning to make a PICO-8 version.

You can share the drawings you discover by writing down the code on the second page of the menu -- press the up arrow to see it. You can load them again from that same page (or just play around with the code) by holding X.

Have fun, and feel free to post anything interesting you find here in the thread!

4
1 comment


Cart #42488 | 2017-07-14 | Code ▽ | Embed ▽ | No License
4

Made this for the Fantasy console jam. Theme: Unity (https://itch.io/jam/fantasy-console-game-jam-1/)

Help a distressed system regain their independence by unifying the planets! This is be done by protecting them from attacks and helping them build a well-rounded planet with housing, defenses, business/industry, trees, communication towers, etc by distributing buildings between planets.

I still have a little more I'd like to do with this game, but it's in a fully playable/finished state!

Controls:

Z + up - Beam up a structure

Z+down - Beam down a structure

Z+ left or right - Select structure in your inventory

X - shoot

Fly upwards to leave planet!

4
2 comments


Is it possible to create a cutscene or animated introduction?

1
3 comments


Cart #42423 | 2017-07-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

This is a small game made in one week for fc_jam and clickclickclick jams.
Manage two peps surviving on an island and take care of them.
This is my first pico8 cart, so don't kill me :D
Music and sound effects where made by grubber99, big thanks to him.

Old version:

Cart #42396 | 2017-07-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

7
5 comments


Cart #bluemarble-0 | 2019-07-17 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
93

2019 edit: my Patreon page is no longer up, so there is no point in having only the minified version here. Since there was no way to get the source code anyway, I updated the cart here to the readable, fully commented version.

Hey, everyone! This is the final version of my spinning Earth PICO-8 demo, now called Blue Marble.

It comes with two mostly accurate 3D textured spheres, lighting, realtime shadows and even some inspirational quotes that you can toggle by pressing the PICO-8 buttons :).

It's also able to do all this in 60 FPS, because well, why not?

If you're interested in how it's done, please check out my [b]Patreon page

[ Continue Reading.. ]

93
6 comments


Cart #42374 | 2017-07-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
13

I'm terrible at actually finishing games, but I'd like for these guys to find a home. All, except one, are four frame walking animations. Most are abstract characters.

Some of these I am quite proud of, like the running man, dog, and cat. I feel that these are as lifelike as you can get in 8x8.

Others, like the helicube and the orange hopper, I just have a fond attachment to.

Please feel free to use any of these guys in your games. All I ask is that you credit the creator.

Quick

13
6 comments



Since the spritesheet and map share memory I got inspired to make a demo of how to use MSET to edit sprites in the sheet. Essentially I'm changing the bottom part of the map to edit the sprites that are located in page 3 of the sheet.

I'm sure this has been done before, so I did it mostly for my own entertainment. Feel free to copy this if you have a need for this kind of functionality!

(This is not a playable game.)

Cheers

// Jens

8
4 comments


Cart #42916 | 2017-07-30 | Code ▽ | Embed ▽ | No License
1

Yay version 2! added a high score, random holes in walls, and better music!

Cart #42367 | 2017-07-11 | Code ▽ | Embed ▽ | No License
1

This game is a scrolling game a little like flappy bird but with a green ghost and inside an castle or dungeon hallway. Any suggestions would be helpful.

1
0 comments


Anx - A game about social anxiety. Make your way to the safety of your home while avoiding humans and trying not to panic. Explore 3 different somewhat large 3d areas (defined using the 2d pico8 map tool) and get chased down by chatty pathfinding mobs look at you in your eyes and make your poor digital self flip out and lose touch with reality as the pixels of the world tremble and break apart.

Controls
up/down - forward/backwards
left/right - turn
A/B - strafe left/right (if using the keyboard, use X and C. If you want to reverse these there's an option in the menu.)


source on github - It's compiled into anx.p8 from a few different files then the whitespace and comments are stripped out into publish.p8. Start with main.lua which will be the easiest to read and which contains all the code and references to the other files.

[ Continue Reading.. ]

19
18 comments



A weird animated image generator, based on the screensaver "Electric Sheep" (except way less powerful).

USAGE INSTRUCTIONS

Press Z to generate a new flame.

Press S to save the current flame.

Press X to view saved flames.

When viewing saved flames, press Up/Down to move the cursor between saved flames.

When viewing saved flames, press F to select/deselect a flame.

When viewing saved flames, press Z to load the selected flame (instead of generating a new one).

If you have flames selected and you close the saved-flame-view (by pressing X), then any new flames that are generated will be bred from the flames that you've selected (as parents).

For example: If you select one flame, close the selector, and generate new ones, they will all at least vaguely resemble the one that you selected. If you select more than one parent and generate new ones, then the new ones will inherit traits from all selected parents (plus some randomized mutations).

Post me your prettiest children in the comments!

8
1 comment


Cart #42484 | 2017-07-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8


You awake as the AI of an ancient, orbital ion cannon. The distress call from someone on the planet's surface has reached you, but will it lead to their salvation or doom?

8
2 comments


Cart #42340 | 2017-07-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

Here's a game I started and abandoned quickly. It was supposed to be a furniture moving themed Sokoban/Traffic Jam style game. I kind of like the graphics, but it became too unclear to interact with.

Anyway. Instead of just keeping it to myself here it is. Perhaps something about it amuses someone.

0 comments


After using CMD+click to replace all tiles matching the tile under the cursor, the map editor stops allowing you to paint outside of a small area.

Reproduction.

  1. Download and load this cart in Pico 8:

Cart #42337 | 2017-07-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

  1. Select the map editor.
  2. Pan until the screen is centered on the colored tiles.
  3. The yellow "10" tiles should be just outside of the view on all sides.
  4. Select color #3, green.
  5. Select the paintbrush.
  6. CMD+click on one of the red "8" tiles.
  7. Pan in any direction so you can see the yellow "10" tiles again.
  8. Attempt to paint tiles inside the yellow rectangle.
  9. Attempt to paint on the yellow tiles.
  10. Attempt to paint outside the yellow tiles.

Expected results:

In step 7 all the red "8" tiles change to green "3" tiles. All the attempts to paint in steps 9, 10 and 11 succeed.

Actual results:

In step 7 all the red "8" tiles change to green "3" tiles, as expected.
In step 9 tiles are painted as expected.
In step 10 and 11, no tiles are painted. It is impossible to paint outside the area that was visible during step 7.

0 comments


Okay, I think there's a very high chance of being misinterpreted here, so let me be 100% clear: I understand that sprite sheets #2 and #3 share RAM with the lower-half of the map data. That is not what I am reporting.

When I copy and paste an entire sprite in the sprite editor, with the destination in sprite page #2 or #3, then switch to the map editor, the corresponding change does not appear in the map editor.

Reproduction steps:

  1. Save this cart and load it in Pico-8.

Cart #42333 | 2017-07-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

  1. Select the map editor.
  2. Pan down to the yellow arrows.
  3. Select the sprite editor.
  4. Select sprite tab #3.
  5. Select sprite index 193.
  6. Press CTRL+C (or CMD+C).
  7. Select sprint index 195.
  8. Press CTRL+V (or CMD+V).
  9. Select the map editor.

Expected outcome:

The both yellow boxes of arrows should contain the same data. The left box corresponds to the memory for sprite index 193, and the right box corresponds to the memory for sprite index 195.

Actual outcome:

The yellow box on the right remains empty, as it was in step 3.

Observed in version: 0.1.10c on Mac

Analysis:

It seems the editor maintains separate GFX and map copies of the shared memory region and copies one to the other during some editing operations, but fails to keep them in sync during the paste operation.

Notes:

I think I also observed surprising behaviour in the other direction, where the pasted sprites were reverted after making unrelated map edits, but I've been unable to reproduce it when I try.

If I edit the sprite with the paintbrush after pasting it in step 9, I do see the expected outcome in the map editor. It's only when the last operation was paste that it seems to happen.

1 comment


Cart #42332 | 2017-07-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5


DrawINK

Submission for the 45th #1GAM game jam with the theme INK.

CONTROLS: Arrows/Mouse - Cursor movement, Z - Draw, X - Hide sidebars
USE:

[i][b]UPPER[/b][/i] - Pencil, Bucket, Rubber, Color picker, Line, Circle, Rectangle
[i][b]LEFT[/b][/i] - Brush size
[i][b]BOTTOM[/b][/i] - Colors
[i][b]RIGHT[/b][/i] - Dithering
5
1 comment


Cart #42545 | 2017-07-16 | Code ▽ | Embed ▽ | No License
2

Yes, a pixel is really small.
Press C to avoid rectangle.

Too hard ?

[v.0.8] Now with screen shake !

2
5 comments


Cart #45407 | 2017-10-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

Obviously using FFTA sprites because I suck at pixel art.

Z changes between sprite control and cursor control.

Nothing much else.

3
6 comments


Cart #42317 | 2017-07-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4


SALEM

Submission for the 1st Fantasy Console Game Jam with the theme UNION by @kesi15 and @GrahmNesbitt.

CONTROLS: Arrows - Movement, Z - Left Turn, X - Right Turn, (spheres are shoot automatically)
OBJECTIVE: Survive all 25 waves by dodging spheres and avoiding enemies of different colors than the targeted character.

4
1 comment




Top    Load More Posts ->