Skip to content

Installation

Want to create a new game ? Fibbo provides a starter project based on Vite for both 2D and 3D games. It includes a basic scene as well as devtools to help you get started quickly.

Prerequisites

  • Node.js : for now, Fibbo was only tested with Node.js 22.2.0, but it should work with any other versions as it is mainly a frontend technology.
  • npm : should be included with Node.js

Quick start

bash
npx tiged fibbojs/starter-2d my-new-game
bash
npx tiged fibbojs/starter-3d my-new-game
bash
npm install
npm run dev

You can also clone the templates directly from GitHub :

Manual installation work in progress