Pixelation

Critique => Devlogs & Projects => Topic started by: uncommented on February 08, 2022, 10:06:43 pm

Title: Open Sourcerer - a platformer where you write your own spells in JavaScript
Post by: uncommented on February 08, 2022, 10:06:43 pm
(https://i.imgur.com/mnz2Pas.png)

Hey everyone,

I've been working on this project for about a year, and I'd like to show off my progress and get some feedback. This is a 2D platformer in dev, centered around the use of JavaScript to create unique spells that run in real time. The game features graphics from multiple Pixelation artists, a fully sandboxed JS-in-JS scripting interface, and a custom engine built on top of P2 physics and Three.js.

I'll be updating this post as development progresses.

You can play the current build in-browser at https://uncommented.itch.io/open-sourcerer (https://uncommented.itch.io/open-sourcerer) or https://brownstein.github.io/open-sourcerer-ts/ (https://brownstein.github.io/open-sourcerer-ts/).

Give it a spin and let me know what you think!