eboatwright / JSCII

An ASCII (technically PETSCII :)) "Game Engine" for JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Announcement!

I've put this project on hold to work on other stuff. Thanks for all the support, feel free to add features if you want, and I'll accept pull requests. Thank you!

JSCII

An ASCII (technically PETSCII :)) "Game Engine" / toolkit for JavaScript!
I'm using the Commodore 64's PETSCII character set, and color palette.
The one liberty I gave myself, is the screen resolution. While the Commodore had 320x200, I'm using 480x300.

Usage

Copy the jscii.js file into your directory, and load it into your HTML file!
If you want more "Game Engine"-ey type stuff, also put in the extras.js file :D
JSCII doesn't force you to use the Level, and Entity system. You can do everything however you want!
Docs / Wiki / Tutorials: https://github.com/eboatwright/JSCII/wiki

Disclaimer

Some things (mostly in the extras) are NOT finished,
and others will change frequently so if you're planning on using this, I suggest downloading a version, then keeping the same version.

License

This project uses the MIT license.
For more information, check the LICENSE file.

About

An ASCII (technically PETSCII :)) "Game Engine" for JavaScript

License:MIT License


Languages

Language:JavaScript 98.5%Language:Ruby 0.7%Language:HTML 0.4%Language:CSS 0.3%