Log In  

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

Cart #12880 | 2015-08-22 | Code ▽ | Embed ▽ | No License
9

Still not a game.

Added a frost spell, ability to switch spells, bullets and hurt animations, lava tile.

(up) or (z) to jump
(x) casts your one meagre spell
(down) switches spells

"Thaumaturge" is an awkward and ridiculous alternative to names like Warlock or Druid, so I love it. This would definitely be a cart your parents wouldn't let you buy because it looked Satanic, but your friend had it. (I need to stick a big pentagram in the game and get it in a screenshot.)

prev versions


Cart #12808 | 2015-08-19 | Code ▽ | Embed ▽ | No License
9


Cart #12705 | 2015-08-16 | Code ▽ | Embed ▽ | No License
9


Cart #12656 | 2015-08-14 | Code ▽ | Embed ▽ | No License
9


Cart #12712 | 2015-08-16 | Code ▽ | Embed ▽ | No License
9


9
11 comments


a tiny game about gardening

Cart #12751 | 2015-08-17 | Code ▽ | Embed ▽ | No License
24

Catch the falling plants and plant them to make a garden.

v1.1 - Hopefully more "delightful" and less "stressful" :)

24
3 comments


I'm making a cartridge, but suddenly doors stopped spawning the character when I hit play- It still works on placed character spawns, though. When I hit any button, it just resets the current room. It doesn't show hearts, either. Anyone have a solution? By the by, it still works in other cartridges, but particularly not this one.

3 comments


Cart #19209 | 2016-03-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
26

Take on the role of humanitarian rebel Jehanne Butler in an all-out war against the intelligent machines that seek to mold and ennslave their organic creators! Armed only with a slow-charging Holtzman shield/displacement belt, use your wits to pit the robots against one another and defeat the machine-mind scourge!

Controls:

  • arrows + z to move to an adjacent tile
  • z to wait (and activate shield if in danger)
  • x to displace to a random tile on the board

Instructions:

  • Clear each board of robots by tricking them into colliding with one another or with the remains of already-destroyed machines.
  • Watch your shield power! It's invaluable but scarce, and an emergency shield after teleporting will drain power more quickly than using it when standing still.

[ Continue Reading.. ]

26
14 comments


Cart #12608 | 2015-08-13 | Code ▽ | Embed ▽ | No License
10


Enjoy the sports game of hockey!
2 Player action!
Control your own goalie!
Wonky physics!

All your friends will want it!

Controls:
Player1: arrow keys, n to shoot
Player2: esdf, left shift to shoot

joysticks would probably be a lot better.

It's definitely still a work in progress.

10
6 comments


Seems to get confused if the first number is the largest:

2
6 comments


So a thing I distinctly remember from back in the day was games coming on multiple CDs. Usually adventure games, and the like.
Now, is this possible with Pico-8? My assumption was being able to have a "huge" map by splitting the areas on different carts, and having a "load screen" that asks you to change the cart.
I know it's possible to load other carts from within a cart and other funky stuff, but that's a liiittle different. I'd like it to feel a bit more physical than that, hence asking the player to load the next cartridge.
The problem therein, though, is that base ram is copied from cart rom whenever the editor is closed. Does that include the prompt? I'd love to try to test this out, but...uh, I really have no idea where to start.
Also, this'll probably be a neater trick to pull when the persistent save data is out.

3
4 comments


Bloooooooooging. Like ya do.

0 comments


Cart #12547 | 2015-08-10 | Code ▽ | Embed ▽ | No License
4

Build burgers on your plate. Catch the ingredients as they come down.
Extra score for bottom and top buns at correct locations. Less score for double of any ingredient. Extra score for bacon. Game ends after 6 plates.

left/right: move plate
up/z: finish plate early
z: restart after game over

4
1 comment


Cart #12539 | 2015-08-10 | Code ▽ | Embed ▽ | No License
6

This is my first cartridge, and basically my first game. It's based off some really old cribbage AI that I wrote years ago. Ported it over to pico-8 for fun.

It's a bit rushed and some of the logic is sloppy. Still missing a few rules and needs some cleanup on some of the timing but the core is there at least.

My goal was to try and make some AI that was difficult to beat.


I'm a web application developer by day.

6
5 comments


Can anyone suggest some resources for a rank newcomer to game coding? I've got enough understanding from playing with c++ in college to understand most of the syntax when I read Pico-8 carts, but it's tough for me to understand what's going in in the more complex parts of the carts. Even jelpi is over my head.

I was hoping I'd learn how to do some basic game mechanics like collision detection, but I'm just going in circles here!

2
12 comments


I get how the tracker works, but I don't find it easy to work with at all. A simple piano roll alternate setup would be nice. Kind of like the difference between the graph editor and the tracker in the SFX.

3 comments


currently there doesn't seem to be a way to see if an audio channel is busy or not.

function to get if/which sfx is playing on a channel
function to see if/which music is playing
function to resume playing music on a channel after clobbering it for sfx

0 comments


Cart #12506 | 2015-08-09 | Code ▽ | Embed ▽ | No License
4

This is my first PICO-8 cart and my first game project in many years.

Honestly I am pretty happy with this lil thing :)

4
1 comment


Cart #12500 | 2015-08-09 | Code ▽ | Embed ▽ | No License
159

A simple Marble Madness clone with three levels.
Move with the arrow keys, jump with Z and pause with X.
Hope you enjoy it :)

Some things I might add:

  • More levels
  • More special tiles
  • Traditional isometric controls as an option (eg right arrow = move down-right)
159
30 comments


Cart #12495 | 2015-08-09 | Code ▽ | Embed ▽ | No License
17


Super simple example cart I made for the PICO-8 ZINE by arnaud_debock. Press Z to make the train start moving, and Z again to make it stop.

17
10 comments


So, one of my carts is counting code in characters instead of tokens. I have no idea what I did to start that.
Here is the cart. I'm pretty stumped.

3 comments


Cart #12468 | 2015-08-08 | Code ▽ | Embed ▽ | No License
5


Can be combined with global palette to create objects that can only be seen in close promixity.
Somewhat bearable performance-wise.
Haxe source: https://gist.github.com/anonymous/c885964ca61431a8e90a

5
0 comments


Cart #12604 | 2015-08-12 | Code ▽ | Embed ▽ | No License
16

Maybe Pico-8's first surfing game. This is still work in progress.

Controls:
up / down

Lyrics:
Collect water melons
To play the music
Up and down to dodge blocks
Surf as long as possible

Updates:


-- v0.3

  • Added interlude
  • Modified score multiplier

Cart #12594 | 2015-08-12 | Code ▽ | Embed ▽ | No License
16


-- v0.2

  • Added water melons
  • Added karaoke

    Cart #12459 | 2015-08-08 | Code ▽ | Embed ▽ | No License
    16


    -- v0.1

  • Initial version
16
7 comments


When I try to play a puzzle, it is just a black screen.

0 comments




Top    Load More Posts ->