Java with Greenfoot Lesson 2: Tic-Tac-Toe Game Part I
In this lesson, we will create a Tic-Tac-Toe game board and add game pieces to it. Quick intro on Programs, Functions, Classes, Subclasses, and Objects Computer programs are one…
In this lesson, we will create a Tic-Tac-Toe game board and add game pieces to it. Quick intro on Programs, Functions, Classes, Subclasses, and Objects Computer programs are one…
If you are familiar with Scratch and would like to learn more on programming. Java with Greenfoot is a great choice. In this lesson, we will test the water by…
In Lesson 11, we will create all the necessary sprites for the Mini Mario game. Especially, we will focus on Mario and show how to make him walk, jump, and…
In lesson 7, we took a look at an existing sample game, The Pong Game, and we also had made changes to this game to make it more interesting. In…
In Part II, I will show you how to add scene transition to your animation using broadcast message and “wait†control blocks. A Stage is Like a Sprite A Stage…
In this lesson, we will create a Cartoon Animation. We will first create a story line. Based on the story line, we will create sprites and scenes, and finally…
In this lesson, we will modify a sample game named “Pongâ€. We will add score, levels, and more balls to the game. To open the “Pong†game, click “Open†and…
In this lesson, I will show you how to create a tune using Scratch™s Sound Tool Kit. Then I will also show you how to use Audacity to create a…
In this lesson, I will show you how to make sprites move to certain locations on the Stage. The Scratch Stage uses X-Y Coordinate System that looks as follow: To…
In this lesson 3, we make our sprite dance. In lesson 4, I will show you how to make him dance to the beat. And not just to the beat…