/c.Js-v2

A updated version of creative Js

Primary LanguageJavaScriptMIT LicenseMIT

An updated version of creative js

?

A mini game engine desinged with insparation from 24a2

Required code

Update function

function onFrame(){
    //Runs every 13 miliseconds
}

Setup

const cjs = new Cjs();
Code cjs.dot(x,y,"color");
cjs.clear();
cjs.bg("color");
cjs.text("text");
cjs.end();
cjs.getRandomInt(max);
cjs.hits(x1,y1,x2,y2);