Make a web, eat some bugs, get a high score! Just a gameplay demo for now.
BUT this is just a demo, so why not play the full game here: https://www.lexaloffle.com/bbs/?pid=41423

Conway's Game of Life is a simulation game with a few simple rules designed to simulate cellular automaton. For each iteration all cells are evaluated by specific criteria and as such either "live" or "die" for the next generation.
I've created this game with 2 of the more common rules.
1) A live cell stays alive if it has 2 or 3 live neighbors.
2) A dead cell comes to life if it has exactly 3 neighbors.
The idea is that a cell will either either die of loneliness if too few neighbors exist or die of overpopulation when too many neighbors exist. Additionally this rule set simulates the unique requirements for reproduction in that a group must have both space (not too many) and resources (not too few) neighbors to generate new cells.
There are several known patterns that produce interesting affects but for this game I am randomly generating a grid for the simulation. I'm really just wanting to demonstrate the simplest version of this simulation I can.
Here is my first Pico-8 game, 'Cosmo Boing!', a fantasy arcade game for one or two players.
The aim is simply to guide your ball to the finish line, without falling into a gap. Levels increase in length and difficulty as you progress. Use of 'direction' tiles is possible (and unavoidable), so use them to aid progress. You have 3 'jumps' (per level/life) which you can use to jump gaps or avoid certain tiles - use these wisely!
Scoring:
Safe tile: 1 point
Direction tile: 2 points
Consecutive direction tiles (combo): 5 points per tile, plus 25 bonus for every 5 tile combo.
Level clear: amount varies depending on level difficulty, reduced by using 'jumps', and zeroed when a life is lost.
Bonus point powerup: amount varies (random).
Bonus lives are awarded at 1000 points, and every 2000 points thereafter.
Power-Ups (green animated icons):
Bonus points
Bonus jump
Bonus life
Super jump
Controls:
Insert Coin = Up
Move left/right = Left / Right
Jump = X or Z (Shift or A for player 2)
Note: when 2 players are active, players are given 5 jumps instead of the usual 3.
This has been a fun project, taken me about 5-6 weeks to write (on and off). This is my first game and first Pico-8 project (wasn't even intended to be a game originally) so the code could be better/tidier.
Hopefully there aren't any bugs, but please let me know if you find any! I'd also be interested to hear how far you can get. Hope you enjoy!

The Next Thing Co forum has a great thread on how to add a VNC(VPN) client to your PocketCHIP, allowing you to connect and control things remotely from your desktop.
https://bbs.nextthing.co/t/solved-question-on-how-to-access-pocketchip-via-vnc/4915/11
I followed the steps in the thread and it works great. I can now run PocketCHIP install Pico8 on my desktop and do everything I need...mouse even works! I'm not a Linux master by any stretch, so whenever something works as listed, I get excited.
So if you're looking to debug your games on the PocketCHIP without having to constantly switch between devices, this is a nifty way to do it. It doesn't solve the problem/annoyance of having to copy files over to the PocketCHIP but I'm guessing a little network share install would solve that - I'm gonna try that next to see.
Especially since the PocketCHIP version of Pico-8 is way back at 0.1.7, it's getting more difficult to ensure our games actually run on the flagship device (which is a bummer).


You can activate a Keyboard Cursor with F10, now you can move around the mouse cursor with the directional keys and have the right mouse button on space.
The question is, where is the left mouse button and how can one set that to other keys?
I would find it rather nice being able to work in Pico8 with just the keyboard. :)
Working on a little well known arcade dungeon crawler port for Pico-8.
Done:
- Draw a dungeon that can wrap if needed
- Draw the player sprites
- Collisions with walls
ToDo:
- Player info overlay
- Keys and doors
- Food
- Potions
- Mobs
- Mob Generators
- Level loading
- (external) Mapeditor that can generate a map text string
- ...
This is my second time doing something larger in Lua, before that i only did small scripts in it for ComputerCraft, stuff under 5 lines and such.
Regarding the drawing mechanism, i can imagine that it is cheaper with Pico-8 to simply draw the game four times than calculating wrapping the camera in Lua for the map and all objects, so for now i go with that. It is cheaper in regards of tokens too. ;)
Any suggestions on what i got so far? :)

I was thinking I might do a pico8 game for proc jam - anyone else doing this jam?
Anyway, I already have an idea, and I'll work on a prototype this weekend. However, gfx is not my strongest point. Is anyone interested in collaborating on a proc jam entry? Primarily looking for an artist but I'd be happy to let someone else make the music as well!
It's fall in Portland, in the couple of weeks where we actually get some color on the deciduous trees. So, this.
This is a not-a-game which generates a tree in late summer, then over the course of 12 minutes goes through the seasons. If you're going to watch the whole sequence, I'd suggest you spend some time reloading the cart to generate a new tree until you find one you like the look of.
Todos if I ever come back to this:
- draw midsummer with blue skies (light gray is pretty accurate for Portland most of the year though)
- draw the branches as filled polygons so the trunk isn't so spindly
- add a regeneration pause menu item

An homage to the classic Bonnie Tyler song Total Eclipse of the Heart, and its goofy, gonzo, drama-rama music video.
Now very slightly interactive: press x to...turn aroooooooound.
Other than that, just the music looping and a few thematic animations I hacked together. The arrangement is a rough -- there's a bunch of expression tweaking especially in the first half I haven't bothered with, and it has room for another channel worth of instrumentation on most patterns -- but I've already spent more time on it today than I had meant to, so I'm gonna stop here and share.

Make emp powerup more likely to spawn
Shields are now enabled on start
Reduced emp charge time
Added gravity flip power-up
Emp now disables power-ups
Power-ups now spawn until they match number of players
Reduced gravity at 50% of previous power
Kill and gravity flip are half as likely as other power-ups
Reduced initial ship velocity at game start
Added EMP power-up.
Hello!
This is the first game I have made for the Pico-8. I have made some improvements from the previous version (thanks Jamish for the comment!).
There is still not a classic title screen but I think this works nicely to select difficulty and show the controls.
Controls: left and right
up to jump
Previous post:
[hidden]
Hello! Here is a first game I made to learn the pico-8.
Controllers: move with left and right
It is not much, but it is at least resembling a proper game with an ending (which is a lot considering my previous attempts at making games). The music is a little annoying but hopefully it is better than nothing.
Please let me know what you think!

Submit a high score screenshot in the comments to get your time and username included in the level select screen!
Version 1.0
- Two new levels
- Scene transitions
- Added titles for levels
- "Congrats" and "return to menu" messages after victory
- Little menu updates
Don't think I'm making any more changes to the game for a while (unless you submit a high score, in which case I'll put your time/username in the level selection screen)
Version 0.4
Various changes:
- Two songs and mowing sfx by David Carney/DVGMusic (we're long-time collaborators!)
- Two new levels
- Main menu renders thumbnails of level layouts

! Shuriken Toss v1.2 !
Changelog:
- Edited the Title screen slightly
- Added a menu system to the Title screen
- Added a 'Giant Shuriken' power-up
- Kunais now add to your score when they destroy a bamboo
- Some new sounds
- Bug fixes and improvements
The garden has become overrun by bamboo shoots! Destroy as many as you can before the time runs out.
Controls:
- Z to use power-ups
- Directional pad/Arrow Keys to move
! Shuriken Toss v1.1 !

Hello PICO-8'ers! I just got an itch.io account the other day and saw that other people had published their PICO-8 games on there.
I have exported the html and now have a .js and a .html file that I zipped together and renamed the html file to index.html as it says to do when uploading an itch.io game.
When I preview the page however, the game window seems to be the wrong size and my game view is cut off even when I have set the embedded view to 512x512.
Any help on this would be greatly appreciated, thanks!
This is a game I made for my wife since she loves pigs.
Still learning how to make these but this is my first complete project.
Once there was a pig on a farm, but he had no food. The pig set off on an epic quest to chase down the farmers cart to catch the food that would rattle loose as it went over bumps in the road.
Take control of this intrepid pig and feed him by running and jumping, but beware the empty cans 'cause they be gross!
Update: I fixed the issue with stuff not actually landing on the ground (Thanks Jamish I just had gotten lazy there!). The other things that were pointed out was that a lot of cans are unavoidable and some stuff goes way over your head, that was just personal preference when I built the game. It's not supposed to be one that you can get everything or avoid all the bad stuff. if you prefer it the other way feel free to change the NEW_YUM() and NEW_BLEH() functions DX and DY values on your cart!
Oh and the little pig faces in the upper right are lives.
Glad you all like it. This is the first thing like this I have released to the internet so I'm really happy with all your comments. :)






13 comments




