space-typer icon indicating copy to clipboard operation
space-typer copied to clipboard

A typing game written in Python using the Arcade library

Results 3 space-typer issues
Sort by recently updated
recently updated
newest added

Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.2 to 8.3.2. Release notes Sourced from pillow's releases. 8.3.2 https://pillow.readthedocs.io/en/stable/releasenotes/8.3.2.html Security CVE-2021-23437 Raise ValueError if color specifier is too long [hugovk, radarhere] Fix 6-byte OOB read...

dependencies

the script exits with the error ``` if self.focus_word.word == "": AttributeError: 'NoneType' object has no attribute 'word' ``` whenever i press space to restart game, or randomly.

I just placed a return statement to stop any further code execution when the space bar is pressed for a restart Fix for the error **Ceres445** issued: ` if self.focus_word.word...