FoonLudum Dare ExplorerLD30 → Redspace

Redspace

By filtoid

View on Wayback Machine

CategoryRankScoreCount
Coolness2202

Comments

jhelle 2014-08-31 14:20

Would be nice if you could make a executable version or web version of your LD48 entry. Lot of people don't want to install all kind of libraries to rate games.

Good luck in future LD's :)!

retr0spectrum 2014-09-05 20:12

Traceback (most recent call last):
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

retr0spectrum 2014-09-05 20:13

The error above occured with Lubuntu 14.04

retr0spectrum 2014-09-05 20:15

I fixed the error by adding another space in front of line 92.

retr0spectrum 2014-09-05 20:16

It looks OK, but obviously not a playable game. I think it would be better if you added rotational momentum, and faster forwards acceleration