Log In  
Follow
jsybrandt

Cart #lil_guy_runner_demo-0 | 2023-01-21 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

This is a little demo I've been toying with. Its really barely a game, but it does show off a couple useful functions:

  • Generated ground tiles with some decorations.
  • Collision detection between the player character and the generated ground.
  • Drawing triangles.
  • Rope physics effects, used for the characters tail and flags.
  • Some simple decorations, like clouds and background mountains.

There's really no "Game" in the sense that there's no objective or fail condition (although if you fall off the screen you're probably in a non-recoverable scenario).

3
2 comments



Cart #jsybrandt_pong-0 | 2022-10-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

This is a simple little proof of concept to help me put together a series of library files, which are intended to make pico8 development a little easier.

In the meantime, I attempted to juice pong a little with some minor animations and particle effects.

1
0 comments