All Projects → jspicl → jspicl-mario-sample

jspicl / jspicl-mario-sample

Licence: MIT license
A basic Mario game showcasing how to create PICO-8 games in JavaScript.

Programming Languages

javascript
184084 projects - #8 most used programming language
lua
6591 projects

Projects that are alternatives of or similar to jspicl-mario-sample

Awesome Pico 8
A curated list of awesome PICO-8 resources, carts, tools and more
Stars: ✭ 1,955 (+10189.47%)
Mutual labels:  pico-8, pico8
midi2pico
Midi to PICO-8 converter
Stars: ✭ 51 (+168.42%)
Mutual labels:  pico-8, pico8
P8Coder
A programming tool that replaces the lua code in pico-8 cartridges (p8) with the code you write in P8Coder.
Stars: ✭ 89 (+368.42%)
Mutual labels:  pico-8, pico8
Pico8Platformer
A platformer sample written for Pico-8, includes slopes and jump buffering
Stars: ✭ 38 (+100%)
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 (+657.89%)
Mutual labels:  pico-8, pico8
Anteform
Anteform is a retro weird detective game written using the Minima Engine for PICO-8.
Stars: ✭ 17 (-10.53%)
Mutual labels:  pico-8, pico8
pico2tic
PICO-8 Wrapper for the TIC-80
Stars: ✭ 48 (+152.63%)
Mutual labels:  pico-8, pico8
PICO-EC
A tiny scene-entity-component library created for the PICO-8 fantasty console.
Stars: ✭ 37 (+94.74%)
Mutual labels:  pico-8, pico8
fake-08
A Pico-8 player/emulator for console homebrew
Stars: ✭ 374 (+1868.42%)
Mutual labels:  pico-8, pico8
pico-8-adventure
An open-world adventure game written in Pico-8, including full tutorial.
Stars: ✭ 24 (+26.32%)
Mutual labels:  pico-8
Mario5TS
The TypeScript version of the Mario5 demo application.
Stars: ✭ 59 (+210.53%)
Mutual labels:  mario
Super-Mario-Bros-game
The remake of Super Mario Bros (1985) made with C++ and SDL2 library.
Stars: ✭ 39 (+105.26%)
Mutual labels:  mario
PMMasterQuest
Take Paper Mario 64, buff old and new enemies to absurd levels, then rebalance Mario's overpowered strategies, and you've got one of the most difficult hacks of all time: Paper Mario Master Quest. The Discord:
Stars: ✭ 58 (+205.26%)
Mutual labels:  mario
smw-tas
Utility scripts and TAS tools for Super Mario World to be run on lsnes or Snes9x-rr.
Stars: ✭ 41 (+115.79%)
Mutual labels:  mario
super-mario-message
Display custom messages in a Super Mario Bros environment
Stars: ✭ 18 (-5.26%)
Mutual labels:  mario
MushROMs
Super Nintendo game editing libraries and tools
Stars: ✭ 24 (+26.32%)
Mutual labels:  mario
Miyamoto
A supercharged fork of the modern day level editor.
Stars: ✭ 67 (+252.63%)
Mutual labels:  mario
pico-test
⚡ PICO-8 testing framework
Stars: ✭ 33 (+73.68%)
Mutual labels:  pico-8
Super-Meta-MarIO
Mario AI Ensemble
Stars: ✭ 15 (-21.05%)
Mutual labels:  mario
pico8dev
Pico-8 Development
Stars: ✭ 17 (-10.53%)
Mutual labels:  pico-8

PICO-8 Mario

This is a sample project demonstrating how you can use jspicl-cli to build PICO-8 games with Javascript.

Usage

npm start

This will create a cartridge and automatically launch it in PICO-8. Whenever source files are changed, a rebuild will take place and reload PICO-8 with the updated cartridge for you.

npm run restore-cart

This will take the game.p8 cartridge in the project root and put it in the build directory for you. CAUTION: This will overwrite any existing cartridge in the destination folder so make sure you do a backup first.

Updating spritesheet

With jspicl-CLI you don't need to draw your sprites in PICO-8 anymore. Simply edit the spritesheet file, save and the cart will be reloaded with the new changes.

Other jspicl games

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].