Log In  
Follow
OgelGames

Programmer, gamer and modder, who also makes games sometimes.

[ :: Read More :: ]

Cart #flowerclicker-2 | 2024-05-03 | Code ▽ | Embed ▽ | No License
1

A simple clicker game about growing flowers. Also my first complete Pico-8 game :)

Controls
Left-click - Almost everything
Right-click - Drop tool / Cancel flower placement

Made in about a week for Minigame a Month - April 2024 and Chill Devs: Chill Jam 8.

Also available on itch.io.

P#147811 2024-05-03 06:21 ( Edited 2024-05-03 08:41)

[ :: Read More :: ]

Cart #pressure_softbody-0 | 2023-10-30 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
24

A bare-bones implementation of a pressure softbody using verlet intergration, loosely based on Maciej Matyka's tutorial paper.

I've played around with making pressure softbodies in other game engines, so I thought it would be great for my first pico-8 project. Overall it turned fairly stabled and optimized, and I'm quite happy with the result.

Use left and right to change the pressure, and up and down to change gravity.
Move the mouse while holding a mouse button to push the softbody around.

P#136611 2023-10-30 08:03