https://github.com/pacjo/compose-web-connect4
https://github.com/pacjo/compose-web-connect4
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pacjo/compose-web-connect4
- Owner: pacjo
- Created: 2026-04-12T22:35:21.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-12T22:51:01.000Z (2 months ago)
- Last Synced: 2026-04-13T00:35:18.827Z (2 months ago)
- Language: Kotlin
- Homepage:
- Size: 250 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Connect4 (or more)
| normal | large board | large board on small screen |
|--------------------------------|-------------------------------------|--------------------------------------------------|
|  |  |  |
## Running
```bash
./gradlew jsBrowserDevelopmentRun --continuous
```
## Notes
- `NumberInput` doesn't seem to respect min/max values on mobile, but works on desktop
- initial project structure based on [compose-multiplatform-html-library template](https://github.com/JetBrains/compose-multiplatform-html-library-template)