Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 501 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 501 Bytes

🌷 tulip

A web library for procedural game creation. If you are familiar with React, now you can create games with 🌷 tulip!

yarn add @tulib/tulip

⚠️This library is under heavy development ⚠️

Don't use this library for production games yet!

How to "run" the project

  1. yarn the project
  2. Use yarn link
  3. Go to /examples/example-local
  4. Use yarn link @tulib/tulip
  5. yarn the project
  6. Run yarn start
  7. Go to localhost:4194
  8. Modify the example project