Gaming-in-Python
Gaming-in-Python copied to clipboard
Slice value error
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