The "Awesome PICO-8" project is a curated collection of resources for PICO-8, a fantasy console designed for creating, sharing, and playing small games and interactive experiences. PICO-8 provides a unique environment that combines a code editor, sprite editor, sound editor, and a built-in game engine, all within a retro aesthetic. This list features game development tools, libraries, tutorials, and community projects that cater to both beginners and experienced developers alike. By exploring these resources, users can enhance their game development skills and create engaging retro-style games. Dive into the world of PICO-8 and unleash your creativity with this vibrant community of developers.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
The "Awesome Game Development" project is a curated collection of resources aimed at supporting individuals interested in the field of game development. Game development encompasses the entire process of creating video games, from concept and design to programming and publishing. This list includes game engines, libraries, tools, tutorials, asset resources, and community forums, catering to both beginners and experienced developers. Whether you are looking to learn the basics of game design or seeking advanced techniques for game programming, this collection provides valuable insights and tools to enhance your game development journey. Dive in to discover resources that can help you bring your game ideas to life!
The "Awesome Godot" project is a curated collection of resources for developers using Godot, an open-source game engine designed for creating both 2D and 3D games. This list features a variety of tools, libraries, tutorials, plugins, and community resources that cater to different aspects of game development. Whether you're a beginner learning the basics or an experienced developer looking to enhance your projects, this list provides valuable insights and tools to streamline your game development process. Dive into the world of Godot and discover the resources that can help you bring your game ideas to life.
The "Awesome Unity" project is a curated collection of resources for developers using Unity, a powerful cross-platform game engine for creating both 2D and 3D games. This list encompasses a wide variety of categories, including asset packs, plugins, tools, tutorials, and community resources that enhance the Unity development experience. Whether you are a beginner looking to learn the basics or an experienced developer seeking advanced techniques, this list provides valuable insights and tools to elevate your game development projects. Dive into this collection to discover everything you need to create engaging and immersive gaming experiences with Unity.
The "Awesome Game Boy Development" project is a curated resource list designed to support developers creating games for the classic Game Boy handheld console. Game Boy development involves programming in C or assembly language, utilizing specific libraries and tools tailored for the hardware. This list includes development kits, emulators, graphics and sound libraries, tutorials, and community forums, making it a valuable asset for both beginners and experienced developers. Whether you're looking to create your first game or enhance your existing projects, this collection provides the essential tools and knowledge to bring your Game Boy game ideas to life.
A collection of Lua code optimization techniques for reducing token usage in PICO-8 game development.
A tutorial for integrating Newgrounds medals system into PICO-8 games using GPIO and JavaScript.
A Perl script that converts Pico-8 cartridge graphics to and from PNG spritesheets.
A collection of Unix-style utilities for manipulating PICO-8 .p8 files, including Lua extraction and sprite conversion.
A Python toolkit for building, analyzing, and manipulating PICO-8 fantasy console game cartridge files.
A command-line tool to download PICO-8 cartridges by their ID number.
A bash script to download and automatically rename Pico-8 game carts from Lexaloffle BBS threads and index pages.
A Python script that makes PICO-8 web player HTML files responsive by restructuring layout and adding CSS flexbox styles.
A Windows tool for organizing and editing PICO-8 cartridge Lua code with a project explorer and built-in viewers.
Deploy Pico-8 games as standalone applications for desktop (Electron) and mobile (Ionic) platforms.
A Grunt-based build system for PICO-8 games that enables multi-file Lua development with automatic concatenation and watch functionality.
A tiny scene-entity-component library for the PICO-8 fantasy console to manage game object lifecycles.
A dependency manager for PICO-8 that enables importing Lua/Moonscript modules and spritesheets with auto-reload.
A Python tool that converts MIDI files into PICO-8 tracker music format with configurable translation options.
Converts MIDI files to PICO-8 cartridge data for music playback in games.
A Makefile-based tool to export and deploy PICO-8 projects to itch.io with simple commands.
A Java-based builder tool for creating and managing Pico-8 game cartridges with Lua preprocessing and project descriptors.
A toolchain for developing PICO-8 games using TypeScript, providing type safety and modern development workflows.
A comprehensive toolkit for minifying, linting, and converting Pico-8 and Picotron game carts to reduce code size.
A JavaScript to PICO-8 Lua transpiler for writing PICO-8 games in JavaScript.
A testing framework for PICO-8 that runs tests by piping PICO-8's output to a Node.js CLI tool.
A collection of useful common functions for Pico-8 game development.
A Lua library that provides missing built-in functions like ipairs and getmetatable for PICO-8 development.
An opinionated collection of helper libraries for Pico-8 game development, including OOP, debugging, and physics.
A port of Robert Penner's easing functions optimized for the PICO-8 fantasy console, with token reduction and PICO-8 compatibility.
A tiny Lisp interpreter for PICO-8 that bypasses token limits by storing code in strings or ROM.
An infinite canvas library for PICO-8 that enables large-scale graphics with sparse tile-based storage.
A constraint solver for rigid body physics in Pico-8/Lua, based on sequential impulses.
A PICO-8 demake of the classic SCUMM engine for creating retro-style point-and-click adventure games.