Roguelighter is a free, open-source, easy-to-use game engine for 2D game development.
Clone the repo
git clone https://github.com/roguelighterengine/roguelighter.git
Install the dependencies
npm install
cd apps/app
npm install
npm run dev
cd apps/website
npm install
npm run dev
Before development, run npm run typegen on apps/app for type generation
head over to packages/roguelighter-core and have fun!