프로그래밍/앱 만들어보기2 kotlin으로 Tic Tac Toe 만들기 https://www.youtube.com/playlist?list=PLrnPJCHvNZuA0ykzsHIdQUC5yKxArSM2V Tic Tac Toe - Android Studio Tutorial (With Code) - YouTube In this beginner tutorial, you will learn how to build a simple 2-player Tic Tac Toe Game on Android from scratch. We will start by building the layout and t... www.youtube.com https://www.youtube.com/playlist?list=PLR2qQy0Zxs_XczGDJ9dnhnz_MJAjCVnbD Android TicTacT.. 2020. 2. 10. 코틀린으로 짠 간단한 두더지 잡기 게임 https://www.youtube.com/watch?v=h__sIw_IGJw Make Simple Game Kotlin Tutorial 위 유튜브 영상을 보고 따라 만든 간단한 두더지 잡기 게임 간단하게 기억나는대로 기록 activity_main.xml에서 작업 1. 두더지판 gridLayout으로 생성 2. gridLayout을 위치 고정을 위해 Design 창에서 Constraint 지정 3. PNG 이미지를 구해서 gridLayout에 3x3으로 나눴을 때 한칸에 들어갈 사이즈로 넣기 (imageView 사용) 4. Text 창에서 script 복사해서 이미지를 복사 - 총 9개 5. TextView를 사용해서 Time, Score를 화면에 넣고 Constraint 지정 6. onClick을 각 .. 2020. 2. 10. 이전 1 다음