File tree Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Original file line number Diff line number Diff line change 1
- "# sudoku-init-part1"
1
+ # Workshop: Kotlin - Learn by building a simple Sudoku Game (Part 1 of 3)
2
+
3
+ This is a skeleton to build a simple standalone Sudoku Game in Kotlin.
4
+
5
+
6
+ ## Workshop resources
7
+ * Tutorial:<br />
8
+ https://goo.gl/LbqBk2
9
+
10
+ * Java SDK:<br />
11
+ http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
12
+
13
+ * IntelliJ IDEA:<br />
14
+ https://www.jetbrains.com/idea/download
15
+
16
+
17
+ ## Kotlin resources
18
+
19
+ * Browse through samples and try them online:<br />
20
+ https://try.kotlinlang.org/#/Examples/Hello,%20world!/Simplest%20version/Simplest%20version.kt
21
+
22
+ * Kotlin koans. Hands-on learning:<br />
23
+ https://try.kotlinlang.org/#/Kotlin%20Koans/Introduction/Hello,%20world!/Task.kt
24
+
25
+ * Kotlin language reference:<br />
26
+ http://kotlinlang.org/docs/reference/
27
+
28
+
29
+ ## Feedback
30
+ Please help improve this workshop - https://goo.gl/XgAEir
You can’t perform that action at this time.
0 commit comments