Log In  

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

Hello, I want to Buy Pico-8 But I have some questions Before doing that.

  1. Do I need an account on the Other Platform like the humble bundle or Itch.Io? or do I just need to enter an email and buy the Produt?

  2. How do I use The Product does I have to activate it with a Kye or do I have to link my Pico-8 account with Humble or something?

  3. When I just have to give an e-mail what e-mail? I'm not Going the Product on myself actually my Mom is Going to get it of me as a Present. does she just have to Type in my E-mail or hers or does she have to buy it as a present??

  4. Whats about a Student I'm a German Student in 7th class do I get an offer? or not (I can Buy it for the normal Price too. I'm just wondering)

I hope someone can Answer the Questions I really want to Buy it

Thanks for your Time :>

1 comment


PicoSquares is a PICO-8 conversion of DCSquares, a homebrew game I released for the SEGA Dreamcast in 2003.

Cart #c99koder_picosquares-1 | 2021-07-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

Use your gamepad, cursor keys, or mouse to collect the green squares and avoid the red ones! The difficulty increases as you collect more squares. Special items can help you or hurt you, so choose wisely! Can you beat the high score?

6
1 comment


Hey there,

In the 0.2.2 release, zep made a small tool for creating custom fonts:
https://www.lexaloffle.com/bbs/?tid=41544

I'd like to just slightly modify the Original-Font that provides PICO-8 by itself. I thought I could find an easy way to implement the Original-Font into the Spritesheet... But it seems there's no easy way to do so? And nobody did this before? So I decided to modify the Spritesheet, include the Original-Chars with it.

It SHOULD be the Original-Chars; if you find an error (misplaced Pixel or something like that), feel free to tell me so I can fix this :) .

--

While running PICO-8, type

import #font_orig

to load the newest Version of the Cartridge.

Cart #font_orig-2 | 2021-07-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

EDIT: Of course, feel free to use it as you like^^.

[ Continue Reading.. ]

5
3 comments


Cart #sorcerer_v_bugs-2 | 2021-07-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

Controller recommended

You are a SORCERER. There are a bunch of enormous BUGS(?) in the SKY. You should probably SHOOT at these SKY-BUGS, i GUESS

A simple little arcade game made over a couple days. I'm pretty happy with how it turned out!

CONTROLS:

  • Directional Keys - Move
  • (X)/ X - Shoot (tap to shoot a fireball, hold to charge up a triple shot)
  • (O)/ Z / C - Strafe

TIPS:

  • Triple shots pierce enemies
  • You move slower when charging a triple shot
  • As you progress through each wave, the subsequent waves get harder and harder
  • Be careful around the edges of the screen!

Update 1.1: Added 60FPS support! Might be a little laggy on some devices, check below if you'd rather play the 30 FPS version.

Previous versions:


1.0.1: Fixed a bug where hitting an enemy with multiple fireballs gave you more than 1 point
Cart #sorcerer_v_bugs-1 | 2021-07-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

1.0.0 - Initial Release

Cart #sorcerer_v_bugs-0 | 2021-07-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6


6
0 comments


I'm working on a game which requires some fire. I looked at some examples of doom fire but while it looks really good the technique was often very cpu expensive and didn't really work how i wanted it to. I decided to use the ECS i am using for the rest of the game ( my edited version of Jess Telford's PECS https://github.com/josiebb/pecs) to come up with something close enough but cheaper. This is what i came up with.

Cart #pofejogeto-1 | 2021-07-05 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

Still working on making it resizeable and positionable, bc I want to use it more than just in the menu of my game. Also a lot of general use code in here that is intended to be used with the rest of the project.

1
0 comments


For fun, I recently prototyped a little 'PICO-8 micro-console' (compact enclosure with a Raspberry Pi and square display that boots directly into SPLORE):

It's certainly less practical than commercial off-the-shelf handhelds that support PICO-8 -- it has no battery or keypad (you pair a bluetooth controller to it), but practical wasn't really the goal-- I wanted to build something designed around a high-quality square display.

For scale:

Internals being tested (Pi Zero W, Pimoroni Hyperpixel 720x720 screen (used pixel-perfect with 5x5 pixels and a minimal 40px black border), USB DAC -> speaker, etc):

I plan to make a smoother white enclosure, this was just a 3D printed first pass with a lot of hand-filing to get everything to fit and figure out hardware. Maybe some day I'll make an extended-case version with a custom PCB to add battery / charging / integrated buttons... but it's nice to call a prototype "done enough to use and share".

[ Continue Reading.. ]

5
4 comments


I've finally started working on an actual game. The programming is not a problem but art, on the other hand, well...there be dragons.

I'm not an artist and it doesn't come naturally to me but pixel art, 8x8 pixel art in particular, seems much more approachable than more traditional types of art. I think because the feedback cycle is shorter and more obvious: with only 64 pixels to play with, it's pretty obvious when you put one in the wrong spot and there are a limited number of choices available for how to fix the problem. So I spent a few days poking around the sprite editor doing a bit of an "art study" to see what I could figure out. Comments, tips, tricks, etc. very much welcome.

This is very much not a tutorial. I'm not and artist and I'm not qualified to teach anybody anything about doing art of any kind. If people find it interesting or useful, great! But mostly I'm just using this as a place to record observations for future me to think about when I'm trying to figure out what the heck my game should actually look like. I'll add the full sprite sheet at the bottom if anyone's interested in having a look at it.

[ Continue Reading.. ]

7
2 comments


Cart #picophrasegame-0 | 2021-07-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

Description

A recreation of the popular "Catch-Phrase" game!

Instructions

You try to explain words without saying them, once the other player gets the word correctly, you press the "Correct Word" button, which will change the controls to the other player's controls and the other player will repeat what you did, but with a different word.

Controls

Switch Words

Press 🅾 or Z to switch the current word to a random one from a table.

Correct Word

Press ❎ or X to confirm a word, and lend the controls to the next player.

Credits

@Noba (helping with table optimization)

1
0 comments


For a color exercise, I did a couple of sketches using pico 8's full 32 color palette. It's not always easy to figure out when to use dithering and when to choose another color. Anyway, if nothing else, this might inspire some folks for their in game graphics. A sun set in a southwester US kinda thing and a more 'rocky mountain' scene during the day.

Neither of these are finished, they're just sketches, mostly working with color combinations.

1
1 comment


Hi,
Run this simple (and dubious) code:

function _update60()
_update60=nil
end

It then show this error:

runtime error line 2 tab 6
< eof >
attempt to call global '_update60' (a nil value)
at line 0 (tab 0)

Go back to code editor: 5 empty tabs have been added.
While the code above may be questionnable (dont ask ;p) it shouldn't create empty tabs. It also seems it shouldn't push any error as there's no pb running the same code with _update in place of _update60.

4
3 comments


Cart #gowasapuzo-0 | 2021-07-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9

Sirtet is an inverse tetris game. You control a cursor that has to carve shapes from a queue from ever increasing lines from bottom. If any block reaches top, it is game over. If any block is not connected to the bottom of the screen, they will fly up and fill up a meter (while giving you negative points and ruining your combo). If meter is full, new line will be added at the bottom.

Game has three control modes and saveable hiscore! Have fun!

9
2 comments


Cart #jumpingjerk-1 | 2021-07-07 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

Hi all!
Here is my new PICO-8 program, it's a little game based on ZX Spectrum's Jumping Jack mechanics.
Hope you like it.
Best regards.

5
2 comments


Cart #pokemon_bouncer-0 | 2021-07-04 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
11

This is the first game that my talented 5 year old daughter made, I've helped her with the code, but she made the sprites and sounds by herself.

11
3 comments


Cart #catacombae-0 | 2021-07-04 | Code ▽ | Embed ▽ | No License
2

"For ye are like unto whited sepulchres, which indeed appear beautiful outward, but are within full of dead men's bones..."

I descend, examining the catacombs by the light of a lantern.

2
0 comments


Cart #rgb_wg-0 | 2021-07-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6


Decided to make a little 64x64 RGB display. 64 colours in total, which means 64x64x64. Neat.
Anyways, yeah. I've messed around a bit, and found some interesting colours. This probably won't be used at all, but it was fun to make, and I'm proud of it.

6
3 comments


Cart #pavilion_picolake_1-0 | 2021-07-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
146

Hi everyone,

Pico Lake is a small Walk & Click adventure game in a single PICO-8 cart.

Instructions

  • Walk around using the arrow keys / d-pad.
  • Press z for an action menu. Select a verb to see available items you can interact with. Note that these options depend on your current position, actions performed and inventory.
  • You can save and restore your progress in the pause menu (press Enter)

Thanks

Thanks @zep for creating such a wonderful digital environment! Shoutouts to the PICO-8 community for all the helpful tutorials and inspirational work. Hi to all the nice Point & Click Devlog discord people. Special thanks to Adam Bradley and Charles DeCarlo for their help and "Jimmy" for coining the term "Walk & Click".

[ Continue Reading.. ]

146
51 comments


Yay I made a thing

Cart #humujinaha-0 | 2021-07-03 | Code ▽ | Embed ▽ | No License
1

1
0 comments



B.O.D.A. — Send the Plant Home

Play the game at itch.io

In the distant future, desperate humans watched the unmanned spaceship lift-off, carrying hundreds of small robots to an unknown galaxy. There is only one purpose of the journey: to bring back what humans already lost in tens of decades - the plant. The mission takes 3,240 years to accomplished. When the spaceship is making its way home, it met the terrible meteoric shower, which put the whole mission stuck in despair...

B.O.D.A. is a fascinating puzzle game that is presented with 30 handcrafted levels, The game title B.O.D.A. is named after the little robot - Botanical Observation and Delivery Android. Your job is to guide the little tiny robot to complete its mission: re-activate the hyper engine of the stranded spaceship to send the plant home. The plant is the only hope to save the Earth's ecology.

[ Continue Reading.. ]

46
17 comments


Cart #teamada-0 | 2021-07-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1


Our first try with pico-8!
Work in progress

1
0 comments


Hey, all!

I live out in Seattle, and I think there are probably at least a few of us in or near that area. If there are enough people interested, I'd love to start putting together a group to meet up as the city reopens post-pandemic. I don't think it would take too much to run a monthly meetup, especially in a city like Seattle, and we could run tutorials / show and tells / demo sessions / collabs / local events if we got enough interest.

So who's interested? :D

2
2 comments




Top    Load More Posts ->