Tag Archives: Programming Logic

Java Video Tutorial 10

Java Video Tutorial 10In this tutorial I do something kind of crazy. I try to teach programming logic by writing code right out of my head. You probably won’t understand everything in this video, but that’s OK.

I continue making a simple game in Java. I specifically make a method that allows my monsters to move on the game board without landing on each other and blocks them from falling off the board.

If you missed part 1 definitely check out Java Video Tutorial pt 1.

Continue reading Java Video Tutorial 10