Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

PICO-8 Educational Toolset

A set of PICO-8 carts to help someone learn various game development concepts.
A simple reference cart to show the results of the main PICO-8 drawing functions.
Run in browser
A simple reference cart showing the PICO-8 color palette.
Run in browser
A cart showing the basics of using buttons for movement.
Run in browser
A beginner-level tutorial for making a top-down adventure game in PICO-8.
A heavily-commented cart showing how to move a player with inertia.
Run in browser
A cart showing the basic game loop of PICO-8.
Run in browser
A heavily-commented cart showing show to do simple projectiles in PICO-8.
Run in browser
A heavily-commented cart showing how to create particle systems in PICO-8.
Run in browser
A heavily commented PICO-8 cart on how to make the camera follow the player.
Run in browser
A heavily commented PICO-8 cart showing how to do smooth map screen transitions.
Run in browser
A heavily-commented cart showing how to transition to different map screens.
Run in browser
A cart showing how the fill patterns function of PICO-8 works.
Run in browser
A heavily-commented cart showing how to add gravity to an object.
Run in browser
A heavily commented cart that shows how to animate items.
Run in browser
A heavily-commented cart for creating different game states (menu, game, game over, etc.).
Run in browser
A heavily-commented demonstration of using pickups.
Run in browser
A heavily-commented demonstration of simple movement with map collision.
Educational
Play in browser
A heavily-commented demonstration of simple map-based grid movement.
Educational
Play in browser
A simple reference cart to use when translating written music to PICO-8.
Run in browser
A tutorial for doing simple animation in PICO-8.
Simulation
Play in browser
An easy-to-follow demonstration of a random maze algorithm.
Run in browser
A simple tutorial for checking overlap between two boxes.
Run in browser
A simple explanation of ternary operators. (A.K.A. The ninja "if"!)
Simulation
Play in browser