Log In  

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

Currently, in Heavy Duty Sprinkler I'm burning through tokens like a crazed maniac with AK-47 and a flamethrower and I worry that by the end of it I will have no tokens left. What are some of the ways you can reduce token amount?

4 comments


Hi guys!

First of all, great forum :) I really enjoy playing the games people are making with Pico.
I coded a little graphics importer for Unity3d that might be useful to keep going with
Pico8 projects after gamejams, etc ... You can see a video of it in action here :

[vine]https://vine.co/v/ejd02L33PI7[/vine]
Pico8 - Unity

Who knows? Maybe this is the beginning of a .p8 reader / player for the Unity engine :)
Probably there is no need for this because Pico8 itself is made with LibSdl 2 and it should be
ok to port it to other systems and have multiplatform players etc ... What do you think?

0 comments


I think yout should change "shutdown" command to "exit" or at least alias it to it. It just seems more natural to type in "exit" when you're done for anybody who had to use CLI of some kind (even as savage as windoze's cmd).

1
0 comments


Cart #13375 | 2015-08-31 | Code ▽ | Embed ▽ | No License
11

Working on a pool game. Also includes Loop.

Added zoomed out mode to pool. Press button 2 to toggle zoom. Also added a check so that any ball that makes it outside the bounds of the table is considered to have gone in a pocket (because I think the most likely way to achieve that is by bouncing through a pocket in some strange way).

Cart #13350 | 2015-08-30 | Code ▽ | Embed ▽ | No License
11

11
16 comments


I think it'd be just more readable than current 4x4 one. The downside would be only 16 columns and 16 rows of text visible at the time, but frankly I'd gladly trade screenspace for easier reading.

1 comment


http://www.retrovgs.com/home.html

It is based on FPGA and ARM for more demanding stuff. I wonder if it would be possible to make HDL for fpga that would run Pico-8 games if it ever takes off...

1
1 comment


So you can put your pico-8 games on your own site/dropbox/whatever. Ability to make standalone export (pico-8 with embedded game that launches after you click exe) would also be great.

8
26 comments


I've been tweaking around with pico-8 for around a week now, and it's reminded me many times of a game called Hammerwatch. One of the cool features it has is a quite good selection of graphical post processing effects simulating a CRT tv.
What I'm suggesting is to add similar effect, separately from the games, treating the pico-8 program kind of as an emulator. This way you could really get the old-school wibe going.

As for what effects I'm talking about, pictures speak better than words.

And before you go, I'll leave you with this.

4 comments


Cart #14624 | 2015-09-25 | Code ▽ | Embed ▽ | No License
6

Oh noes! The fire had started at the Warehouse! And there are people there!

enter...

HEAVY DUTY SPRINKLER!
The ultimate AI, sentient fire extinguishing tool!

Control it with LEFT and RIGHT arrows and rain water by pressing Z!

Don't overdo it though, as water is precious and for any unit of water used, you'll have to hang on for another second before firesquad arrives!

You need to save PEOPLE, by putting out any fire that is WORTH 5 POINTS. Don't rain on people too much, as water is under HIGH PRESSURE and if too much of it lands on a person, it'll PEEL THE SKIN OFF!

After each LEVEL you'll be presented with screen that will show how many PEOPLE you SAVED (each of these worth 15 POINTS added to your SCORE!) and how much of WATER you used (not necessarily in that order).

For every SAVED LIFE you'll be saved 5 SECONDS of waiting on the next level!

I am not a big fan of my music.

[b]Credits where credits due:

[ Continue Reading.. ]

6
46 comments


Cart #14092 | 2015-09-13 | Code ▽ | Embed ▽ | No License
1

Cart #13663 | 2015-09-04 | Code ▽ | Embed ▽ | No License
1


i think this is almost the final version. Many thanks to the people who played this game, others who gave me suggestions and darkhog who collaborated with gfx and code.

[ Continue Reading.. ]

3
21 comments


Cart #13315 | 2015-08-30 | Code ▽ | Embed ▽ | No License
8

My first PICO-8 game: FlipIt.

Click on a tile to flip between red and green. Adjacent tiles will also flip (top, bottom, left, right)

Use the direction/arrow keys to navigate the cursor on the grid.

Button 1: flip the highlighted tile
Button 2: reset the current level

Ten levels total.

8
2 comments


As you can see, the status bar in the map editor is pretty empty.

What I propose is to put there x/y of map tile that is under cursor. This would save lot of headaches during "tile counting" that is now necessary to get beginning of the level when you have multiple of them.

3 comments


Pretty much like C64 allowed it. Changing the font would have few limitations compared to using spritedata:

  • Each character would be 1-bit ONLY (e.g. pixel is either on or off)
  • Changing characters will affect how code editor and command mode is rendered (mainly to give you live preview of your changes) so if you like writing in flowers and bushes, that's your problem ;).

This would allow to customize our games even more.

1
16 comments


Cart #13308 | 2015-08-30 | Code ▽ | Embed ▽ | No License
5

Another day with pico-8, another game! Still learning to use the audio editor…

5
0 comments


Cart #13377 | 2015-08-31 | Code ▽ | Embed ▽ | No License
6

This has been my little baby over the past week or so. It started with jotting down the train game by @PROGRAM_IX from the Pico-8 zine #1, and then making it my own. I ended up using over half my tokens, two sprite banks, and the entire map space. I will leave it to you to discover its mysteries. Playing alongside a warm beverage recommended.

v1.1: Small update to effectively double the rate you gain resources.

6
7 comments


So I've found old pastebin with Pico-8 keys and apparently some of them still works.

:)

The only problem now is that I don't know how to get back to that page (closed that tab and it's hard to navigate this site).

0 comments


Hi guys:

I have a project that fits perfectly in PICO-8 because is an easy platformer for children. But I have a doubt that gives me two questions, because visual design is important in this game. It has HUGE sprites, but pixelated ones, for example, the protagonist is about 15x20 pixels, but I've envisioned him looking at x 1000% of zoom in a full HD monitor.

So for PICO8 I think he will show ok at x2 or x3. So how could I do this:

1) big sprite. build the srpite as 30x40 pixels heigth sprite. PICO could move sprites so big?

2) If not, make an engine with a camera that shows the game at x2 or x3 zoom. Is this possible?

Thanks.

Ah! one last question, is it possible to add a postprocessing filter to a game? for example, to have scanlines. That is semitransparent graphic that filters the screen.

Regards.

3
7 comments


Cart #13382 | 2015-08-31 | Code ▽ | Embed ▽ | No License
4

Fight against wave after wave of hostile alien space droids to protect galaxy command from an invasion.

New Features:

  • three different enemy types with individual behaviour
  • added a shield to the ship, that recharges over time
  • balanced the difficulty (made it a bit harder, since you have a shield now)
4
4 comments


Cart #13284 | 2015-08-29 | Code ▽ | Embed ▽ | No License
6

CONTROLS:

  • LEFT and RIGHT arrows to MOVE
  • Z to shoot

This is my first pico-8 game :) Every time I tackle a new game dev tool I like to do my own game version of "Hello World" to learn the basics: a simple space shooter.

It features sprites, input, sfx, background music, score, etc.

Tomorrow I'll be posting a step-by-step tutorial on how to create it.

It's only one day tinkering with it, but I'm truly enjoying pico-8!

6
4 comments


Hi all,

I'm having a great time poking around Pico-8, and coming from the NES development world, a lot of the constrained programming makes sense. But my last sticking point is scrolling—I understand how maps work, and I can create a screen-to-screen transition effect by changing the offset into contiguous map data, but I can't figure out how to scroll smoothly 'across' map data. When I attach the camera to the player's position, I travel off the first map and into a weird glitchy void.

Does anyone have a simple example of how to implement scrolling? I've downloaded several example games, but everyone seems to have a different approach, and they are difficult to parse in a fully-functioning game.

Thanks!

2 comments




Top    Load More Posts ->