Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

creativeDrawerStudios/eSharpBeta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

eSharp Beta

A easy to use html canvas based helper tool/software/game engine.

Updated Text Function

Built to JavaScript Rather than TypeScript

  • Must rework past text boxes
  • All game must include
es.text("Text",x,y,opacity,size,font);

Main Commands
Commands
  • es.random(maximum number);
  • es.end();
  • es.print("what is said");
  • es.rect(x,y,width,height,color,opacity);
  • es.ellipse(x,y,radius,color,opacity);
  • es.clear();
  • es.background(color);
  • es.image(image,x,y,width,height,opacity);
  • es.checkCollisions(x,y,width,height,x1,y1,width1,height1);
  • es.text("text",x,y,color,opacity,size,font);
  • es.line(x,y,x1,y1,lineWidth,color,opacity);
  • es.getMousePos(canvas,event);
  • es.chooseRandom(op1,op2,op3,op4);
  • es.drawHitbox(x,y,w,h);

The Opacity selector is optional
More things coming soon.

About

An even more useless js game engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published