odyc.js
Odyc.js is a tiny JavaScript library designed to create narrative games by combining pixels, sounds, text, and a bit of logic. Everything is built through code, but without unnecessary complexity: your entire game can fit in a single file.
🔗 Get started → https://odyc.dev
Project Structure
This is a monorepo with the following structure:
- packages/odyc/ - The main library package
- apps/examples/ - Development and demo applications
- apps/odyc.dev/ - Documentation website
- tests/odyc-e2e/ - End-to-end testing suite
Contributing
See CONTRIBUTING.md for development guidelines.