Column Win Check Missing
Abierto
enhancement
- Lenguaje dominante
- C++
- Estrellas
- 1
- Forks
- 4
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Title:
Win Check for Columns Missing
Description:
In the current implementation, the game checks for row and diagonal wins, but column wins are not checked. This causes the game to miss a victory when all spots in a column are filled by the same player.
Expected Behavior:
The game should declare a win when a player fills all spots in any column.
Suggested Fix:
Add logic in the checkWin() function to check columns for the winning condition.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.