SkyShip Level Editor

A level editor for the SkyShip game.

Web

This level editor was a collaboration between me and Skyler Calaman, the talented author of her game SkyShip.

This project made extensive use of p5.js and modern JavaScript features. We used ES6 imports to share code between the original game and the level editor, which worked very well:

import { Mouse } from "https://blckbrry-pi.github.io/SkyShip/js/classes/mouse.js";
import { runnerStep, timeStep } from "https://blckbrry-pi.github.io/SkyShip/js/extraFunctions/globalFuncs.js";

Check out the code, or try the editor here!

Also, check out Skyler’s GitHub here.