All Projects → musurca → pico2tic

musurca / pico2tic

Licence: other
PICO-8 Wrapper for the TIC-80

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to pico2tic

P8Coder
A programming tool that replaces the lua code in pico-8 cartridges (p8) with the code you write in P8Coder.
Stars: ✭ 89 (+85.42%)
Mutual labels:  pico-8, pico8
PICO-EC
A tiny scene-entity-component library created for the PICO-8 fantasty console.
Stars: ✭ 37 (-22.92%)
Mutual labels:  pico-8, pico8
Anteform
Anteform is a retro weird detective game written using the Minima Engine for PICO-8.
Stars: ✭ 17 (-64.58%)
Mutual labels:  pico-8, pico8
midi2pico
Midi to PICO-8 converter
Stars: ✭ 51 (+6.25%)
Mutual labels:  pico-8, pico8
jspicl-mario-sample
A basic Mario game showcasing how to create PICO-8 games in JavaScript.
Stars: ✭ 19 (-60.42%)
Mutual labels:  pico-8, pico8
Pico8Platformer
A platformer sample written for Pico-8, includes slopes and jump buffering
Stars: ✭ 38 (-20.83%)
Mutual labels:  pico-8, pico8
Pyxel
A retro game engine for Python
Stars: ✭ 9,133 (+18927.08%)
Mutual labels:  pico-8, tic-80
fake-08
A Pico-8 player/emulator for console homebrew
Stars: ✭ 374 (+679.17%)
Mutual labels:  pico-8, pico8
Awesome Pico 8
A curated list of awesome PICO-8 resources, carts, tools and more
Stars: ✭ 1,955 (+3972.92%)
Mutual labels:  pico-8, pico8
tac08
tac08 is an an emulation of the runtime part of the Pico-8 fantasy console. It takes a .p8 (text format) pico-8 cart file and runs it as closely posible
Stars: ✭ 144 (+200%)
Mutual labels:  pico-8, pico8
PICO-8.vim
A vim plugin package for PICO-8 programming.
Stars: ✭ 42 (-12.5%)
Mutual labels:  pico-8
pico-test
⚡ PICO-8 testing framework
Stars: ✭ 33 (-31.25%)
Mutual labels:  pico-8
pico-8-projects
Just my repository for mocking and writing down basic implementations I have been thinking about.
Stars: ✭ 40 (-16.67%)
Mutual labels:  pico-8
pico-8-adventure
An open-world adventure game written in Pico-8, including full tutorial.
Stars: ✭ 24 (-50%)
Mutual labels:  pico-8
z8lua
🧩 A Lua fork that supports PICO-8 syntax extensions and zero-based tables, part of ZEPTO-8
Stars: ✭ 27 (-43.75%)
Mutual labels:  pico8
Tic 80
TIC-80 is a fantasy computer for making, playing and sharing tiny games.
Stars: ✭ 3,176 (+6516.67%)
Mutual labels:  tic-80
p8-programming-fonts
A collection of fonts I've modified for PICO-8 programming.
Stars: ✭ 67 (+39.58%)
Mutual labels:  pico-8
p8
👾 PICO-8 dependency manager
Stars: ✭ 44 (-8.33%)
Mutual labels:  pico-8
pico8-emmylua-definitions
EmmyLua intellisense definitions for PICO-8
Stars: ✭ 25 (-47.92%)
Mutual labels:  pico-8
sublime-PICO-8
PICO-8 plugin for the Sublime Text 3 editor.
Stars: ✭ 42 (-12.5%)
Mutual labels:  pico-8

pico2tic

PICO-8 API Wrapper for TIC-80 (0.80.0) by musurca and RobLoach

Wraps the PICO-8 API for ease of porting games to the TIC-80. Favors compatibility over performance.

Known Issues

  • swapping elements in the screen palette--e.g. pal(a,b,1)--doesn't work properly yet. However, pal(a,b) does work
  • flip_x and flip_y are currently ignored in spr() and sspr()
  • music() and flip() do nothing. sfx() does not take into account offset
  • stat(1) always returns "0.5"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].