
- GREENFOOT SHOWTEXT DRIVERS
- GREENFOOT SHOWTEXT DRIVER
- GREENFOOT SHOWTEXT FULL
- GREENFOOT SHOWTEXT CODE
First Pomodoro BreakĬontinue working on FatCat.
The navigator should read through the material on the FatCat page while the driver works on the scenario. The FatCat prep page as needed to help answerĪfter the form is filled out, you can move on to the FatCat page. Otherwise, the navigator reads the questions and the recorder records the answers. If you're working in pairs, the navigator is responsible for both reading the questions and Have a recorder in your group, the recorder should also have the FatCat: MethodįatCat: Method Headers and Method Calls form.
The navigators should have the FatCat: MethodįatCat: Method Headers and Method Calls form up on their monitors, and the drivers should have the FatCat prep page up on theirs. First PomodoroĬontinue the FatCat pair programming activity. TJ will be back next week.īelow is a tentative lesson plan, subject to change by your instructor. Your instructor for today will be David Pfest.
For our last pomodoro or two, you'll also have the opportunity to develop your programming skill is to work through some tutorials or work on your Expo projects. Work on CodingBat Java Logic-1 or CodingBat Java Logic-2. Go over the CodingBat material on Java If and Boolean Logic, including. Made one that you can use for the rest of this course, and you can get it from me. If you haven't given me an email address, then I If you gave me anĮmail address last week, then use that email address to log in. You'll need to use an email address to log in. After Quizlet Live, we'll take a look at it, starting with the custom CodingBat exercises. Most of us haven't had a chance to get started on CodingBat. Today's Quizlet Live topic is if-statements. If we have time after that, we can do some Greenfoot. We'll go over these flash cards to prepare for today's KahootĪfter Kahoot, we'll do some more CodingBat. We have a little more to cover on conditions before we get to Kahoot and more CodingBat. Or you can prepare to explain terms you learned in Quizlet and Kahoot! NovemMore on conditions If you feel your project is ready for Expo! you can work on CodingBat and prepare to explain your work on that. Make sure it's clear to users how your app should be used and when they're using it correctly or well. If you're satisfied with your Greenfoot project, have someone else test it out. Images from the internet, or images you created yourself. If you're done with your basic game and are looking to add finishing touches, consider adding: Keyboard control or mouse control would be good things to have in your project. Your project should probably use at least a dozen statements overall, depending on your previous experience. The variable can be a field, a local variable, or a parameter. What are they?Īt least three methods total (i.e., not necessarily three per actor) besides the act method. For example, the bouncy balls project has three subclasses of Actor. At least two different subclasses of Actor. Note: Any of the Joy of Code projects qualify as solid projects. This can be any Greenfoot project you made with the Joy of Code videos or Greenfoot tutorials, or any project you made on your own.Ī solid project will include the items below. Everyone should prepare a Greenfoot project to show.
Next week is Expo! Today is your last full day to prepare. Here's a project that plays background music.
GreenfootBook Page (includes links to book scenarios)Įxpo! will be at 11:15 for the morning class and at 2:15 for the afternoon class. Greenfoot Documentation (includes tutorials and. Java Tutorial Trail: Learning the Java Language Using Methods with Non-Void Return Types. That needs to be typed in order to get it right. In our game, a Word is a combination of 2 strings, the part that the user sees and the part Create a new subclass of Actor in the project txt file and loaded into an ArrayList of words. In order for us to have an easy way to choose words for our game we are going to have them In case of a correct typing, another word appear. If the word crosses the finish line, the game ends. The game will consist of Japanese 🇯🇵 words falling from the sky while the user try to type the correct word. Making the finish line (lose game when it crosses).
In the version 1 of our game, we will develop the basics of a typing game using Greenfoot by following the list bellow: