1 PM – Python Game Dev – Gamas
Today We Did We continued with Tic Tac Toe android game. We learned how to use SharedPreference to pass information from one page to another page inside the app. We displayed theRead More...
Today We Did We continued with Tic Tac Toe android game. We learned how to use SharedPreference to pass information from one page to another page inside the app. We displayed theRead More...
Homework Continue on Tic-Tac-Toe game In MainActivity.java, when user click on the Start Game button, get the player 1 name and player 2 name and print it to the console. You mightRead More...
Homework In Tic-Tac-Toe project, make the MainActivity "START GAME" button blue like the one in GameActivity and make the text size bigger. If you have not done it, in GameActivity, change theRead More...
Today We Did We implemented RESET GAME button. We added tag to each of the boxes. We started working on checkForWinner() method. Homework In the class today, we added code to checkRead More...
Today We Did We reviewed basic Java syntax because to create any kind of games in Android you need to know the basic Java syntax. We made sure everyone installed Android Studio.Read More...
Homework Book.getInfo() needs to return String in the following format "Lord of The Rings by JRR Tolkien. Published on 1950. Price is $20. ID ABCD123" Inside LibrarySystem, add one more method "editBookPriceUsingList()".Read More...
Today We Did We made sure when someone win, the board is no longer clickable We added code to handle if no one win (Tie). Started Setting page. Homework No homework nextRead More...
Today We Did We finished BookSystem. We started with Android Tic-Tac-Toe android project. Homework No class next week because of memorial weekend. No homework
What We Did We continued with Tic Tac Toe game. We added code to have Setting page with switch. We added code to add the Setting gear image view in the mainRead More...
Today We Did We added player1 and player2 text fields and Start Game button. When user enter start game button, whatever text user enters in player1 text field will be displayed inRead More...