Home
Softono
odyc

odyc

Open source MIT TypeScript
497
Stars
23
Forks
3
Issues
2
Watchers
9 months
Last Commit

About odyc

A tiny JS library for pixel stories

Platforms

Web Self-hosted

Languages

TypeScript

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.