Skip to content

maradotwebp/starengine

Repository files navigation

🌠 starengine

Static Badge GitHub last commit GitHub Repo stars

starengine is a Discord bot designed to allow for play of the Ironsworn: Starforged roleplaying system over Discord. The bot enables play-by-post gameplay with interactive commands, oracle rolls, and move resolution.

Move Showcase


Self Hosting

If you are familiar with hosting Discord bots yourself for personal use, you may deploy this bot on your own server.

Requirements

# Install dependencies
bun install
# Run the bot
bun run start

Development Setup

# Install dependencies
bun install
# Run in development mode with auto-reload
bun run dev
# Run in production mode
bun run start
# Run all tests
bun test
# Run specific test file
bun test src/core/custom-id.test.ts
# Lint and format code
bunx @biomejs/biome check --write

Copyright

© 2025 maradotwebp

About

A Discord bot for running Play-By-Post Ironsworn: Starforged games.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published