A web app to play BlackJack with your friends remotely
Find a file
William Brawner 5e82a6f51d Implement game setup
You can create a new game and then invite people. On the receiving end, you can receive a link to join the game and then jump in. Once the host starts the game all players are dealt 2 cards.
2021-02-28 09:22:06 -07:00
gradle/wrapper Initial commit 2021-02-16 16:59:24 -07:00
resources Implement game setup 2021-02-28 09:22:06 -07:00
src/main/kotlin/com/wbrawner/blackjack Implement game setup 2021-02-28 09:22:06 -07:00
test Implement game setup 2021-02-28 09:22:06 -07:00
.gitignore Initial commit 2021-02-16 16:59:24 -07:00
build.gradle.kts Initial commit 2021-02-16 16:59:24 -07:00
gradle.properties Initial commit 2021-02-16 16:59:24 -07:00
gradlew Initial commit 2021-02-16 16:59:24 -07:00
gradlew.bat Initial commit 2021-02-16 16:59:24 -07:00
settings.gradle.kts Initial commit 2021-02-16 16:59:24 -07:00