My second game! It's a virtual pet/clicker type game. Take care of your pet slimes! Feed them delicious bowls of rice! Watch them get bigger! Let them make money for you! Get more slimes! Watch them hop around! Watch them stick to walls! Buy bigger areas for your slimes to play in! Watch them hop around some more! Endless fun!
Controls:
Use the arrow keys to move the camera in larger areas and navigate the shop. Press Z to open or close the shop. Press X to get coins or buy something in the shop.
Tips:
Coin production increases every time a slime eats. Coin production increases even more if the slime gets bigger after eating.




This was fun to make. I added a bunch of juicy stuff I usually do in Unity just for fun. The code is heavily commented and more verbose than it necessarily needs to be, because I wanted to make it easy to pull apart for people less familiar with making stuff in PICO-8. I'll keep adding stuff over time, but figured I'd release it as it is so far.
My highest score so far is 232. What's yours?
UPDATE: Added a possibility of slimes dropping a heart if you blow them up.




NOTE: There's nothing to "play" in this cart! It's all in the cart's code!
I remember reading a thread a while back about the idea of having the manual for PICO-8 available in the console itself, maybe in cart form. I plan on getting a PocketC.H.I.P. and I really want to have the whole API reference available to me right from inside PICO-8. So I decided to just put it all in a cart to always have a reference with me.
I made a lot of use of Neko250's awesome API cheatsheet, which is why he's credited as well as zep. I'm sure there are probably typos to correct and maybe an error here and there, so let me know if you see anything needing fixing. I'll try to keep it up to date. In the meantime, feel free to use it yourself.


Just a silly little toy that I cobbled together over the last few hours.
Somewhat inspired by today's Castlevania streams during SGDQ and the DVD logo screensavers of old.
Additionally, it's the first time I used any shape more complex than circles or rectangles.
There obviously still is a lot of room for improvement, but I'm quite pleased with my first foray into maths in my projects.
A non-interactive view of a scene. It's roughly based on something I saw a few days ago, which reminded me of Virginia.
Some features:
- Infinite random props
- "Immediate mode" rendering - no spawning/deleting/pooling props
- Smooth LOD on tree leaves (more leaves on nearby trees)
Source code is commented, but the least-intuitive part of it (infinitely looping random objects) isn't really explained in there, because it would be a huge comment. Instead, here we go:
First, think of the casino signs with a ring of lights around them. When they light up one at a time in sequence, it can appear like a "single light" is "moving around" the sign, even though it's really different lights which are blinking at choreographed times. Our trees in this demo work similarly, but we can also move the positions of the lights separately from changing their states. Also, instead of on-or-off, each tree is given a persistent random seed.
Other than that, it's all pretty normal, I think?
I noticed while writing some debug code that
printh("string", true) |
crashes Pico8 0.1.10c on Windows.
While the code is, of course, blatantly incorrect, this should probably throw an error, not crash Pico8. Some quick testing reveals the same is true when calling it with a false, table, nil or any variable that is nil.


This is my first Pico-8 cartridge, hope you enjoy it! Took me approximately 24 hours effective time to make.
Title screen artwork was created by @jellocube (Matthew Shelley), much appreciated!
Picopolis is a SimCity demake / idle game in which you place roads, residental/industrial/commercial zoning, schools, police departments, hospitals, and various other things. The city will grow depending on housing, jobs, pollution, and crime ratings, and the bigger it gets the more money you make.
Cheers!
// Jens
Changes in 1.1:
- Fixed placing large buildings outside of the map
- Added "Established" date to the victory statue, kind of like a highscore
- Made large commercial zones develop just a tiny bit faster









