technical-learn-room / kotlin-compose-for-desktop-learn

Kotlin Compose for Desktop으로 오셀로(Othello) 데스크탑 애플리케이션 만들기!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

코틀린으로 데스크탑 애플리케이션 만들기

compose for desktop

Library & Framework

  • kotlin 1.4.30
  • compose for desktop 0.3.1

Othello Project Structure

src
  ㄴ main
      ㄴ kotlin
          ㄴ OthelloIndex.kt   ] - 기타 enum 데이터들
          ㄴ OthelloTeam.kt    ]
          ㄴ main.kt           - 데스크탑 애플리케이션 뷰 로직
          ㄴ gameRules.kt      - 게임 룰 로직
          ㄴ setting.kt        - 게임 초기에 필요한 설정 함수들

About

Kotlin Compose for Desktop으로 오셀로(Othello) 데스크탑 애플리케이션 만들기!

License:MIT License


Languages

Language:Kotlin 100.0%