/grids

My attempt to make a game from scratch using HTML, CSS, and JS.

Primary LanguageJavaScriptMIT LicenseMIT

grids

My attempt to make a game (engine?) from scratch using HTML, CSS, and JS.

!!! This project was archived on 5/28/24 and is now being rewritten !!!

WIP Features

  • Rigid body collision (I hate it)
  • Grid system
  • Pew pew

Libraries

  • Hoot.js: Simple HTML Canvas setup
  • LPSH.js: Logs per Second Handler, used to measure FPS and TPS
  • StdEntity.js: Standard Entity for HTML Canvas