InksScape Tips
InkScape is a "Linux, Windows & OSX vector graphics editor (SVG format) featuring transparency, gradients, node editing, pattern fills, PNG export, and more. Aiming for capabilities similar to Illustrator, CorelDraw,…
InkScape is a "Linux, Windows & OSX vector graphics editor (SVG format) featuring transparency, gradients, node editing, pattern fills, PNG export, and more. Aiming for capabilities similar to Illustrator, CorelDraw,…
This tutorial shows how to create a simple HTML5 application in Aptana Studio Verify Aptana Studio Version This tutorial is based on Aptana Version: 3.4.1 Create a New Web Project…
This post shows you how to create a simple project in Eclipse using SmartGWT. PS If you have trouble viewing the images on this post, you are likely behind a firewall…
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.…
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…
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…