Log In  
[back to top]

[ :: Read More :: ]

Cart #18367 | 2016-01-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
27

Here's a small exemple for pico-8 Fanzine Special Roguelike

P#18368 2016-01-19 13:40 ( Edited 2016-02-28 07:52)

[ :: Read More :: ]

Cart #18299 | 2016-01-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
25

Select a cup with <left> and <right> keys
Reveal its content with <up> key

Increase your score will add random penalties.
My best score is 40

P#18289 2016-01-14 04:40 ( Edited 2016-05-16 17:13)

[ :: Read More :: ]

Cart #17774 | 2015-12-14 | Code ▽ | Embed ▽ | No License
132

Hybris

Destroy the infected cells to prevent the infection from spreading

P#17771 2015-12-13 21:21 ( Edited 2015-12-14 02:21)

[ :: Read More :: ]

Cart #17208 | 2015-11-29 | Code ▽ | Embed ▽ | No License
177


1.0 Final version for p8jam1
added spark deathh effect+sfx
lots of tweaking on hero/cloud collisions

--- CONTROL

  • [Arrow Key] Move around
  • [Z] Jump

--- GOAL
Help the Rainmaker to complete 3 of her 4 duties:

  • Collect 3x stars
  • Collect 3x lightnings
  • Collect 20x flowers
  • Achieve 2x duties within 99 seconds
    You don't have to achieve them all, so dont worry if time reach 0 You can still collect flower stars and lightnings.

--- FLOWERS

  • Flowers on the ground are always visibles regardless of your height
  • Water flowers by running on clouds, each raindrop will make flower grow and eventually bloom
  • Collect scissor bonus to pick all flowers on screen
  • Reach 20x flowers to fulfil one of your duty

-- SPARKS

  • Sparks run around clouds, avoid direct contact with them
  • Suppress all cloud parts around a spark to destroy it. Beware of the shock wave !
  • Dead sparks will release a lightning bonus

Many thanks to @castpixel who designed the rainmaker sprite and animations. I learn some good tricks about chibi design with this game.

Cart #17188 | 2015-11-29 | Code ▽ | Embed ▽ | No License
177


0.6
+100% cuteness with new character design by @castpixel
You can now walk through clouds on the ground if they are small enough.

Cart #17167 | 2015-11-29 | Code ▽ | Embed ▽ | No License
177


0.5 Added a short intro + title screen and new 12x12 hero animation

Cart #17056 | 2015-11-26 | Code ▽ | Embed ▽ | No License
177


0.4 The game now have an ending.
Achieve 3 of the following :

  • Get 3x stars
  • Get 3x lightnings
  • Get 20x flowers
  • Finish 2x conditions within 99 seconds

Cart #16980 | 2015-11-24 | Code ▽ | Embed ▽ | No License
177


0.3 Finally found a reason for the raindrops. You can now water flowers on the ground. The flowers are always visible so you can track which part of the ground need water. The visual result is quite weird. But I think i'm ok with it :)

Cart #16972 | 2015-11-24 | Code ▽ | Embed ▽ | No License
177


0.2 version with wall jump, background, spark monsters and uncollectable lightning bonus

Cart #16919 | 2015-11-23 | Code ▽ | Embed ▽ | No License
177

I finally found an idea for the theme. Here's my current progress

P#16920 2015-11-23 11:46 ( Edited 2017-07-15 17:53)

[ :: Read More :: ]

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

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 / ...
You can steal coin from monster with the thief skill

P#16746 2015-11-18 18:23 ( Edited 2017-06-30 18:02)

[ :: Read More :: ]

Cart #13025 | 2015-08-24 | Code ▽ | Embed ▽ | No License
170

Lumdum Dare Page

-CONTROL-
<z> Open / Close The SHop
<x> Swap to the next alive monster

Hello all ! This is my entry for Ludum Dare 33
I had a lot of problem with the gameplay of this one and I also hit the tokens limit faster than I expected.
I still managed to make something playable. I hope you'll enjoy it.

Since it's ludumdare I guess I wont update this one unless if some gamebreaking bugs are found.

Because I had to remove most of the ingame help to gain some space for late code you should REALLy read this before play :

MONSTERS :
Goblin : Fast and weak. The only monster who can carry gold and orbs.
Orc : Solid. Can dig faster than goblin
Skeleton : Slow but revive really fast.
Ghost : Hit hard and can't be targeted by projectiles. Can walk throught walls
Zombi : Durable but sluggish.
Dragon : Awesome at kicking heroes ass

HEROES :
Adventurer: Spirited and young enough to die.
Mage : Fire one deadly fireball
Knight : Hit hard and live long.
Thief : Picklock any door and move quickly
Archer : Fire up to 3x arrows

ITEMS : ( designed for heroes only, yeah...too bad )
Sword: Improve hero's attack
Meat : Improve hero's resistance
Boots : Improve hero's speed
Key : Open one door.
Spell : add one fireball spell
Gold pile : hero will steal 3 gold from your treasure

TEMPO BAR :

  • Each time you move the tempo bar decrease
  • When 0 is reached the next event occurd
    Event Hero : a hero will be added to the party
    Event Raid : the party will attack the dungeon
    Event Item : an item will spawn in the dungeon.

DIG TUNNELS :

  • Only dirt can be digged
  • Orc dig faster than goblins
  • Each time a dirt square have two open neighbours, it changes to a wall.
  • It wont apply if the two open neighbours are very distant allowing you to create loops
  • Items will tends to spawn in deadends. Create some to make item defense easier.

GOLD :

  • Find gold by digging tunnels ( you should use orc for this )
  • Grab gold and bring it to the the master with goblins
  • If your dungeon contain the treasure items, protect it or heroes will steal your gold

SHOP :

  • Can be opened/closed with <z> key
  • Shop content is randomly generated each game.
  • You can recycle shop content with the central slot
  • Recycle price decrease each time you buy something
P#13012 2015-08-23 21:32 ( Edited 2018-10-20 22:37)

[ :: Read More :: ]

Cart #10838 | 2015-05-21 | Code ▽ | Embed ▽ | No License
166

-- GOAL
Can you bring the wolf, the goat, the cabbage, the hunter, the gun, the monkey and the washing machine on the other side !?

-- RULES

  • You can only get one of them in the boat at a time.
  • You can hide one object in the washing machine.
  • When you re not around your folks will interract this way :
    you can learn these rules by playing or read them by clicking the 'show' button

    1 The goat will eat the cabbage.

    2 The goat will eat the gun if the hunter is not there.

    3 The wolf will eat the goat.

    4 The wolf eat the monkey if he can't hide on the washing machine

    5 The hunter will kill the wolf with the help of his gun

    6 You need the gun to convince the hunter to come into the boat.

    7 The monkey will turn on the washing machine and destroy its contents if not playing with the cabbage.

    8 The monkey will throw the cabbage at the wolf if they're on opposite sides ( The wolf will flee )

    9 You need help from the hunter to lift the washing machine.

-- CONTROL
<arrows> : move your character
<down> : grab or drop an item
<z> : fire with the gun
<x> : undo last move

-- HISTORY
Across the river is a remake of a game I made 2 years ago with Twine
My initial goal was to learn to make narrative games, but as you can see it was a failure ^_^
I was thinking the game deserve a more graphic version but was too lazy to do it, but now with pico-8 everything is possible in few hours :D

P#10832 2015-05-21 11:09 ( Edited 2015-05-21 15:09)

[ :: Read More :: ]

Cart #10521 | 2015-05-07 | Code ▽ | Embed ▽ | No License
120

Hello this is the third and probably my last entry for More Is Better Jam. ( I have to leave until next week)
This one is still unfinished, I wanted to add a progression system with powerup unlocks.
As a result the late levels are quite difficult since you will have to play them without the powerups.

Instructions :

  • Save the 32 Files left on your computer by fighting viruses waves with your sweet laser beam and shiny green armor
  • The laser beam always target the grey ring
  • You can't move the ring, it moves by itself and will probably do it in the direction you dont want it to.
  • Your laser beam consume energy : no energy = no laser beam
  • Refill your energy by approaching the ring. It works only if you dont fire.

Controls :

  • <arrow> keys : move around
  • hold <z> : fire beam
P#10522 2015-05-07 08:18 ( Edited 2018-09-19 20:23)

[ :: Read More :: ]


Instructions :

  • Lead your army to the trojan horse
  • Use the 4x Hades's portal to make your army jump between worlds.
  • Build a path avoiding frogs and dangers
  • Your army respawn is unlimited but your max size is 24

Control :

  • arrow keys : control your portal
  • <z> key : switch between the 4x portals
P#10475 2015-05-04 23:31 ( Edited 2016-05-11 16:14)

[ :: Read More :: ]

Cart #pomeroyejo-0 | 2020-04-23 | Code ▽ | Embed ▽ | No License
160

  • Every stray bullets will turn into a monster.
  • You have 1:30 to make the best possible score.
  • Use <z> to shoot
  • Hold <z> to strafe

My hi-score is 2298

[Update!] V1.1

  • I found this version on my old hard drive and decided to upload it
  • there's now a coop and battle mode where you must fight for the best score ( or survival )
P#10456 2015-05-04 09:56 ( Edited 2020-04-23 09:05)

[ :: Read More :: ]

Cart #dimejegasu-2 | 2020-07-04 | Code ▽ | Embed ▽ | No License
207

Instructions

Climb the tower of archeos and kill the evil sorcerer

  • Attack group of same kind of monsters
  • monsters will retaliate but group size dont affect final damage, so try to destroy large groups first.
  • when your xp need reach 0 you gain a new heart and refill your life + items
  • Blocked door and chests can be opened by killing monsters next to it
  • Open a door to climb one floor
  • Reach the 9th floor to fight Archeos

Controls :

  • z attack a monster / open doors / grab items
  • x enter/leave inventory

2020 patch change list :

  • new difficulty setting
  • better tooltips
  • When you click a group with partial armor you now kill all non-armored creatures
  • goblins : now deal 1 damage for each daggers. dagger doesn't shield anymore.
  • giants : now only protect nearby allies instead of the whole group
  • slimes : glue replaced with a clone ability
  • armor : now work only on >=5 groups

    new monsters
    [0x0]
    [0x0]
    [0x0]
    [0x0]

    new items
    [0x0]
    [0x0]
    [0x0]
    [0x0]

Steam version :

If you like the game, please check the enhanced version on itch.io or steam.

P#10388 2015-04-30 16:36 ( Edited 2020-07-05 22:43)

[ :: Read More :: ]

Cart #11093 | 2015-06-03 | Code ▽ | Embed ▽ | No License
233

Here's the small shooter I made with the early version of pico-8.

  • fire with Z
  • launch all missiles with X
  • missiles recover with time
  • missile deal double damage on non-shielded targets
P#10183 2015-04-24 12:39 ( Edited 2018-06-22 08:27)

[ :: Read More :: ]

Hello lexaloflle BBS !

Cart #10022 | 2015-04-20 | Code ▽ | Embed ▽ | No License
233

---v1.0
This the 48h compo version ! Including growling bear :3

---v0.2
Now with sounds :) And better gameplay + Fx

---v0.1
First of all, thank you a lot to Joseph, this lonely 48H LD session sounds like teamwork thanks to him !
So here's my first version of Hug Arena. I still have 20h to work on it, but not so much chars left.
No sounds in game, I just spent 1-2 hours last night to design music but I'm totally unsatisfied so I will have to make another music session today...

Instructions

  • Hug those monsters until they become your friend.
  • You're vulnerable when you hug stuff
  • Friends will heal you if you are close enough
  • A level full of friends is a completed level
  • Earn 1 of 3 perks at the end of levels 1-3-6-10-15

Control
arrow to move
hold [z] near a monster to hug him

P#9983 2015-04-19 02:03 ( Edited 2018-08-22 01:59)