Log In  

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

Hi everyone!

I'm new to the Pico-8 community and just downloaded it with the intention to explore some games but to mainly create some myself. I have a good amount of coding experience, although not much experience in the area of art/visual game design (but my intention is to improve in that area).

I'm open to any and all suggestions and/or tips for designing games for Pico-8 and games in general. Really anything can help, even things that may seem obvious to most Pico-8 game-designer "beginners."

Looking forward to hopefully having a game playable sometime in the future!

1
1 comment


This is the second game my 3-years-old son and I did together.

It started as something simple. A car which moves around. A police car? No, a regular car.

Then we added coins. And made the car pick them! Interactivity! Randomness!

Then we needed a monster. So of course Covid-19 makes an appearance as the bad guy. You "kill it" with the car (which conveniently uses the same code as the coins).

Although to more experienced players the game might feel like it needs some kind of "success screen", my son doesn't seem to miss it at all.

It was also the first time we used the sound editor. Bruno is way too impatient, and I am too inexperienced, to create a whole song for a game just yet.

Fun facts:

  • There's exactly 10 instances of the virus because that's the biggest number Bruno is able to count up to so far (reliably).
  • There's exactly 51 coins because "51" is the number Bruno uses when he wants "a very big number".

Controls: arrows to move.

[ Continue Reading.. ]

1
0 comments


Cart #remember_relive01-0 | 2020-07-02 | Code ▽ | Embed ▽ | No License
1

This is a game I made for MiniJam54:Memories my first game jam.

z to jump, left arrow to choose left option, right arrow to choose right option, and x to toggle X and O blocks

1
0 comments


Cart #renubegoki-0 | 2020-06-30 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

Pick up rubbish and clean the Shibuya Scramble intersection!

Score increases when you pick up trash.
Touching the bomb will reduce your life.
The game is over if you touch the bomb 3 times.

Hachiko will appear above 100!

1
0 comments


[0x0]

I'm working on a new game and trying some nice advance platform techniques, currently it has support for.

I don't think the codes is good enough to make it work on any game but maybe it helps someone :) would also love some feedback if someone has any.

[ Continue Reading.. ]

5
4 comments


Cart #jazotuhoju-0 | 2020-06-18 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

This was made for a school project, we were assigned colored shirts and had to support out color in the most creative way possible. I decided to make a quick little game.

0 comments


Finally got my RPI working and somehow it looks okay on my CRT TV. I decided to get the Game Development with Pico-8 by Dylan Bennet printed like a magazine so I can mimic the way programmers and hobbyists were able to program like they were doing BASIC code from a Magazine. It turned out pretty good. Can't wait to work on my 2nd game in a retro style kind of way haha

All I need now is to find someone who can help me install a RPI into a commodore 64 keyboard.. or a keyboard in general

2
3 comments


Recently got Pico 8 over on itch.io and wanted to find out if I can get it activated on my account here or will the itch version be kept upto date with the main site? thank you

10
51 comments


Cart #dnpibij-0 | 2020-06-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

2 comments


The New and Improved Pico-8 API Documentation!

API Documentation

Alternatively, here's the link in text form: https://iiviigames.github.io/pico8-api

Why is it new?


I've been making a version of my own for some time now, just as I have updated the Sublime Text syntax for Pico-8. Since it's been 9 months since the original maintainer has updated it, I thought it was time to share my version. This work is based on the forked original API made by Neko250.

  • Clear version number and more intuitively located information
  • New and more specific tabs for content
  • Reformatted & rearranged the existing data
  • Heavily modified aesthetics, now more like PICO-8 itself
  • Many (not all) new functions have been added
  • Clear and concise annotations in code blocks
  • Pico-8 built-ins highlight,just like they would in the IDE

[ Continue Reading.. ]

6
1 comment


Cart #snek-2 | 2020-06-08 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

Any feedback is appreciated!

0 comments


My first blog post (^o^)/

Coming from using LOVE2D, I can't wait to create some magic with Lua and Pico-8 !!!

0 comments


Visual of a beach I made using sines and a few sprites.

by hazy
Cart #beach-0 | 2020-05-30 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

2
0 comments


Cart #water_view-1 | 2020-05-30 | Code ▽ | Embed ▽ | No License
2

2
0 comments


Cart #newpong-0 | 2020-05-29 | Code ▽ | Embed ▽ | No License

0 comments


Little experiment with different ways of painting a canvas moving pixels.

⬆️⬇️ more/less painters
⬅️➡️ next/prev mode
❎ change palette

Cart #pixelpainters-0 | 2020-05-28 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments


Cart #agario-0 | 2020-05-28 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

1 comment


hi!!!

a couple of questions...

I bought the PICO-8 thang (WHICH IS GREAT BY THE WAY!!!) but there is no record of me having done so...

I'd like to download the new version...

the other thing is, do I need to repurchase for each machine I want to use it on?

thanks

7 comments


Was watching a preview of Panic's SDK for their awesome looking https://play.date and they showed off this fun looking Stars example. I decided to re-implement it in Pico-8 and add some interactivity!

  • [D-Pad]: influence the direction of the particles
  • [X]: Hold down to slow down the particles
  • [O]: Randomly change the colors of the foreground and background

Cart #playdatestars-0 | 2020-05-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

2
1 comment


Made a quick and buggy (hah) Frogger.

I wanted to try an hypothesis: I don't think that in the Atari version they do any collision detection at all. Instead, they may use a formula to check whether current position is occupied by an item or not.

Formula in function positem() returns an x position depending on a direction, speed and offset, and is used to draw items and also for checking if there is something on frogger's position (checkrow())

Cart #frogger-0 | 2020-05-22 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

0 comments




Top    Load More Posts ->