Skip to content

Commit 77405f1

Browse files
authored
Update README.md
1 parent e5972e8 commit 77405f1

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

README.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,30 @@
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

0 commit comments

Comments
 (0)