Gaming-in-Python icon indicating copy to clipboard operation
Gaming-in-Python copied to clipboard

Slice value error

Open StevenInfinity opened this issue 2 years ago • 0 comments

When a player tries to place an orb in the grid it return index error which can be fixed by typecasting the index values to integer.

In the following lines the changes were required: 147,148,231

StevenInfinity avatar Mar 29 '22 13:03 StevenInfinity