Inspiration
We would like to create a little useless game and finally we decided to create a traditional game, Five in a Row. This is an abstract strategy board game.
What it does
This is a traditonal game Five in a Row. This is played by two players, one by one. Once one of the player let the five in a row, he/she wins.
How we built it
We use Java language to impliment it and it can play using the terminal. It has two players and it will update the board once enter the postion. When five in a row, it detects and announce the winner.
Challenges we ran into
It take use some time to figure out the layout of the game. Also base on the rule, it took us sometime to figure out how to verify if there are five in the row, both horizontally, vertically, or diagonally.
Accomplishments that we're proud of
We are happy that we made it works and the game can be launched and played.
What we learned
We have a more comprehensive understanding of language Java .
What's next for Go Bang
We would like to further explorate it and make an AI player using machine learning or implements the rule. So that player can have the choice to play against AI.
Log in or sign up for Devpost to join the conversation.