项目作者: nezne1k4

项目描述 :
Solitaire game in Kotlin, folked and inspired by https://github.com/treehouse/SolitaireKotlin
高级语言: Kotlin
项目地址: git://github.com/nezne1k4/kotlin-103-solitaire.git
创建时间: 2018-03-19T06:56:19Z
项目社区:https://github.com/nezne1k4/kotlin-103-solitaire

开源协议:

下载


Solitaire game in Kotlin


Inspriration

Project

Structure

  • This project is loaded and run with ItelliJ IDEA with KotlinJavaRuntime

Purpose

  • Create a Solitaire game with Card, Deck, Foundation Pile, Tableau Pile, Waste Pile and their behavior.
    Definition of Object / Class in a Solitaire game

  • The original view of a Solitaire game (images taken from the tutorial Treehouse itself, I claim no copyright.)
    The original view of a Solitaire game

  • The final view of Solitaire in Kotlin as below



Run the code

  • Compile and run the App.kt or test/GameTest.kt