Create a Simple HTML5 application with Aptana Studio 3.4.1
This tutorial shows how to create a simple HTML5 application in Aptana Studio
Java with Greenfoot Lesson4: Tic-Tac-Toe Game Part III
In this lesson, we will make the Board class check the game progress and stop the game once someone has won. I will then introduce the concept of Java Arrays. We will add code to constantly check whether three game balls of the same color has lined up and to mark those winning game balls.
Java with Greenfoot Lesson 3: Tic-Tac-Toe Game Part II
In the last lesson (Lesson 2), we created the Tic-Tac-Toe Board and GameBall classes. We also added GameBall objects to the Board object. In this lesson, we will add a Player class such that a Player object interacts with GameBall objects in a meaningful way.
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.