Durengo / Omni-Grid

Final project for Software Engineering and Software Testing courses made by students from Vilniaus Kolegija / University of Applied Sciences at the Faculty of Electronics and Informatics.
MIT License
0 stars 1 forks source link

ConnectFour MoveType Assignment Initialization Bug #32

Closed LastWeekNextDay closed 11 months ago

LastWeekNextDay commented 11 months ago

Even if you select O (Black) as Player1, you still begin as X (Red).

This is due to ResetPlayers providing a hardcoded MoveType list to SetupPlayers where X is always first.

LastWeekNextDay commented 11 months ago

Fixed