Log In  

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

Cart #37740 | 2017-02-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

Cart #37735 | 2017-02-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

Very early stuff.

3
0 comments



Hi,

Here is my first pico project. After few days of tinkering with it, I finally have something that is satisfying :)

Still few things to add and change, but its already playable.. kind of ;)

As for the original vivi - it's the game i was playing as a kid on my first pc. Funny thing is, after trying to implement everything based only on those memories, I've made some research and somehow found it somewhere in internet archive :)

Changelog

1.0 Final version... kind of

  • added persistent high scores
  • code rearanged.. a little. but its still a mess

This game could have much more improvements, but its time to start something new.

Older versions:
[hidden]

0.4 Gameplay improvements:

  • rearanged and expanded levels
  • added lifes :)
  • added mushrooms!


0.3 Released playable version


[ Continue Reading.. ]

3
4 comments


Cart #37727 | 2017-02-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

My first project with PICO 8 - A simple tool to help you focus on your breath.

Hold Z as you inhale, trying to fill the circle (and then some!)

Hold X as you exhale, trying to minimize the circle (and then some!)

Repeat.

3
0 comments


Hello there!

I totally forgot to share some screenshots from my first "big" project on PICO-8 :D

Here is one of the latest state of the game, I'm already approaching dangerously the token limit :3

And the title screen looks like that:

22
9 comments


Is there any way to print a character at a larger size? For example if you want to use one of the glyphs in a level but you need to make it 4x bigger?

1
2 comments


Cart #37800 | 2017-02-25 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

Little demo for my crazy concept I was thinking of while being in nuthouse. Finally, collisions works fine but maze still have no finish.

3
4 comments


Cart #37701 | 2017-02-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

Not very original to make a snake game, but it's my first attempt to finish something :-)

1
2 comments


Cart #37697 | 2017-02-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

Just a quick cart to determine which numbered 'player' has been assigned to each gamepad connected to your machine.

1
0 comments


I'm hoping someone here can help with this.. I'd really appreciate any ideas or input.

Here's a copy of my log.txt: http://paste.debian.net/916153

This is on a Raspberry Pi 3 running the latest version of RetroPie.

Trying to get the Raspbian version of pico-8 to accept input from a Buffalo USB gamepad. The pad is recognized and works in Emulation Station and the emulators on there.

What I'm seeing there in the log file is that my sdl_controllers.txt definition appears to be correct and that pico-8 recognizes the gamepad. However, when I try to set buttons using "keyconfig" in pico-8, it does not appear to be reading any input from the controller (none of the buttons are updated to use a gamepad button instead of a keyboard key).

I haven't been able to find any help online for this particular issue. Usually once the user has gotten the sdl_config.txt format correct, the pad will just work. Any ideas?

Thanks in advance!

9 comments


Cart #38607 | 2017-03-23 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

  • Added 4 types of wandering animals with night/day behaviors,
  • Improved rivers,
  • Updated inventory (now it keeps track of the animals met).

There is still nothing to do but exploring the world, collecting objects for no reason, meeting animals.
Still no sound/music...

Cart #37692 | 2017-02-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA


Update:

  • Added some objects
  • Added inventory
  • Added home
  • Added texts

[ Continue Reading.. ]

3 comments


Cart #37659 | 2017-02-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

DISCLAIMER: THIS IS SOME BAD CODE

I've been trying to learn LUA, so I did one of those Pico-8 Fanzine tutorials, messed it up, and made it super difficult.

Controls:

Move left and right with arrow keys.
Press Z or C to reset.

1 comment


A remake of Google Chrome's secret endless runner!

Controls:
Z or UP ARROW = Jump

Jump over the spiky cactus!

Cart #37656 | 2017-02-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
20

20
3 comments


Hi, I was wondering if someone could explain this code from the manual for converting the cos and sin functions into ones which use radiens rather than gradiens and uninvert sin.

cos1 = cos function cos(angle) return cos1(angle/(3.1415*2)) end
		sin1 = sin function sin(angle) return sin1(-angle/(3.1415*2)) end

I understand the maths elements it's more just the lua syntax here. And does this replace the functionality of sin and cos or add new functions cos1 and sin1 with the new functionality?
Many thanks

1
4 comments


Cart #38028 | 2017-03-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
19

New in beta 3: Distortion screen effect when hit!

Managed to get some extra cart space by converting from 2 spaces to tabs, and then used the new found space for this new useless effect. It looks cool though! (A demo cart for the distortion effect can be found here.)

There is still some things i a unhappy about, such as chains and multi kills not being visually represented, but i will have to carve out a good chunk of fat from the game in order to fit it in. I'll get to that eventually.

Original post
[hidden]
My first ever Pico 8 game.

I've been staring at this thing for so long, that i no longer have any idea whether it's actually any good or not. Regardless, it's done now, so i might as well upload it.

[ Continue Reading.. ]

19
15 comments


Cart #37631 | 2017-02-20 | Code ▽ | Embed ▽ | No License
4

New to the Pico-8, which is already starting to feel like home.

When I was a kid, I remember playing these awful Game Gear sports games we got at a garage sale. This is my take: working your way up through the local semi-pro ladder, you can get a chance to unseat the seemingly-invincible Jeremy Mondo (I hear he's got a sponsor now!).

No particular advantage to choosing any of the characters, and some of the opponents you face early on are pretty bad - the characters are inspired by folks I've played (much less fun) games of racquetball with back in my hometown.

4
2 comments


Cart #37624 | 2017-02-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1


Shout-out to Andrew and Kevin.

1
0 comments


by
Cart #37604 | 2017-02-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

Hi, this is my entry for the jam gamecodeur#5
It is a game inspired by bomberman and other influences.
I think i will add more content until the end, but the essential is already there.
Dont hesitate to comments.

Thanks
Lionel

2 comments


by
Cart #37604 | 2017-02-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

Hi, this is my entry for the jam gamecodeur#5
It is a game inspired by bomberman and other influences.
I think i will add more content until the end, but the essential is already there.
Dont hesitate to comments.

Thanks
Lionel

2 comments


by
Cart #37604 | 2017-02-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

Hi, this is my entry for the jam gamecodeur#5
It is a game inspired by bomberman and other influences.
I think i will add more content until the end, but the essential is already there.
Dont hesitate to comments.

Thanks
Lionel

2 comments


Cart #38100 | 2017-03-08 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

MAJ

  • multiple enemies
  • 10 levels
  • points system
  • board score with bonus points, level points,precision points
  • new start screen

MAJ

  • score
  • 10 levels
  • +20 pts touch ennemi with any color
  • +100 pts touch ennemi with same color than bomb
  • -30 pts if bomb explode without touching anything

Hi, this is my entry for the jam gamecodeur#5
It is a game inspired by bomberman and other influences.
I think i will add more content until the end, but the essential is already there.
Dont hesitate to comments.

Thanks
Lionel

2
2 comments




Top    Load More Posts ->