Update and add index

This commit is contained in:
Jonas Zeunert
2024-04-23 15:17:38 +02:00
parent 4d0cd768f7
commit 8d4db5d359
726 changed files with 41721 additions and 53949 deletions

View File

@@ -1,15 +1,15 @@
 Awesome PICO-8 !Awesome (https://awesome.re/badge.svg) (https://awesome.re)
 Awesome PICO-8 !Awesome (https://awesome.re/badge.svg) (https://awesome.re)
!PICO-8 (https://www.lexaloffle.com/gfx/p8_jelpi.gif)
!tools (https://www.lexaloffle.com/gfx/p8_tracker.gif)
!code (https://www.lexaloffle.com/gfx/p8_cast.gif)
 A curated list of PICO-8 resources, tutorials, tools and more. Inspired by the awesome (https://github.com/sindresorhus/awesome) list thing. You might also like awesome-lua 
(https://github.com/LewisJEllis/awesome-lua) and awesome-love2d (https://github.com/JanWerder/awesome-love2d).
 A curated list of PICO-8 resources, tutorials, tools and more. Inspired by the awesome (https://github.com/sindresorhus/awesome) list thing. You might also like awesome-lua (https://github.com/LewisJEllis/awesome-lua) and 
awesome-love2d (https://github.com/JanWerder/awesome-love2d).
 PICO-8 is a fantasy console for making, sharing and playing tiny games and other computer programs. When you turn it on, the machine greets you with a shell for typing in a subset of Lua 
(https://www.lua.org/) commands and provides simple built-in tools for creating your own cartridges.
 PICO-8 is a fantasy console for making, sharing and playing tiny games and other computer programs. When you turn it on, the machine greets you with a shell for typing in a subset of Lua (https://www.lua.org/) commands and provides 
simple built-in tools for creating your own cartridges.
Contents
@@ -56,10 +56,9 @@
Resources
- Official Manual (https://www.lexaloffle.com/pico-8.php?page=manual) - Placeholder dump of pico-8.txt! (Proper manual coming soon).
- PicoZine #1 (https://sectordub.itch.io/pico-8-fanzine-1), #2 (https://sectordub.itch.io/pico-8-fanzine-2), #3 (https://sectordub.itch.io/pico-8-fanzine-3) and #4 
(https://sectordub.itch.io/-pico-8-zine-4) - PICO-8 Zine is a 48-page fanzine made by and for PICO-8 users.
- Going from Lua 5.2 to PICO-8's Lua (https://gist.github.com/josefnpat/bfe4aaa5bbb44f572cd0) - This document is here to help folks with a proficiency in Lua understand the limitations and 
discrepencies between Lua and PICO-8's Lua.
- PicoZine #1 (https://sectordub.itch.io/pico-8-fanzine-1), #2 (https://sectordub.itch.io/pico-8-fanzine-2), #3 (https://sectordub.itch.io/pico-8-fanzine-3) and #4 (https://sectordub.itch.io/-pico-8-zine-4) - PICO-8 Zine is a 48-page 
fanzine made by and for PICO-8 users.
- Going from Lua 5.2 to PICO-8's Lua (https://gist.github.com/josefnpat/bfe4aaa5bbb44f572cd0) - This document is here to help folks with a proficiency in Lua understand the limitations and discrepencies between Lua and PICO-8's Lua.
- Cheat Sheet (printable) (https://ztiromoritz.github.io/pico-8-spick/) - A reduced cheat sheet in a printable format. German and English version available.
- Cheat Sheet (wallpaper) (https://www.lexaloffle.com/bbs/?tid=28207) - An enhancement of the printable cheat sheet for use as a desktop wallpaper.
@@ -70,8 +69,7 @@
- A PICO-8 Spaceshooter in 16 GIFs (https://ztiromoritz.github.io/pico-8-shooter/) - Screencaptures of writing a Spaceshooter game step by step.
- Token optimization (https://github.com/seleb/PICO-8-Token-Optimizations) - tips&tricks for saving tokens.
- Tweetjam, BBS thread (https://www.lexaloffle.com/bbs/?tid=3726) - cards which code fits in a tweet (really useful to learn some fun techniques).
- Sample code on the BBS (https://www.lexaloffle.com/bbs/?search=sample+code) - the search is not 100% accurate, but some of those cards features some nice tricks you can re-use in your 
future code.
- Sample code on the BBS (https://www.lexaloffle.com/bbs/?search=sample+code) - the search is not 100% accurate, but some of those cards features some nice tricks you can re-use in your future code.
- Newgrounds Medals Tutorial (https://github.com/Bigaston/pico-8-newgrounds-tutorial) - a little tutorial to add Newgrounds Medals to PICO-8 games.
- Binary save system (https://ultiman3rd.wordpress.com/2018/02/01/pico-8-binary-save-system/) - Custom game save system that supports various data types
@@ -79,13 +77,11 @@
- Sprite Editor (https://www.lexaloffle.com/bbs/?tid=51270) - Keyboard only 8x8 pixel art tool.
- pico2png (https://github.com/briacp/pico2png) - Spritesheet extraction written in perl.
- Spritesheets and tools for the PICO-8 Palette (https://www.reddit.com/r/pico8/comments/3jhmni/spritesheets_and_tools_for_the_pico8_palette/) - Compilation of works assest and tools using 
the PICO-8 palette.
- Spritesheets and tools for the PICO-8 Palette (https://www.reddit.com/r/pico8/comments/3jhmni/spritesheets_and_tools_for_the_pico8_palette/) - Compilation of works assest and tools using the PICO-8 palette.
- Pico8Utils (https://github.com/josefnpat/pico8utils) - Compilation of lua scripts based on the unix philosophy for working with .p8 files.
- picotool (https://github.com/dansanderson/picotool) - Tools and Python libraries for manipulating Pico-8 game files.
- p8dl - Carts Downloader - Python (https://github.com/franciscod/p8dl) - Downloads cartridges into the correct folder (looks at your config.txt).
- Pico-8 Carts Downloader - Bash  (https://github.com/kikookoubis/pico-8-carts-bash-downloader) - Downloads cartridge from the BBS (single cart, whole index or dump your favourited entries) &
rename them according to their metadata.
- Pico-8 Carts Downloader - Bash  (https://github.com/kikookoubis/pico-8-carts-bash-downloader) - Downloads cartridge from the BBS (single cart, whole index or dump your favourited entries) & rename them according to their metadata.
- p8 responsive webplayer transform (https://github.com/benwiley4000/pico8-responsive-webplayer-transform) - Python script that makes your HTML export page responsive.
- Color Palette (https://www.romanzolotarev.com/pico-8-color-palette/) - Hex and RGB colors codes for web.
- PICO-8 font (https://www.lexaloffle.com/bbs/?tid=3760) - by RhythmLynx (https://www.lexaloffle.com/bbs/?uid=11704).
@@ -98,8 +94,8 @@
- pico8Grunt (https://github.com/TeamNoComplyGames/pico8Grunt) - A build system for pico8 games, using gruntjs.
- PICO-EC (https://github.com/JoebRogers/PICO-EC) - A tiny scene-entity-component library created for the PICO-8 fantasty console.
- PICO-Tween (https://github.com/JoebRogers/PICO-Tween) - A small library of tweening/easing functions for use in the PICO-8 fantasy console, inspired by Robert Penner's easing functions.
- p8 (https://github.com/jozanza/p8) - A dependency manager and build tool. Lets you share code/sprites, require() dependencies, and auto-reload carts on save. Works with any external code 
editor and supports MoonScript (https://moonscript.org/).
- p8 (https://github.com/jozanza/p8) - A dependency manager and build tool. Lets you share code/sprites, require() dependencies, and auto-reload carts on save. Works with any external code editor and supports MoonScript 
(https://moonscript.org/).
- MIDI to PICO-8 (https://github.com/andmatand/midi-to-pico8) - A tool to convert MIDI files to PICO-8 music.
- midi2pico (https://github.com/gamax92/midi2pico) - A MIDI to PICO-8 converter.
- Denote (https://bikibird.itch.io/denote) - Converts MIDI files into SFX data-- interactive and web based.
@@ -126,8 +122,8 @@
Programming Fonts
You might be interested to install pico-8 programming fonts (https://github.com/juanitogan/p8-programming-fonts) they support the pico-8 custom characters as well as various fonts (bitmap and
regular anti-aliased fonts). Check the BBS thread here (https://www.lexaloffle.com/bbs/?tid=28975).
You might be interested to install pico-8 programming fonts (https://github.com/juanitogan/p8-programming-fonts) they support the pico-8 custom characters as well as various fonts (bitmap and regular anti-aliased fonts). Check the BBS 
thread here (https://www.lexaloffle.com/bbs/?tid=28975).
How to install the font(s):
@@ -145,8 +141,7 @@
- GameShell (https://www.clockworkpi.com/) - A modular handheld game console that allows you to play & modify retro games and DIY new devices. Check the GameShell Docs 
(https://github.com/clockworkpi/GameShellDocs/wiki/Running-PICO-8-on-the-GameShell) for how to run PICO-8 on the GameShell.
- PocketChip (https://shop.pocketchip.co/) - A handheld designed for playing and coding anywhere. Officially supported by pico-8. PoketChip version of pico-8 
(https://www.lexaloffle.com/bbs/?tid=34009)
- PocketChip (https://shop.pocketchip.co/) - A handheld designed for playing and coding anywhere. Officially supported by pico-8. PoketChip version of pico-8 (https://www.lexaloffle.com/bbs/?tid=34009)
Articles & Posts