https://github.com/harshcasper/kotlin-capstone-project
This Capstone Project is part of the Week 5 Programming Assignment in Coursera's "Kotlin for Java Developers" by Jetbrains.
https://github.com/harshcasper/kotlin-capstone-project
capstone-project course-project coursera coursework kotlin
Last synced: 2 months ago
JSON representation
This Capstone Project is part of the Week 5 Programming Assignment in Coursera's "Kotlin for Java Developers" by Jetbrains.
- Host: GitHub
- URL: https://github.com/harshcasper/kotlin-capstone-project
- Owner: HarshCasper
- Created: 2019-10-26T14:16:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-26T19:55:44.000Z (over 5 years ago)
- Last Synced: 2024-12-31T01:20:53.663Z (4 months ago)
- Topics: capstone-project, course-project, coursera, coursework, kotlin
- Language: Kotlin
- Homepage:
- Size: 113 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kotlin-Capstone-Project
[](https://bettercodehub.com/)
[](https://www.codacy.com/manual/HarshCasper/Kotlin-Capstone-Project?utm_source=github.com&utm_medium=referral&utm_content=HarshCasper/Kotlin-Capstone-Project&utm_campaign=Badge_Grade)## About the Course
>The Kotlin programming language is a modern language that gives you more power for your everyday tasks. Kotlin is concise, safe, pragmatic, and focused on interoperability with Java code. It can be used almost everywhere Java is used today: for server-side development, Android apps, and much more. Kotlin is 100% compatible with all existing Java frameworks, and has good tooling support. It’s a pragmatic language with a very low learning curve, and can be quickly grasped by Java developers. Kotlin code might be compiled not only to JVM bytecode but to JavaScript and Native code as well, but this course is focused on Kotlin/JVM.>This course aims to share with you the power and the beauty of Kotlin. We'll have a basic overview of the language, as well as a discussion of many corner cases, especially concerning Java interoperability. The course is based on your Java experience; it shows the similarities between the two languages and focuses on what's going to be different.
Note that this course won't cover the programming fundamentals. We'll discuss: basic syntax, nullability, functional programming with Kotlin, object-oriented programming with Kotlin, the power of the Kotlin standard library, and Java interoperability.## Purpose
The purpose of the project was to implement two games: game 2048 and game of fifteen using our Kotlin Language.