...

Odyc.js

A tiny JS library for pixel stories
github-icon
GitHub
450star-icon
Created a year ago, last commit a month ago
4 contributors
540 commits
Stars added on GitHub, month by month
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
8
9
10
11
12
1
2
3
4
5
6
7
2024
2025
Stars added on GitHub, per day, on average
Yesterday
+2star-icon
Last week
+4.9
star-icon /day
Last month
+1.6
star-icon /day
npmPackage on NPM
Monthly downloads on NPM
8
9
10
11
12
1
2
3
4
5
6
7
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.