https://github.com/linwooddev/setonix
🃏 Powerful, customizable, cross-platform, opensource table sandbox game
https://github.com/linwooddev/setonix
flame flame-game flutter flutter-game flutter-games flutterdev lua minigame minigames multiplayer multiplayer-game multiplayer-offline-game offline offline-games party-game
Last synced: 6 months ago
JSON representation
🃏 Powerful, customizable, cross-platform, opensource table sandbox game
- Host: GitHub
- URL: https://github.com/linwooddev/setonix
- Owner: LinwoodDev
- License: agpl-3.0
- Created: 2020-01-01T07:30:56.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2025-07-27T15:58:28.000Z (6 months ago)
- Last Synced: 2025-07-27T17:50:26.432Z (6 months ago)
- Topics: flame, flame-game, flutter, flutter-game, flutter-games, flutterdev, lua, minigame, minigames, multiplayer, multiplayer-game, multiplayer-offline-game, offline, offline-games, party-game
- Language: Dart
- Homepage: https://setonix.world
- Size: 30.9 MB
- Stars: 92
- Watchers: 6
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README

# Setonix
> WIP: 🃏 Powerful, customizable, cross-platform, opensource table sandbox game 🃏
[](https://github.com/LinwoodDev/Setonix/releases)
[](https://github.com/LinwoodDev/Setonix/blob/main/LICENSE)
[](https://github.com/LinwoodDev/Setonix)
[](https://linwood.dev/matrix)
[](https://discord.linwood.dev)
[](https://setonix.world)
Website •
Download •
Matrix •
Discord •
Mastodon •
Bluesky •
Contribute
---
Setonix is a table sandbox game where you can decide how to play. Spawn cards everywhere you like, add optional rules and play with your friends or alone without internet.
**This project is still in development and not ready for production use. Please join the matrix or discord server for updates!**
**Click [here](https://github.com/LinwoodDev/Setonix/discussions/26) to read about the concept and share your thoughts!**
## Limitations of the preview
* The protocol is not stable and will change
* This means you need to have the same version of the client and server
* Missing checks on server
* Make sure you only allow trusted people to connect
* No rules are implemented yet
* You can only play without rules
* Will be added in 0.6
* Missing error messages
* Some errors are not displayed
## Features
* **👥 Multiplayer:** Play games with your friends or alone
* **🚫 No internet connection required:** to play, multiplayer also works offline
* **🚩 Configurable:** Configure if you want to play with or without rules
* **🎨 Customizable:** Create custom cards, board and dices
* ~~**➕ Extensible:** Develop your custom rules with lua~~ (Will be added in 0.6)
* **📂 Share your packs:** Pack them all into a package and share it with your friends
* **⚙️ Universal packs:** Load the rules in the server and the client
* **📱 Works on every device:** The app is available for android, windows, linux, and in the web. You can use it on your phone, tablet, or computer.
* **📚 FOSS:** The app is open source and free. You can contribute to the project and help to make it better.
---
## Contributing
We are happy to see that you are interested in contributing to Setonix.
To get started, visit [the contributing guide](CONTRIBUTING.md).
## License
The code is open source and licensed under the [AGPL-3.0](./LICENSE) license.
All images in `app/images/`, the core pack in `app/packs` and all images in `docs/` are licensed under the [CC-BY-SA-4.0](./BRANDING_LICENSE) license.
The files in `api` are licensed under the [Apache-2.0](./api/LICENSE) license instead of the AGPL-3.0 license to allow the use of the API without the need to open source the code (for example for extensions or other external services).
The server code in `server` is licensed under the [Apache-2.0](./server/LICENSE) license.