PyWeek - Orcses - feedback

Fun 4 Prod 4 Inno 3

Tee

Fun! It looks great and it has a nice variety of enemies and power-ups (though I wasn't always sure what each power-up did). Nice work.

Fun 3 Prod 4 Inno 4

Cosmologicon

Interesting! I like the mechanic of finding the dark matter a lot. It seemed easier to sit in the corner and fire tracers randomly, but I tried to do it the right way, and it was certainly more fun. The action was pretty overwhelming but the large amount of health made it manageable. The one part that felt a little unfair was how close I had to get to the edge of the screen before it would start scrolling, so I couldn't really see what was coming up. The bosses were fun. Once I got the hang of it I made it through 2 sectors.

Fun 2 Prod 2 Inno 1

busterbeam

The game does have a certain polish but due to using a fixed sized window for a mouse heavy game when I accidentally moved the mouse outside of the game window caused issues. breaking illusion. furthermore the button mapping did not make much sense why not space for "accelerate". and numbers for "weapons". Clearly a lot of effort did go into the game though

Fun 4 Prod 4 Inno 3

gummbum

Nice game! I had several minutes of pure shmupping pleasure. I appreciated having enough shield or heatlh to see a good chunk of the game. I wish I could have finished it. The controls took quite a bit of getting used to; having to orient the ship to move and also to shoot - basically moving and shooting in the direction you are facing - is always a bit hard on my brain. The SFX were great and provided good solid feedback; the music was cool. A very nice entry.

I had an unhandled exception when my ship was destroyed. Here it is for your debugging pleasure:

(DarkOdyssey) D:\DarkOdyssey>python run_game.py
Traceback (most recent call last):
File "D:\DarkOdyssey\run_game.py", line 12, in <module>
game.run()
File "D:\DarkOdyssey\modules\game.py", line 711, in run
pyglet.app.run()
File "D:\DarkOdyssey\lib\site-packages\pyglet\app\__init__.py", line 76, in run
event_loop.run(interval)
File "D:\DarkOdyssey\lib\site-packages\pyglet\app\base.py", line 163, in run
timeout = self.idle()
File "D:\DarkOdyssey\lib\site-packages\pyglet\app\base.py", line 224, in idle
self.clock.call_scheduled_functions(dt)
File "D:\DarkOdyssey\lib\site-packages\pyglet\clock.py", line 217, in call_scheduled_functions
item.func(now - item.last_ts, *item.args, **item.kwargs)
File "D:\DarkOdyssey\modules\game.py", line 631, in update
obj.handle_collision_with(other_obj)
File "D:\DarkOdyssey\modules\bullet.py", line 157, in handle_collision_with
other_object.take_damage(self.damage)
File "D:\DarkOdyssey\modules\game_object.py", line 121, in take_damage
self.assets.sound_assets["snd_gameover"].play()
File "D:\DarkOdyssey\lib\site-packages\pyglet\media\codecs\base.py", line 229, in play
player.queue(self)
File "D:\DarkOdyssey\lib\site-packages\pyglet\media\player.py", line 151, in queue
self._source = source.get_queue_source()
File "D:\DarkOdyssey\lib\site-packages\pyglet\media\codecs\base.py", line 369, in get_queue_source
raise MediaException('This source is already queued on a player.')
pyglet.media.exceptions.MediaException: This source is already queued on a player.

Fun 3 Prod 4 Inno 4

PyNon

Nice gam

Fun 4 Prod 5 Inno 4

DR0ID

Well done, have not overcome any boss yet. Navigation takes a bit of practice.

Fun 4 Prod 4 Inno 3

Jsteele

I liked the visuals and general art style. I had some issues with the text clipping into each other.

Fun 3 Prod 4 Inno 3

Proiz92

Good one!

Fun 3 Prod 4 Inno 4

RicBin

Nice Game

Fun 3 Prod 3 Inno 3

TenekeKutu_07

Nice shooter game to build in a week
maybe a more complex tool to locate the dark matter?
i just fired lasers to every direction

Fun 4 Prod 4 Inno 4

cprogrammer1994

Amazing, complete and well reflecting the theme. The ship was a bit slow and the dark matter gravity pits could have been more disastrous on impact especially for the enemies.

Fun 4 Prod 4 Inno 4

PyTM30

Pretty cool little game.

Fun 4 Prod 4 Inno 3

mit-mit

Cool game guys! The mechanics were pretty fun and I liked all the extras with blackholes pushing you around and everything. The graphics looked really cool, I liked the boss ship art. Good choice of sounds and music for a polished experience!

Fun 3 Prod 3 Inno 3

SHAKAndawe

-A lot of stuff happening on screen
-Had some issues with the score label moving around weirdly

Fun 4 Prod 4 Inno 3

Lanecrest

Fun little game! I played for a while but there didn't seem to be a "win" condition or maybe I didn't play long enough, but if there is one it wasn't clear

Did not work

preatomicprince

Tried both Linux executable and running python via command line. Unfortunately both attempts ended up freezing pretty early on into the game so I didn't have a chance to fully test