Skip to content
eboatwright edited this page Mar 4, 2022 · 7 revisions

🚧 Under construction! 🚧

Welcome

Welcome to JSCII! JSCII is an ASCII / PETSCII "Game engine" / toolkit for vanilla JavaScript.
The defaults use the Commodore 64's PETSCII color palette, as well as character set! (for graphics)

I aim to make this library very easy to use, but it's mainly just for me to learn ASCII / roguelike game development.

Getting started

You can either clone or fork this repository, or download it and copy the jscii.js file into your project!
And, if you want more "engine-y" type stuff, copy the extras.js as well.

There is an example project in the root directory, (main.js) and it contains basic player movement, as well as tile collisions, basic UI, lighting, and dungeon generation!

Clone this wiki locally