PyWeek - OrionDark7 - feedback

Fun 4 Prod 2 Inno 3

yarolig

- looks interesting and very promising...
- unfortunately the game is not finished
- can't get past 8 wave - getting error list index out of range

Fun 3 Prod 3 Inno 3

s10te

-

Fun 2 Prod 4 Inno 3

bukmano88

I fund game not complete... there is story, enemyes, and turets but as waves of attackers pases you did not get curency - you cant buy more towers....

Fun 3 Prod 4 Inno 3

DR0ID

I could not figure out how to collect 'bitcoins' and therefore the play fun was very limited. Also it was not clear to me that pygame 2.0.0.x has to be used.

Fun 3 Prod 3 Inno 3

mit-mit

This was a reasonable tower defence experience, but I'm not sure if I was doing something wrong, but I couldn't get anymore bitcoin after I ran out, so wasn't able to rebuild or repair my towers? Managed to survive to wave 8. Press any key to restart game also didn't work for me. I liked the story at the start, cool idea castaway in cyber space.

Did not work

gummbum

pygame 1.9.6, Windows 10

Easy to fix:

File "main.py", line 610, in <module>
pygame.draw.circle(tempsurface, [255, 255, 255], [objects.towers[building][1]/2, objects.towers[building][1]/2], objects.towers[building][1]/2)
TypeError: integer argument expected, got float

Here's another that I probably wouldn't be able to solve without extensive debugging:

Traceback (most recent call last):
File "main.py", line 574, in <module>
wavespawned[0][1] -= 1
IndexError: list index out of range

Unfortunately, I didn't get to see enough of the game to judge it. Disappointed, it seemed to promise some good TD fun. Maybe next time? :)

Fun 4 Prod 3 Inno 3

Quikli

Crashed on wave 8 or so. I was also earning bitcoin but not being awarded it, so I never got to change or build after the initial wave (thankfully my initial placements were decent)

Traceback (most recent call last):
File "main.py", line 574, in <module>
wavespawned[0][1] -= 1
IndexError: list index out of range

Fun 4 Prod 5 Inno 2

Taganov

Classic TD. Great production value.

Fun 2 Prod 3 Inno 1

rdb

This is a great start to a neat tower defense game, albeit not very original (and only a superficial attempt to match the theme). However, there are way too many problems with it right now to give it a high rating.

I got an exception upon entering the build menu. Upon fixing that I managed to build 4 turrets, and never anything more because I wasn't actually getting more bitcoins for defeating enemies. I got easily all the way up to about wave 8 on those four starting turrets, when I got this exception:
Traceback (most recent call last):
File "main.py", line 574, in <module>
wavespawned[0][1] -= 1
IndexError: list index out of range
At that point I gave up. A shame, because it looks like there is a lot of potential here.

On a sidenote, the font is pretty painful to read.

Fun 4 Prod 5 Inno 4

Xyolidge

Sounds fun and well produced; but a fatal crash occured at level 8 avoiding to see furthermore of the game.

Fun 2 Prod 2 Inno 2

tizilogic

I had to modify a line of code to make it work, otherwise it would crash when entering build mode.

Even though it showed me earning "bitcoins" it never would change the bitcoins available.. So I couldn't build more than 4 towers.

I liked the music/sfx

Did not work

fireclaw

When clicking on B or Build in the menu

Traceback (most recent call last):
File "main.py", line 610, in <module>
pygame.draw.circle(tempsurface, [255, 255, 255], [objects.towers[building][1]/2, objects.towers[building][1]/2], objects.towers[building][1]/2)
TypeError: integer argument expected, got float

Did not work

chrisyan2000

I don't know why but I didn't get any bitcoin after defeat enemies or passing a stage );
So i'm pretty stuck in the first couple of stages