786b813f7b
- Full UNO game logic with AI opponents - Compose Multiplatform UI with animations - Shared module (commonMain) with game engine - Desktop app (Compose Desktop) - Android app (Compose Multiplatform) - Web app (Kotlin/Wasm) - Nix shell for reproducible dev environment
27 lines
204 B
Plaintext
27 lines
204 B
Plaintext
# Gradle
|
|
.gradle/
|
|
build/
|
|
local.properties
|
|
*.hprof
|
|
|
|
# IDE
|
|
.idea/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.vscode/
|
|
|
|
# Nix
|
|
result
|
|
.jdk
|
|
|
|
# Kotlin
|
|
*.class
|
|
*.jar
|
|
!gradle/wrapper/gradle-wrapper.jar
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
.kotlin/
|