Log In  
Follow
plushie

Cart #juggle_8-0 | 2025-05-12 | Code ▽ | Embed ▽ | No License
2

This is my submission to the TweetTweetJam 10 (itch.io link), a game jam where every game has to be written in no more than 500 characters of code.

To play, press left and right arrow keys or buttons to activate the Bounce Pads and catch the falling ball. The ball becomes faster and faster as the game goes on. If the ball falls, it's game over and you need to reset the cart to restart.

2
1 comment



PicoMayor

"Be the mayor of a tiny city and carefully plan your way to glory!"

Cart #picomayor-0 | 2025-05-10 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8

PicoMayor is a city builder game where you have to balance seven Resources (Wealth, Labour, Professionalism, Science, Art and Culture, Logistics, and Happiness) while trying to grow your city. Each building can either consume or produce one or more resources, in addition to either requiring a yearly upkeep or generating a yearly income. Many buildings also interact with each other in ways that may or may not be beneficial, so planning is crucial for your success.

[ Continue Reading.. ]

8
4 comments



Cart #coroutine_particle_demo-0 | 2025-04-12 | Code ▽ | Embed ▽ | No License
1

This is a particle system implemented using coroutines. The demo comes with a commented implementation of the system plus two example particle effects. The particle system itself takes 55 tokens, the two example particles take 63 tokens each.

In this system a particle is defined as a function, and its states are stored in local variables inside the function. Creating a particles means creating a coroutine using the particle's function and saving the coroutine to a table. The coroutine is resumed during every _draw callback where it draws the particle on the screen and updates its state, and yields once it is done for the frame. The particle is considered "dead" and removed from the memory once the function in the coroutine finishes running.

[ Continue Reading.. ]

1
0 comments



Cart #plush_girls_ld57-0 | 2025-04-07 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

"Power your drill and get to the very bottom of the world."

This is my first (finished) PICO-8 game, and my entry to Ludum Dare 57. The theme is "depths". Hope you enjoy it.

Controls

  • Arrow Keys: Control drill direction (cannot go up or go back!)
  • Z: Confirm / Continue
  • X: Randomize items during item selection

Screenshots

7
2 comments