Connect 4 180
- 4 Devlogs
- 24 Total hours
Connect 4 but every 6 turns the board flips
Connect 4 but every 6 turns the board flips
Finished the game, added a settings menu which allows you to select different options such as, if you can see the countdown, how many turns in between flips, and if the turns between flips should be random, also fixed bugs where the player or ai could drop pieces while other pieces were falling and fixed bug where a false win would be detected
Finally got the AI to work, for a while the AI would just go filling roles from left to right without making any smart decisions or it just wouldn’t make a decision at all. I realized the problem was that one of my numbers that should’ve been negative was positive, whoops. I was also able to get board flipping to work so now after 6 turns it will flip. What I am adding: settings menu to change how often the board flips. Animation of the pieces falling.
Added - win detection now fully working, main menu, and updated visuals. I am currently working on getting the board to flip and an AI to play against.
Got pieces falling into place correctly and horizontal win detection working, currently need to implement vertical and diagonal win detection