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

Code to all the Games I made using Python Programming Language

Results 4 Gaming-in-Python issues
Sort by recently updated
recently updated
newest added

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...

After 1 player wins the loop is still running and finally ends in error. The following errors was obtained Traceback (most recent call last): File "C:/Users/chainreaction.py", line 243, in gameLoop()...

**_Showing Type Error for a few number of lines in Minesweeper.py_** TypeError: 'float' object cannot be interpreted as an integer