Log In  

BBS > Community Superblog
All | Following | GIFs | Off-site

PICOhaven is a tactical card-based dungeon crawler / light solo RPG for PICO-8, inspired by the board game Gloomhaven. It adopts a modified & simplified version of the mechanics used in that game, to fit within constraints of the PICO-8 environment (code size, resolution, etc), and to streamline solo play.

The story includes 16 playable scenarios (some are optional side quests), 8 levels of ability upgrade choices, and multiple items that also affect gameplay.

Note: This is just a free, solo-fan-made project and has no affiliation with Gloomhaven. If you like this type of game I recommend checking out Gloomhaven (and its official video game adaptation) for a game with a lot of tactical depth from multi-character cooperative play!

Play PICOhaven here: (desktop or mobile)

Cart #picohaven-40 | 2022-09-01 | Code ▽ | Embed ▽ | No License
25

[ Continue Reading.. ]

25
28 comments


Cart #alienabduct-0 | 2021-10-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

2
1 comment


Cart #remix-0 | 2021-10-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

This game is a remix of the adventure game tutorial by @MBoffin

Thank you for playing.

1 comment


Cart #lavalake-1 | 2021-10-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

This game is a remix of the adventure game tutorial by @MBoffin.

About my game: Don't touch lava. But you can walk on lava when they cool down. You need to take skull key and open the rotten treasure chest. after that escape from underground lave lake.

Thank you for playing.

1 comment


Cart #ghost-2 | 2021-10-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

This game is a remix of the adventure game tutorial by @MBoffin.

About my game:
Please defeat a ghost! Let's get ready to search for a room, and to defeat a ghost.
You should pay more attention. You are killed when I do not prepare.

Thank you for playing.

3
1 comment


Cart #myadvgame-2 | 2021-10-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

This game is a remix of the adventure game tutorial by @takuma.

About my game: It is a game with various actions.

Thank you for playing.

1
1 comment


Cart #lavalake-0 | 2021-10-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

This game is a remix of the adventure game tutorial by @Dylan

about my game : Don't touch lava tile . If it cool down , you can walk on them . You need take skull key and open the rotten treasure chest . After that you open the door and escape from the lava lake

Thank you for playing

Cart #lavalake-0 | 2021-10-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


Cart #jajehonuya-0 | 2021-10-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

It is a game to find the red box in the maze.
There's a little unreasonable element in this game, so I'd be happy if you enjoyed it.

1 comment


Cart #tutorial-0 | 2021-10-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

This game is tutorial's base of bases by @MBoffin.

About my game

this game can move character, get and stack keys, and be clear , gameover and music. If I had enough time,
I want to add the walk animation and the gameclear SE.
Thank you for playing.

0 comments


Cart #nageyari01-0 | 2021-10-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

This game is of poor quality.

I don't know what I want to do.

I don't recommend playing it.

If you play my game, thank you and sorry.

5
4 comments


Cart #crossmagma-0 | 2021-10-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

This game is a remix of the adventure game tutorial by @Hiroki

About my game:
This is a game cross the magma.
Get a water bucket to cross the magma.
You can turn one magma into obsidian per bucket of water.

Thank you for playing.

1
3 comments


Cart #game-0 | 2021-10-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

This game is a remix of the adventure game tutorial by @MBoffin.

About my game:

It's my first game I made. Take the mushroom, open the door, and head to the goal. Actually, there is also a goal castle.

Thank you for playing.

1
0 comments


Cart #saturn91sparticles-0 | 2021-10-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

This is an example for an easy to use particle system.

to use it in your own cartridge do the following: copy the code in tab1 into one of your code tabs

Use it in the project as follows:

function _init()
	init_particles()
end

function _update()
	update_particles()	
	if btnp(🅾️) then
		particle_burst(
			{x=63, y=63},	//pos on screen
			10,	//num of particels
			2,	//life time (in sec)
			0,	//form 0=rnd 1=pixel,2=circles,3=rect
			2,	//size
			3,	//color
			2	//speed of particles
		) 
	end
end

function _draw()
	cls()
	draw_particles()	
	print("press 🅾️ for burst", 32, 40, 7)

[ [size=16][color=#ffaabb] [ Continue Reading.. ] [/color][/size] ](/bbs/?pid=98894#p)
1
0 comments


Cart #nejedesyo-0 | 2021-10-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

This is a cooperative game where both players must work together to solve each puzzle.

Created as a fun project between Chris Delay (dad) and his two kids Leon & Elliot, aged 9 and 6 at the time. All graphics, sounds, music and level design by Leon & Elliot, with coding and puzzle design support from Chris.

Enjoy!

5
0 comments


I am trying to use values in a table to dictate which scene is being shown in the game. I defined the table 'S' at the top of the code but a piece at the bottom referring to it comes back nil. What's the problem?

function _init()
cls()
music(0)

s={}
s.menu=1
s.start=0
s.t1=0
s.one=0

	map_setup()
	make_player()

end
	if s.menu>0 then
		screen_menu() end
	if s.start>0 then
		screen_start() end
	if s.t1>0 then
	 screen_t1() end
	if s.one>0 then
		screen_scene1()
end	
3 comments


This game is a remix of the adventure game tutorial by @MBoffin.

About my game: I made for the first time ,so it's a simple game.
The theme was the way back from the lumberjack one day.
Let's go to the red circle.

           Thank you for playing.
Cart #ruwotuwemi-0 | 2021-10-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

1 comment


Cart #arrowsconfusion-0 | 2021-10-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

This game is a remix of the adventure game tutorial by @MBoffin.

About my game:

The theme of this game is escape from a mysterious laboratory.
You control a red stickman who must avoid the needle traps and head for the goal point, the flag.
If you step on the arrow tiles on the floor, you will be forced to move in that direction, so you have to be careful.

How to play:
Cursor key...Move
X key...Retry game(Only when the game is over.)

Thank you for playing.

2
4 comments


PICO-8 + Nature of Code + ECS = piconoc.

Emergent ecosystem behaviors for agents in Pico-8. Based on Daniel Schiffman's "Nature of Code". Uses Entity Component Systems.

***UPDATE: 100% more player control of frog with arrow keys. Frog also eats nearby flies.

Cart #piconoc_ecosystem-8 | 2021-11-25 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4

Hi! I want to simulate flies and frogs and lizards and spaceships and such in PICO-8. And I want to do so in ways that give surprising results. PLUS I want to refine my understanding of Entity Component Systems (ECS). This cart holds my efforts to do all those things.

Critters should be recognizable by their behaviors, not the graphics and/or sounds.

This is a very early learning project in process.

[ Continue Reading.. ]

4
5 comments


Cart #groundwars-0 | 2021-10-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

Inspired by fond memories of Liero I present Ground Wars, my first Pico-8 release!

Battle a friend in randomly generated caverns on a fully destructible map in this top-down shooter. Choose your loadout from an arsenal of 7 unique deadly weapons at the start, and pickup supply creates to suit up during a match. Be careful though: contents are volatile!

Controls:

Movement - Arrow keys

Fire - X

Dig - O

Change weapon - Hold O, Press X to cycle

Pickup crate - Hold O when nearby

Thanks to WarrenMarshall for writing the excellent vector math library I used in this project!

5
1 comment


Cart #duckpond2-0 | 2021-10-19 | Code ▽ | Embed ▽ | No License
12

12
16 comments




Top    Load More Posts ->