Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1014 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 1014 Bytes

pujo-puyo-core

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.

image

Public domain illustration of Artemisia vulgaris i.e. pujo

Try it online

The game is hosted at pujo.lumipakkanen.com.

Project status

Currently in alpha stage of development. Not much of a core library yet. More like a messy monorepo.

Trademark Notice

"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.

Development setup

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.