Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

What was this game made on? It looks reaaaal good.

V99 Engine, which we made in....  Vanilla Javascript :)

Did you not use pixi js? Obviously you'd have to write a lot of custom shaders and other graphics programming to make it Vectrex accurate though. I would really love a technical deep-dive on this game, it's a marvel.

Yes, the underlying renderer uses pixi.js to draw the lines, but I don't think we're using pixi for much else - most of the work is on the custom shader side...