Problem I wrote this a couple months ago and just wanted to get some feedback on it. In the printBoard() […]
Tag: connect-four
Library to play and create AI for “Connect Four”
Problem I am looking for some advice to this code I made, which enables a fellow programmer to create his […]
Connect Four applet
Problem I am making a Connect Four type of game in Java. I want to make sure that all the […]
9×9 Connect 4 for 2 players
Problem As a high school assignment, I was asked to make a Connect 4 game in Java. I have created […]
Connect Four (the OO approach)
Problem I saw some approaches to the Connect Four game on a site. None of them seemed very OO like, […]
Connect Four Shared Keyboard Game
Problem I wrote a connect four game for two players, where each player uses the same keyboard. I programmed this […]
Find longest sequence horizontally, vertically or diagonally in Connect Four game
Problem I’m new to programming and also to Java and working on problems in Intro to Java by Robert Sedgewick. […]
Connect Four (the OO approach)
Problem I saw some approaches to the Connect Four game on a site. None of them seemed very OO like, […]
Connect Four game with minimax AI
Problem I have created a connect four game between a bot and a player. It was quite a bit of […]
Connect Four best way to get diagonals
Problem I’ve checked many classes that implement the major diagonal cases but I didn’t find efficient one. I tried to […]
- 1
- 2