Skip to content

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

License

Notifications You must be signed in to change notification settings

eboatwright/JSCII

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.