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


Well, I did not manage to test the game with Python2.x, nor to add sound effects or music, and procedural vessel generation... In the end the actual game content differs a lot from my initial ambitions, but I would say this is "normal" for gaming challenges. I will upload a more complete version in a few weeks I hope.

(log in to comment)

Comments

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.

I can't run it. I get the error:


/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