A web library for procedural game creation. If you are familiar with React, now you can create games with 🌷 tulip!
Don't use this library for production games yet!
-
yarn
the project - Use
yarn link
- Go to
/examples/example-local
- Use
yarn link @tulib/tulip
-
yarn
the project - Run
yarn start
- Go to
localhost:4194
- Modify the example project
- Add a file
.npmrc
with@jsr:registry=https://npm.jsr.io
- And add to the
package.json
->"@tu/tulip": "npm:@jsr/tu__tulip@latest"
- Run
yarn
on the project
- Run
yarn add @tulib/tulip
on the project