Howdy folks, this is my submission for LD48 #32! Definitely rough around the edges, but for my first work with Pico8 I am delighted.
There are some moving background and stuff that might cause motion sickness, so I included a no-blinky version that should have most of that gone.
Before playing, read the rules so you know how it works:
- defeat your opponent by making BINGO
- you have a 3x3 bingo card and a hand of 3 numbers below it
- you and the CPU take turns playing numbers until someone gets a bingo
- OR until the DEAD PILE fills up
- numbers played that aren't on either player's board go in the DEAD PILE
- if the DEAD PILE fills up (5 numbers), whoever played the last number loses 5 life
- if someone gets BINGO, the other player takes 5 damage per BINGO plus the size of the DEAD PILE
- you each start with 15hp
There are four stages and it should go quick; hope you enjoy!
I can't seem to figure out the issue with my code.
I am trying to draw some circles at coordinates stored in nested arrays, and while i can retrieve the coordinates to print them the circles do not seem to draw. I do not get an error, nothing seems to show up?
--coords for cube
nodes = {}
nodes[1] = {-10, -10, -10}
nodes[2] = {-10, -10, 10}
nodes[3] = {-10, 10, -10}
nodes[4] = {-10, 10, 10}
nodes[5] = { 10, -10, -10}
nodes[6] = { 10, -10, 10}
nodes[7] = { 10, 10, -10}
nodes[8] = { 10, 10, 10}
|
--these circles will not draw?? for i=1,8 do circfill( nodes[i][1], nodes[i][2], nodesize) end |
Hello lexaloflle BBS !
---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

PICO-8! This is quick test of the cart format and html5 web player.
Voxatron users: check your account page :) PICO-8 is another fantasy console being co-developed with Voxatron as an included target platform. If you try it out, you might notice that the two already share the same audio tools. I'll be folding the new music editor into Voxatron for 0.3.3 which will be available soon.
Check back to www.pico-8.com tomorrow for more info.






5 comments









.png)



