Log In  

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

Cart #9989 | 2015-04-19 | Code ▽ | Embed ▽ | No License
5

-- TODO
Add in score UI
Music
SFX

-- Last updated April 24th, 2015

Bubble Trouble is finished. Instructions are in the game.

Cart #10180 | 2015-04-24 | Code ▽ | Embed ▽ | No License
5

5
0 comments


by
Cart #9984 | 2015-04-19 | Code ▽ | Embed ▽ | No License

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
0 comments




Hello lexaloflle BBS !

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

---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

[ Continue Reading.. ]

282
44 comments


Cart #9980 | 2015-04-19 | Code ▽ | Embed ▽ | No License
1


Cart #9979 | 2015-04-19 | Code ▽ | Embed ▽ | No License
1

I am pretty new to programming, and I think pico-8 is a really fun way to practice!
Really enjoying the console so far :D

1
0 comments


Cart #9976 | 2015-04-19 | Code ▽ | Embed ▽ | No License
3

Just a little dice roller I made. I'm planning to turn it into a full yahtzee game. Use this for whatever you like, give credit :)

Press Z to roll the dice again, hold it for that shaking the cup feeling.

Feedback and suggestions, especially better sound effects appreciated.

3
1 comment


Cart #9974 | 2015-04-19 | Code ▽ | Embed ▽ | No License
56

One more test...
Platformer demo thing (note: no win state!)

56
18 comments


by zep
Cart #9972 | 2015-04-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
14


Another test -- this one's controllable with cursor keys.

14
4 comments


Cart #9970 | 2015-04-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
43

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.

43
18 comments