An open API service indexing awesome lists of open source software.

https://github.com/pacjo/compose-web-connect4


https://github.com/pacjo/compose-web-connect4

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Connect4 (or more)

| normal | large board | large board on small screen |
|--------------------------------|-------------------------------------|--------------------------------------------------|
| ![](./misc/firefox-normal.png) | ![](./misc/firefox-large_board.png) | ![](./misc/firefox-large_board-small_window.png) |

## 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)