Salvager

Salvager

por theo20185
Reportar um bug
Marcar jogo
Loading ad...

Salvager

Avaliação:
2.3
Lançamento: May 08, 2012
Última atualização: May 08, 2012
Desenvolvedor: theo20185

Tags para Salvager

Descrição

A simple shooter that I made for a game development class. This is an Asteroids-like with a simple collection mechanic.

Como jogar

Controls

W – Forward Thrust
A – Rotate Left
D – Rotate Right
Space – Fire Cannon

Shoot at pieces of debris with your cannon. They will break into smaller pieces. You can collect the flashing orbs that smaller pieces release when they are destroyed. Collecting salvage is the only way to advance a level and gain an extra life.

Comentários

0/1000
coo300 avatar

coo300

May. 08, 2012

1
0

I would suggest using a different noise for thrust, the current one is very harsh to listen to for any amount of time.

theo20185
theo20185 Desenvolvedor

I will take that into consideration and remember it for any sequels.

zgnumu avatar

zgnumu

May. 09, 2012

0
0

The player explosion/death noise is also an ear-destroyer. Also, the volume of the sound is a little high in general. Collision is somewhat wonky -- seen a few blocks "jiggle", getting stuck on each other when they split. The rest of the game seems fine.

theo20185
theo20185 Desenvolvedor

Yes. The rotation direction gets reversed when two blocks hit and the magnitude depends on the magnitude of both objects before the collision and their relative mass. Sometimes two blocks get stuck colliding every few frames if they hit right. The entire collision detection method needs to be re-written. Right now it only uses simple elastic collisions for the vertical momentum and horizontal momentum and ignores angle of reflection.