Odyc.js

A tiny JS library for pixel stories
GitHub
407
Created a year ago, last commit 7 days ago
4 contributors
540 commits
Stars added on GitHub, per day, on average
Yesterday
+2
Last week
+1.4
/day
npmPackage on NPM
odyc
0.0.123
Monthly downloads on NPM
7
8
9
10
11
12
1
2
3
4
5
6
2024
2025
README

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 startedhttps://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.