This post originated from an RSS feed registered with Java Buzz
by Peter Karich.
Original Post: Test-Driven Teaching - 2. Initial Box Game
Feed Title: Java and more ...
Feed URL: https://karussell.wordpress.com/category/java/feed/
Feed Description: Just another weblog. Its about my developer experiences with Java in general. In detail I will blog about NetBeans, Eclipse, Design Patterns, News, Web Frameworks and other tools. My focus will be open source tools, which make the life of a Java developer easier.
Now that you are a bit comfortable with your IDE and Java itself we will code the initial lines for the game in this tutorial (go to overview).
What you will learn in this section:
Subversion: check out
Java methods with parameters
Variables of different type (the most important ones): boolean, int, long, float, double, String
Variables with different visibility
Creating [...]