Redspace by filtoid
Redspace represents how far I got with Ludum Dare 30. Sadly I hit some technical problems and subsequently wasn't able to finish. Unfortunately it wasn't finished to the point of being a game really.
To Run:
PyGame must be installed then simply run main.py (I hope to improve the experience of this and compile using py2exe or similar)
It should run on Linux, MacOS and Windows (assuming that Python and PyGame are installed)
Keys:
Use W,A,S and D to move.
Space is fire a missile.
Press E when inside a portal to be transported to a different coloured universe.
Known Issues:
The 'game' doesn't have enough code in it to count as a game per se. I've included it because I'm still happy with how far I got and if anyone wants to take the code and make their own version then please feel free.
There are performance issues with the code - it doesn't have a properly implemented game loop so timing is a big problem.
Please help me out by posting any issues that you have with the game.
Post Compo:
Post Compo code will be posted here:
www.philjeffes.co.uk/ld30/g/dist.zip
To Run:
PyGame must be installed then simply run main.py (I hope to improve the experience of this and compile using py2exe or similar)
It should run on Linux, MacOS and Windows (assuming that Python and PyGame are installed)
Keys:
Use W,A,S and D to move.
Space is fire a missile.
Press E when inside a portal to be transported to a different coloured universe.
Known Issues:
The 'game' doesn't have enough code in it to count as a game per se. I've included it because I'm still happy with how far I got and if anyone wants to take the code and make their own version then please feel free.
There are performance issues with the code - it doesn't have a properly implemented game loop so timing is a big problem.
Please help me out by posting any issues that you have with the game.
Post Compo:
Post Compo code will be posted here:
www.philjeffes.co.uk/ld30/g/dist.zip
| GitHub | https://github.com/filtoid/ld30 |
| Original URL | https://ludumdare.com/compo/ludum-dare-30/?action=preview&uid=17606 |
Good luck in future LD's :)!
File "main.py", line 2, in <module>
from levels.redspace import RedSpace
File "/home/user/LudumDare/redspace/levels/redspace.py", line 6, in <module>
from enemy import EnemyShip
File "/home/user/LudumDare/redspace/enemy.py", line 93
if self.cur_path_num >= len(self.path_ary):
^
IndentationError: unexpected indent