This project demonstrates the use of the ECS (Entity Component System) pattern for creating simple game logic in JavaScript using the bitECS library. Specifically, a FizzBuzz system is implemented that generates a sequence of numbers according to the FizzBuzz rules.
Run npm install
then npm run dev
and open your browser.
Learn more: ECS pattern in gamedev