This is the core engine for Pujo Puyo an online Puyo Puyo clone for the browser. The name is a pun on the Finnish name for Artemisia vulgaris, the common mugwort.
Public domain illustration of Artemisia vulgaris i.e. pujo
The game is hosted at pujo.lumipakkanen.com.
Currently in alpha stage of development. Not much of a core library yet. More like a messy monorepo.
"Puyo Puyo" is a registered U.S. trademark of SEGA CORPORATION since 2017. Artemisia / Pujo Puyo is not endorsed or related to SEGA CORPORATION in any way.
To install dependencies:
npm i
To run:
npm run build
npm start
To test:
bun test
This project was created using bun init
in bun v1.0.1. Bun is a fast all-in-one JavaScript runtime.