-
- Downloads
implement first classes
parents
Branches
No related tags found
Showing
- .gitattributes 3 additions, 0 deletions.gitattributes
- .gitignore 105 additions, 0 deletions.gitignore
- build.gradle 41 additions, 0 deletionsbuild.gradle
- gradle/wrapper/gradle-wrapper.jar 0 additions, 0 deletionsgradle/wrapper/gradle-wrapper.jar
- gradle/wrapper/gradle-wrapper.properties 7 additions, 0 deletionsgradle/wrapper/gradle-wrapper.properties
- gradlew 251 additions, 0 deletionsgradlew
- gradlew.bat 94 additions, 0 deletionsgradlew.bat
- settings.gradle 1 addition, 0 deletionssettings.gradle
- src/main/kotlin/de/thk/gm/remotecontrol/RemoteControlApplication.kt 11 additions, 0 deletions...otlin/de/thk/gm/remotecontrol/RemoteControlApplication.kt
- src/main/kotlin/de/thk/gm/remotecontrol/configs/WebSocketsConfig.kt 16 additions, 0 deletions...otlin/de/thk/gm/remotecontrol/configs/WebSocketsConfig.kt
- src/main/kotlin/de/thk/gm/remotecontrol/controllers/WelcomeController.kt 19 additions, 0 deletions.../de/thk/gm/remotecontrol/controllers/WelcomeController.kt
- src/main/kotlin/de/thk/gm/remotecontrol/handlers/ColorGameHandler.kt 13 additions, 0 deletions...tlin/de/thk/gm/remotecontrol/handlers/ColorGameHandler.kt
- src/main/resources/application.properties 1 addition, 0 deletionssrc/main/resources/application.properties
- src/main/resources/templates/colorgame.ftlh 21 additions, 0 deletionssrc/main/resources/templates/colorgame.ftlh
- src/main/resources/templates/controller.ftlh 17 additions, 0 deletionssrc/main/resources/templates/controller.ftlh
- src/main/resources/templates/index.ftlh 14 additions, 0 deletionssrc/main/resources/templates/index.ftlh
- src/test/kotlin/de/thk/gm/remotecontrol/RemoteControlApplicationTests.kt 13 additions, 0 deletions.../de/thk/gm/remotecontrol/RemoteControlApplicationTests.kt
.gitattributes
0 → 100644
.gitignore
0 → 100644
build.gradle
0 → 100644
gradle/wrapper/gradle-wrapper.jar
0 → 100644
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
gradle/wrapper/gradle-wrapper.properties
0 → 100644
gradlew
0 → 100755
gradlew.bat
0 → 100644
settings.gradle
0 → 100644
src/main/resources/application.properties
0 → 100644
src/main/resources/templates/colorgame.ftlh
0 → 100644
src/main/resources/templates/controller.ftlh
0 → 100644
src/main/resources/templates/index.ftlh
0 → 100644
Please register or sign in to comment