Log In  

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

Cart #coinbear-0 | 2019-07-28 | Code ▽ | Embed ▽ | No License
1

Started playing with pico and made something with a whole loop.

Figured out

-using the map
-player movement
-making sprites
-using the map for collision detection
-lua stuff

collect the coins!

next i want to:

-what is sound
-what is music?!?!
-actual physics

oh no i hope this isn't public

what am i doing

1
2 comments


ALIEN, e x p a n s i o n .

Small game created in under 48 hours for Ludum Dare 44 with the theme of Your life is currency.

Game is built using Lua and MoonScript, with the PICO-8 Fantasy Console.

Entered as a Ludum Dare 44 compo game.

Ludum Dare Page

Play Updated Game

Play Original Version entered in Ludum Dare 44

Cart #alienexpansion-0 | 2019-07-27 | Code ▽ | Embed ▽ | No License
3

[ Continue Reading.. ]

3
2 comments


Cart #badopiyedo-1 | 2019-08-21 | Code ▽ | Embed ▽ | No License
22


Make sushi and feed customers using the innovative technology of conveyor belts!

Controls:
-Arrow keys to move around the kitchen.
-Bump into counter space to pickup ingredients (red=fish, white=rice, green=seaweed).
-Find out recipes from the book in the lower right.
-Discard used plates and botched recipes in the lower left sink.
-🅾️ (Z or C) to drop an item on the floor.
-You can carry up to 3 items!

Sushi Crafting:
-Dishes are made by combining three ingredients on the makisu (sushi mat).
-Order does not matter!
-If you don't know the recipe, it will become poop which should be discarded.
-The game is played over a week, each day you learn a new recipe.

22
5 comments


Cart #muizenvanger-2 | 2019-07-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

This is just a little game me and my nephew made.

Try to catch the mouse with the owl!

2 comments


Cart #cellgenny-1 | 2019-07-27 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

This is just an experiment. It is a cellular automaton similar to game of life but the dead cells cannot suddenly become alive. Instead, alive cells can spawn cells near them. For that matter, alive cells can also kill cells near them. And each cell that is alive has some "DNA" that defines what it will do based on the state of its 8 neighboring cells. When cells decide to spawn new cells next to them, they inherit the same DNA with some random mutations.

In contrast to the game of life, the world is not updated all at once. Cells are asked to "think" and update the table one after the other and the effects of their decisions are immediate. But I avoid asking neighboring cells one after the other

[ Continue Reading.. ]

2
0 comments


Cart #nisedowuhe-0 | 2019-07-27 | Code ▽ | Embed ▽ | No License


(arrows to move pencil; other buttons do nothing)

Here's another weird endless action puzzler I started over a couple days. Well I guess "action" is a stretch? at some point I'll get this right.

In theory the "rule cards" on the side will be enforced and/or do stuff, but I had to take a break because there's a couple things coming up for me this week. (I also might end up replacing them with a less wordy tile mechanic.) So it's a little more barebones than even the rocket was

started life as this mess which I honestly still like looking at but it was way too busy. might still repurpose that too [hidden]

[ Continue Reading.. ]

0 comments


Hello,
I've recently bought Pico-8 and realized it wasn't updated.
But when I go to update it, the website here says that my gmail hasn't purchased it yet!
Anything I can do to fix it?

1 comment


Cart #yufozumoku-0 | 2019-07-26 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
12


Kirby decides to climb a mountain and find some M tomatoes.
(Celeste mod)

12
5 comments


Cart #gewimegiwi-0 | 2019-07-26 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

This is my first ever complete PICO-8 cartridge.
It is a clone of the arcade game Centipede by Atari.
I hope you enjoy playing around with this game!
I put some interesting game variables up top to experiment with.

I intended to add the spider to this game, but I want to move on to another project: a clone of After Burner by Sega.
Look forward to it!

2
1 comment


Cart #countdown_timer-1 | 2019-07-29 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

This is my first post here. I bought PICO-8 after winning a GameSH> on a Twitter giveaway!

IRL I have a physical tool similar to what I've tried to recreate here as my inspiration. May I present... my version of a countdown timer!

I mostly made it to help me learn how PICO-8 code works, so if you happen to look at my code and wonder why I did or didn't do something, the answer is likely because I don't know any better ^_^

I drew the "font" myself, and had a blast doing it!

I'd like to add custom colors, but that is something I need to dive deeper in to understanding :)

One issue, when I compare my cart to its analog: it seems to run fast.

If anyone has any feedback, I'm open to hearing it here, or feel free to DM me on Twitter @lightmanx5 as well.

[ Continue Reading.. ]

1
1 comment


Cart #upsidedown-0 | 2019-07-24 | Code ▽ | Embed ▽ | No License
4

Hey folks, I'm very new here! I recently discovered Pico-8, having tinkered with coding at various points in life (from ZX Spectrum and Atari ST, to C, C++ and Gamemaker Studio). I love Pico-8's idea of keeping things small and not too overwhelming.

Anyway, I've had an idea for a Stranger Things-inspired game. A platformer where your hero must 'flip' back and forth from the top-half of the screen, to the mirrored (upside-down) world on the bottom-half, in order to progress.

I've been working on the menu screen first of all. The reflected text is displayed using sprite flipping and palette swapping to save on sprites.

I'd love to have the reflected text wave slightly and thought a sinus process might do this?? However I have no idea how to achieve this, so any pointers would be gratefully received.

[ Continue Reading.. ]

4
1 comment


Cart #niyotamofo-0 | 2019-07-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

1 comment


I am starting with Pico-8 and I thought the best thing when learning a new technology is trying to emulate things that have been already done. This time I made the classic game Snake. When game core was functional, I decided to add new things which, I think, are fun like turrets shooting at you and powerups to speedup gameplay like a bomb to destroy bullets and dead limbs and a tongue for eating apples faster. Also, if the Snake eats a turret or a dead limb, is game over too!

I hope you have fun for a little bit!

Cart #yodikomija-1 | 2019-07-25 | Code ▽ | Embed ▽ | No License
2

2
3 comments


Tried to replicate the guardian's laser attack animation from Zelda Breath of the Wild. It is simpler and less "overwhelming" than Zelda's gfx, but I had a lot of fun making it!

Controls:

Player 1 -> Link (Arrow keys)
Player 2 -> Guardian (S,E,D,F)

Cart #mewohapj-0 | 2019-07-24 | Code ▽ | Embed ▽ | No License
1

1
4 comments


Cart #topo_falso_0-0 | 2019-07-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1


-= Topo Falso =-

Originally inspired by "Topo Europe" from Radarsoft, back in the 80's, I present you "Topo Falso", a fake topography learning experience! Navigate your chopper to your targets and earn points. Learning topography has never been this fun even tough it will render completely useless otherwise! With 12 fake province capitals, 23 fake cities and 75 fake villages to memorise, there's plenty challenge available in this game!

Controls:
In menu
Up and Down to navigate
X to select the highlighted option

In game
Left, Right, Up and Down to navigate your chopper
O to go back to the menu

Features:

  • Learn how to learn topography!

[ Continue Reading.. ]

1
1 comment


A Space Invaders Clone

Cart #korushobe-1 | 2019-07-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

My hope is to code Space Invaders and have it behave and/or look as similar as possible to the original.

Older versions:


Update 0.1.2:

  • Army class now moves and all the aliens are drawn in relation to it.
  • Alternate sprite is now linked to movement of army.

Cart #korushobe-0 | 2019-07-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA


Update 0.1.1:

  • Added army "class" which is a "surprise tool that will help us later".
  • Modified alien "class".

Cart #witmagiga-0 | 2019-07-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA


Update 0.1:

  • Simple animated invaders.

[ Continue Reading.. ]

0 comments


Cart #yorawubeja-1 | 2019-07-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1


Thanks @Jerkstore for letting me know. Can't believe I didn't see that myself!

Cart #yorawubeja-0 | 2019-07-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

Fairly straight forward.
I'm re-uploading this because I accidentally deleted the original post.
This is some old work and I don't really like the code, but it's playable.
Have fun! Criticism encouraged!

1
0 comments


🐄🐄🐄🐄🐄🐄🐄🐄🐄🐄🐄🐄🐄🐄🐄🐄🐄🐄🐄🐄🐄🐄🐄🐄🐄🐄🐄🐄🐄🐄🐄🐄🐄🐄🐄🐄🐄🐄

This is Cow Clicker! A game about milking cows!

Milk your cow and sell the gallons to earn yourself an honest living. Buy maids to get a helping hand.

If you need to take a break from milking, consider pausing the game to give your maids a rest too.
They may not appreciate seeing the farmer slack off all day while they do all the work. 🐐

350 squirts of milk to a gallon (Googled it). There are a few strategies you can choose as you get into the game, but the end is quite a ways out no matter what. Restarting the game will undo all of your progress. Nobody said farming was easy. 🌾 Icons will appear in the menu panels as you are able to use them.

Press Z or C to quickly return back to the 'cow' window.

Heavily inspired by Cookie Clicker, with a few twists on the typical formula.

[ Continue Reading.. ]

5
13 comments


@zep
A couple of devs are investing into multicart games (like 5 or more data carts).
We are all put back by the artificial loading times (eg minutes)

Would it be possible for the fat client to either ignore load time throttling, or only activat throttling for the published version?
I want the multicart multiverse, not loading screens ;)

7
10 comments


i'm in kind of a jam, pun intended.

i've made some hardware for my team's pico game for the portland indie game squad summer slow jam which concludes this evening. the issue is, it's an 8-player game requiring 8 controllers. i assumed (which is of course why i'm here) that i could configure one joystick for multiple players since they need only three buttons each, but that doesn't seem to be an option supported in any way by pico-8 or otherwise.

worst case scenario i can disassemble one of my other controllers and change the button usage in the program to get six players on but that's a much rougher road than i had hoped for.

any bright ideas would be deeply appreciated. thanks in advance

2 comments




Top    Load More Posts ->