|
4 | 4 |
|
5 | 5 | # Quokka |
6 | 6 |
|
7 | | -> WIP: 🃏 Play games everywhere you like 🃏 |
| 7 | +> WIP: 🃏 Powerful, customizable, cross-platform, opensource table sandbox game 🃏 |
8 | 8 |
|
9 | | -[](https://github.com/LinwoodDev/Vulpine/releases) |
10 | | -[](https://github.com/LinwoodDev/Vulpine/blob/main/LICENSE) |
11 | | -[](https://github.com/LinwoodDev/Vulpine) |
| 9 | +[](https://github.com/LinwoodDev/Quokka/releases) |
| 10 | +[](https://github.com/LinwoodDev/Quokka/blob/main/LICENSE) |
| 11 | +[](https://github.com/LinwoodDev/Quokka) |
12 | 12 | [](https://linwood.dev/matrix) |
13 | 13 | [](https://discord.linwood.dev) |
14 | | -[](https://qeck.linwood.dev) |
| 14 | +[](https://quokka.linwood.dev) |
15 | 15 | </div> |
16 | 16 |
|
17 | 17 | <p align="center"> |
|
30 | 30 |
|
31 | 31 | **Click [here](https://github.com/LinwoodDev/Quokka/discussions/26) to read about the concept and share your thoughts!** |
32 | 32 |
|
| 33 | +## Limitations of the preview |
| 34 | + |
| 35 | +* The protocol is not stable and will change |
| 36 | + * This means you need to have the same version of the client and server |
| 37 | +* There is no server binary yet |
| 38 | + * You need to run the client to host a server |
| 39 | + * Will be added in 0.2 |
| 40 | +* No rules are implemented yet |
| 41 | + * You can only play without rules |
| 42 | + * Will be added in 0.3 |
| 43 | +* Missing error messages |
| 44 | + * Some errors are not displayed |
| 45 | +* Packs won't be checked on connecting |
| 46 | + * Make sure you have the same packs as the server |
| 47 | + |
33 | 48 | ## Features |
34 | 49 |
|
35 | | -* Play games with your friends or alone |
36 | | -* No internet connection required to play together |
37 | | -* Configure if you want to play with or without rules |
38 | | -* Create custom cards, board and dices |
39 | | -* Develop your custom rules with lua |
40 | | -* Pack them all into a package and share it with your friends |
41 | | -* Load the rules in the server and the client |
| 50 | +* **👥 Multiplayer:** Play games with your friends or alone |
| 51 | +* **🚫 No internet connection required:** to play, multiplayer also works offline |
| 52 | +* **🚩 Configurable:** Configure if you want to play with or without rules |
| 53 | +* **🎨 Customizable:** Create custom cards, board and dices |
| 54 | +* ~~**➕ Extensible:** Develop your custom rules with lua (Will be added in 0.3)~~ |
| 55 | +* **📂 Share your packs:** Pack them all into a package and share it with your friends |
| 56 | +* **⚙️ Universal packs:** Load the rules in the server and the client |
| 57 | +* **📱 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. |
| 58 | +* **📚 FOSS:** The app is open source and free. You can contribute to the project and help to make it better. |
| 59 | + |
| 60 | +--- |
| 61 | + |
| 62 | +## Contributing |
| 63 | + |
| 64 | +We are happy to see that you are interested in contributing to Butterfly. |
| 65 | +To get started, visit [the contributing guide](CONTRIBUTING.md). |
| 66 | + |
| 67 | +## License |
| 68 | + |
| 69 | +The code is open source and licensed under the [AGPL-3.0](./LICENSE) license. |
| 70 | +All images in `app/images/`, the core pack in `app/packs` and all images in `docs/` are licensed under the [CC-BY-4.0](./BRANDING_LICENSE) license. |
| 71 | +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). |
0 commit comments