9 AM – Android Game Development In Java
Homework Create GameOver Page This means you have to create a new Empty Activity Configure the layout_game_activity.xml to have a big text "GAME OVER" and PLAY Button and CREDIT Button and SettingRead More...
Homework Create GameOver Page This means you have to create a new Empty Activity Configure the layout_game_activity.xml to have a big text "GAME OVER" and PLAY Button and CREDIT Button and SettingRead More...
What we did today We finished the Custom Birthday Card Project. You shared and emailed the project to me. Homework Do pages 96-97 on you pink scratch book, (Do steps 1 toRead More...
Homework Continue on EmailApplication. Add one more class attribute to EmailMessage class: private LocalDateTime sentDate. Review LocalDateTime tutorial in https://www.w3schools.com/java/java_date.asp Add one more parameter to EmailMessage constructor: LocalDateTime sentDate. You have toRead More...
Today We Did We started learning about Java Data types. Learned about how to comment, and print things out to the terminal/shell. Learned the data types String, integer, double, and float. ForRead More...
Today: We went over the homework to center the bullet's initial creation position, and added collision detection between the enemy tank and the bricks. We added logic so the enemy tank facesRead More...
Today We Did We continued with the Cheese Chase project. We added in the beetle and also created Level 2. For Homework Create 2 more beetles that show up at Level 2.Read More...
Today We Do We reviewed homework about for loop and functions. We started Turtle module. Homework Continue with Feb26_BasicTurtle.py. Homeworks are due on Friday night, please upload to google drive. Create squareRead More...
Homework In your school application project, add new feature "8. List all teachers between 60 and 100". This is very similar to what you guys did with list all teenagers students. ChangeRead More...
Today We: Did the Scratch Level 1 Final Exam Your HW: None
Today we: Continued the Cheese Chase project Coded the Maze sprite to switch costumes for each level Created a Level Banner sprite, coding it to show and hide for each level byRead More...
Today We Did: Learned about Classes Homework: Do pg.163-166 and pg.167 TRY-IT-YOURSELF in a file called Feb26_ClassHomework2.py Try to download and install Python and Pycharm to your computer If you have anyRead More...
Today we: Continued the Birthday Card project Coded the Cake sprite to glide from left to right Coded the Birthday song to forever play Added the Shark sprites and coded them toRead More...
Homework Continued with EmailApplication project. Add "2. Create Email Message" feature. After user create an email message, store this to the new Map<String, EmailMessage> which we created in the class earlier. WhenRead More...
Topics covered in class today: We went back to the grocery system program, and created a class for grocery items. We did so in a separate file, and linked it back toRead More...
Topics covered in class today: We reviewed the hangman game, and went over the logic on how to keep track of the user's correct guesses. Homework: Please finish the hangman program usingRead More...