Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/isacben/pico-8-tokens

Interesting code examples in PICO-8
https://github.com/isacben/pico-8-tokens

game-development gamedev pico-8 retrogaming

Last synced: 18 days ago
JSON representation

Interesting code examples in PICO-8

Awesome Lists containing this project

README

        

# PICO-8 Tokens

Interesting code examples in PICO-8.

This repository contains a collection of interesting and useful code blocks (that I am wrongly calling tokens) to perform a number of things in a PICO-8 game.

Firs commit: Jan 31st, 2023
Tokens so far: 3

---

### Categories

- [Animation](#Animation)
- [General](#General)
- [Movement](#Movement)

### Animation

- [Animate a sprite (for example, a character)](animation/animate-sprite.md)

### General

- [PICO-8 project boilerplate, a template to start your videogame project](https://github.com/isacben/template-p8)

### Movement

- [Player horizontal movement with friction](movement/player-horizontal-movement-friction.md)