Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/isacben/pico-8-tokens
- Owner: isacben
- Created: 2023-02-01T06:16:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-12T19:21:37.000Z (almost 2 years ago)
- Last Synced: 2024-11-01T11:42:43.315Z (2 months ago)
- Topics: game-development, gamedev, pico-8, retrogaming
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)