/chirpg

A text based RPG game inspired by onestreamrpg

Primary LanguageTypeScriptOtherNOASSERTION

Chirpg

A text based RPG game with a reference to chirp from Theo.

Concept

The main idea is to have a text chat based, multiplayer RPG game which a UI that fits in the screen inspired by onestreamrpg.

Tech Stack

  • Bun
    • Trying to move away from npm and bun is a faster alternative.
    • Also considering Deno but bun seems to have less friction for now.
  • Hono
    • A great option for deploying with cloudflare workers.
  • Drizzle
    • A great TypeScript focused ORM.
  • Turso
    • An option for working with SQLite with great replication features.
  • Cloudflare
    • For deploy and infrastructure.

License

FSL-1.1-MIT