|
1 | | -# :video_game: Hangman - Built With Compose :paintbrush: |
2 | | - |
3 | | -## Multiplatform Hangman built with Compose Multiplatform. |
| 1 | +# :video_game: Hangman - Built With Compose Multuplatform :paintbrush: |
4 | 2 |
|
5 | 3 | [](https://github.com/RajashekarRaju/hangman-compose/actions/workflows/pages-production.yml) |
6 | 4 | [](https://github.com/RajashekarRaju/hangman-compose/actions/workflows/packages.yml) |
7 | 5 | [](https://github.com/RajashekarRaju/hangman-compose/actions/workflows/tests.yaml) |
8 | 6 |
|
9 | | - |
| 7 | +<img src="/assets/banner_hangman.png" alt="Game Banner" style="border-radius: 20px;" /> |
10 | 8 |
|
11 | 9 | ## Play / Download |
12 | 10 |
|
13 | | -- Web: [https://rajashekarraju.github.io/hangman-compose/](https://rajashekarraju.github.io/hangman-compose/) |
14 | | -- Desktop installers : |
15 | | - - macOS DMG: [Download](https://github.com/RajashekarRaju/hangman-compose/releases/download/desktop-latest/hangman-macos.dmg) |
16 | | - - Windows MSI: [Download](https://github.com/RajashekarRaju/hangman-compose/releases/download/desktop-latest/hangman-windows.msi) |
17 | | - - Linux DEB: [Download](https://github.com/RajashekarRaju/hangman-compose/releases/download/desktop-latest/hangman-linux.deb) |
18 | | - - Linux RPM: [Download](https://github.com/RajashekarRaju/hangman-compose/releases/download/desktop-latest/hangman-linux.rpm) |
19 | | -- Android APK : [Download](https://github.com/RajashekarRaju/hangman-compose/releases/download/android-latest/hangman-android.apk) |
| 11 | +| Platform | Access | |
| 12 | +|---------------| --- | |
| 13 | +| 🌐 Web | [Play in browser](https://rajashekarraju.github.io/hangman-compose/) | |
| 14 | +| 🍎 macOS | [Download DMG](https://github.com/RajashekarRaju/hangman-compose/releases/download/desktop-latest/hangman-macos.dmg) | |
| 15 | +| 🪟 Windows | [Download MSI](https://github.com/RajashekarRaju/hangman-compose/releases/download/desktop-latest/hangman-windows.msi) | |
| 16 | +| 🐧 Linux | [Download DEB](https://github.com/RajashekarRaju/hangman-compose/releases/download/desktop-latest/hangman-linux.deb) · [Download RPM](https://github.com/RajashekarRaju/hangman-compose/releases/download/desktop-latest/hangman-linux.rpm) | |
| 17 | +| 🤖️ Android | [Download APK](https://github.com/RajashekarRaju/hangman-compose/releases/download/android-latest/hangman-android.apk) | |
| 18 | +| 📱 iOS | Run locally on macOS + Xcode: `bash scripts/run-ios-sim.sh` | |
20 | 19 |
|
21 | 20 | ### Thanks to [Cicero Hellmann](https://github.com/cicerohellmann) For giving this cool idea to build Hangman game with Compose for Android. |
22 | 21 |
|
|
37 | 36 | - [x] Cross-platform sound support (Android/Web/Desktop/iOS) |
38 | 37 | - [x] Navigation3 update |
39 | 38 |
|
| 39 | +### Screenshots (v0.2.0) |
| 40 | + |
| 41 | +#### Foldable |
| 42 | + |
| 43 | +| Onboarding | Game | History | |
| 44 | +| --- | --- | --- | |
| 45 | +|  |  |  | |
| 46 | + |
| 47 | +#### Mobile |
| 48 | + |
| 49 | +| Onboarding | Game | Summary | |
| 50 | +| --- | --- | --- | |
| 51 | +|  |  |  | |
| 52 | + |
| 53 | +| History | Select Category | Select Difficulty | |
| 54 | +| --- | --- | --- | |
| 55 | +|  |  |  | |
| 56 | + |
40 | 57 | ## Initial Version (v0.1.0) |
41 | 58 |
|
42 | 59 | - [x] Players will be challenged with unique words only. |
|
0 commit comments