Inspiration

After learning about how to use Interfaces in our AP Computer Science class, we thought that it would be a really good to test it with Two Player Games.

What it does

The user can pick between 5 (or 6 if you include Checkers, but we ran out of time to complete it) different unique two player games to play with his/her friends.

How we built it

We built in the java using JOptionPane to add a GUI.

Challenges we ran into

It was really difficult to format the GUI board for battleship and checkers, and programming wise we ran into a lot of logical errors such as not generating our battleships in the correct locations, or not being able to get the elapsed time for the typing competition correctly.

Accomplishments that we're proud of

We managed to finish programming 5 different games throughout the day

What we learned

How to use JOptionPane to make textbased programing games more interesting, and understanding more about the power of Interfaces.

What's next for TwoPlayerGames

Add local networking so friends can play real time on different computers

Built With

Share this project:

Updates