Game submitted
I'm satisfied with the apparent final game's quality, but the lack of testing time makes me dread undetected bugs appearing when users are playing...
(log in to comment)
Comments
/ThePhantomRacer_PyWeek/alphabet.py", line 101, in getFromFile
text = f.readlines()
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/codecs.py", line 321, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe0 in position 196: invalid continuation byte
YannThor on 2017/02/26 13:13:
I forgot to precise that the game may be slow on certain machines, as it makes heavy use of CPU for rendering 3D.My testing machine was an Intel Aspire E1-572G, CPU i7-4500U (1.8Ghz).
If the game is slow on your computer, try to reduce the max visibility distance in display options.