Log In  

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

Cart #16852 | 2015-11-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

I wish I has something clever to say. Oh well.

4
6 comments


Cart #16848 | 2015-11-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

I need to recover from Bombmans. So, have Snakes and Ladders. The one and only purely skill based board game now for the first time (probably not) in digital form. It's a metaphor for life or something.

2
4 comments


Cart #16990 | 2015-11-24 | Code ▽ | Embed ▽ | No License
5

Rain with its most stalwart companions, melancholy and misogyny

Figure out the controls yourself I don't even care

You know what don't even play it'd go over your head anyway

Older versions, for those who won't stop living in the past


Cart #16881 | 2015-11-22 | Code ▽ | Embed ▽ | No License
5


Cart #16849 | 2015-11-21 | Code ▽ | Embed ▽ | No License
5


Cart #16846 | 2015-11-21 | Code ▽ | Embed ▽ | No License
5


Cart #16837 | 2015-11-21 | Code ▽ | Embed ▽ | No License
5


5
17 comments


Cart #16835 | 2015-11-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA


now i have to leurn rain physics -_-
i got a few ideas but not sure how well they going work

2 comments


Cart #froghome-0 | 2023-01-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
113


Press Z to frog. Go do frog stuff.

This is now a complete game and solvable. It'll tell you when it's over.

Puzzle games are meant to have solid mechanics, so unless a frog starts floating, you're probably not actually stuck and it's probably not a bug.


Pico-8 Jam 1 version
Cart #16983 | 2015-11-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
113

Unrefined, but still "finished" version
(May contain bugs)

Cart #16979 | 2015-11-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
113


[ Continue Reading.. ]

113
43 comments


This is just a display issue in the command shell mode, but if you cd to a path that ends in a slash, it works, but the slash becomes an extra slash in the display of the current working directory:

> cd foo/
/foo//
> ls
directory: /foo//
bar
...
> cd bar
/foo//bar/
>

Pico-8 0.1.3.

1 comment


And the theme for PICO-8 JAM #1 is...

Rain


You have 9 days. Good luck!

5
7 comments


I'm not sure how practical a request this one is, but if Pico's vocabulary of Lua operators were expanded to include nand, nor, xor, and xnor, my life as a golfing programmer would be so much easier. (And if that can be done, could we also get the bitwise functions as regular old | & ^ ~ << >> operators instead?)

5 comments


Newest version:

Cart #17128 | 2015-11-28 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
28

How to play:

  • move with arrow keys
  • drop bombs with z
  • collecting powerups increases you bomb count and flame reach

I'll just pronounce this game complete (for now). I pretty much burned myself out making it (and doing nothing else) for a whole week. It was fun though.

Changes in v1.0

  • Fixed a graphics glich when starting a game with no players
  • Added support for 4 human players
  • Added a demo mode that starts after idling for 10 seconds in the menu (makes it easier to show it to people on a phone)

I made a timelapse video of the creation process.

Old stuff:
[hidden]

Cart #16811 | 2015-11-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

I have been making this for a full week now with almost every minute of free time I have had (last weekend and after work).

Making the mechanics took only around 6 hours in total, but the AI has been painful to get working properly (hence the excessive debug info) and it's still not quite how I would like. The AI is around 5000 symbols of the current 7777 used (I just noticed :O ) at this point. I haven't optimized or cleaned it up at all. (And now after noticing that 7777 I probably don't want to. :D )

The graphics I overhauled in a couple hours yesterday. It was my first time drawing dithering, I'm quite happy with how it turned out. The title screen definitely could use some work. Also background music would be nice but I'm hopeless in that regard.

I have screen captured the entire creation process as a timelapse and will make some kind of video out of it. It'll probably be mostly boring coding and head scratching but I wanted to give it a try anyway.

EDIT: Aaaand here is the video (EDIT2: now with MUCH better quality)
(video above)

Cart #16792 | 2015-11-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
28

Asdf

[ Continue Reading.. ]

28
13 comments


Cart #16790 | 2015-11-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

GO TAKE A LOOK AT THE MAIN THING, IT'S AN ANIMATED GALLERY OF TREE GROWTHS GENERATED WITH THIS CARTRIDGE BUT LESS RANDOMIZED.

Rerun the cartridge to generate another tree - that's the fastest way to empty memory.

I made this for procjam, kinda late. It generates a tree over time using linked arrays as branch data. Each branch is updated individually when going through the whole branch data tree, linked array to linked array.

You can download the cartridge modify the parameters in the beginning of the code to unrandomize the generation. A set of different palettes is also there, uncomment one to use it. Don't forget to comment the "randomize()" line in the _init() though.

Have fun generating trees!

7
4 comments


Cart #16785 | 2015-11-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

Free time before my cup of tea becomes less warm...
I have to free my mind from the ugly things of the last week.

I will add bubbles and make a game about that.
You will have to feed the fish.

Left, right, down arrow keys to move the fish.
Up will be used to collect food items.

Hope this is fun. At less if you smile my day will be more bright.

3
3 comments


On the linux version, it seems that the mouse controls the arrows, and clicks go as buttons.

Is there any way to disable it? my touchpad sometimes triggers random movements :(

Thanks!

0 comments


Hello!

I've just uploaded a python tool for downloading cartridges :D

Right now you use it like this:

$ p8dl 10022

But, in a future, I'd love it to be able to browse cartridges like Voxatron does.

It should work in Windows, OS X and Linux.

Check it out with

$ pip install p8dl

The code is here: https://github.com/franciscod/p8dl

What do you guys think?

0 comments


Cart #16777 | 2015-11-19 | Code ▽ | Embed ▽ | No License
119

Fire & Brimstone is a roguelike with a randomized skill tree

-- GOAL --
You must find the 4x relic parts in the dungeon
Relic parts spawn on floor 2/3/4 + 5/6/7 + 8/9/10 ...
You can also buy a relic part to the shopkeeper for 12 coins.

-- CONTROL --
[arrow keys] move / attack
[z] Swap your active spell
[x] cast a spell

-- LEVEL-UP --
Each level contain a ankh.
Activate the ankh to level-up and unlock a new skill.
unlocked skills must be contiguous.

-- GOLD --
Each monster drop a coin.
You can spend coins with a shopkeeper at level 3 / 6 / 9 / 12 / ...

[ Continue Reading.. ]

119
55 comments



Episode III is out! -> Puzzle Cave III - That 70s Bunny


Hey Everyone,

we finally made it! Episode II of Pinkbunny's adventures is here!

Puzzle Cave II - The Clone Potatoes

By popular demand the difficulty level is raised to 'insane' - well, at least when compared to the first episode :D

We hope you'll enjoy this game!

Cheers!
Team Hackefuffel
g1d30n & gizmo

P.S. Post your final score!


Update:

2016-05-22: fixed that nasty sound bug (~_~)\

74
24 comments


Sometimes it's pretty much essential to view as text the contents of a table in the console in order to debug problems, but currently there's no straightforward way to do that, you have to implement your own function. Could we get something like this in the next version?

1 comment


Here I'll be posting modular resources for use in your cartridges! Each cartridge includes both shortened code, taking up a minimum of tokens, as well as expanded code, with lots of nice formatting and explanatory comments. They're all released under the zlib/libpng license so please feel free to use them in your own project!

Cart #16719 | 2015-11-17 | Code ▽ | Embed ▽ | No License
20


Like me, you may think the default font is kind of awful. If you do, here's some code that will help you render your own! The example font has 64 characters and starts at 0 in sprite memory, but you have full control over which characters are included and where they're located at and in which order they appear by making easy modifications to just a few variables. Take a look at the code to see how it's done!

[ Continue Reading.. ]

20
1 comment


Cart #16696 | 2015-11-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

Hey everybody! I'm currently working on a minigame collection in the vein of Pokémon Stadium for N64. Progress has been slower than anticipated due to a deluge of 'real' work, but I'll continue to update this thread as the games get completed. At the moment, the first minigame (Dig! Dig! Dig!) is working and the second (Pico-san Says!) is well on its way.

The game supports four players, and I'm hoping the finished product will be a great companion to three friends and some beers!

Stay tuned!

7
4 comments


Something that confounded me when I first started using Pico-8 was: Where is my data being saved? For example, I wanted to have Pico-8 look for carts in my Dropbox folder so I could easily share my work between computers and with collaborators. But using this you can put your Pico-8 data wherever you want.

First of all, close Pico-8 if it's already open.

On Windows Pico-8 saves data in "%AppData%/pico-8". (To find where your %AppData% folder is located, you can select "Run" from the start menu and enter "%AppData%", and an explorer window will open there.)

On OSX it saves data in "~/Library/Application Support/pico-8".

You might fuck up, or I might have fucked up, so I recommend copying this folder and pasting it somewhere so if things go wrong you won't have lost your data, you can just copy the folder back and have things back to normal.

For convenience, let's call where you want Pico-8 to start saving its data instead [b]"New/Path/To/pico-8"

[ Continue Reading.. ]

12
14 comments


Cart #16685 | 2015-11-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1


based on an old game i found in a book of board games

curently not functional (and no ai, not sure if i could even fit one in)
the game and rules

1
2 comments




Top    Load More Posts ->