0.0.22 • Published 12 months ago

carni v0.0.22

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

carni

Accessible & awesome text-based game engine. https://carni.org

Prerequisites

Quick start

npx carni create my-game

📖 Read get started doc 📖

Contributing

If you wish to contribute to the development of Carni, you can clone this repo and link it to your carni command.

git clone https://github.com/fishfitz/carni.git
cd carni && npm install && npm link

Then in your sample game project: npm link carni.