Back to Browse

Android Game Piece Tutorial Part 1

7.5K views
Sep 22, 2012
24:25

This series is in response to a question raised on the ( indiedevelopment.co ) forums. The question was how to create a game similar to what we made in the Android TicTacToe Tutorial Series. The differences would be that you would start with a row of game pieces at the top and a bottom of the board. To win this game you must get 3 pieces of the same color into a horizontal (not the starting configuration), diagonal, or vertical configuration. This is the first part of the series and covers creating both the GamePiece.java file and GameBoard.java file that we will be using for the example game. Error: The code that goes with the // if the bottom row is filled with red pieces should be "Red" instead of "Blue". The code on ( indiedevelopment.co ) has been updated to reflect this change. Hope you enjoy this series and don't forget to head over to ( indiedevelopment.co ) and register as part of the community!

Download

0 formats

No download links available.

Android Game Piece Tutorial Part 1 | NatokHD