Salvager

Salvager

oleh theo20185
Laporkan pepijat
Tandakan Permainan
Loading ad...

Salvager

Penarafan:
2.3
Tarikh keluaran: May 08, 2012
Kemas kini terakhir: May 08, 2012
Pembangun: theo20185

Tag untuk Salvager

Deskripsi

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

Cara Bermain

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.

Komen

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 Pembangun

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 Pembangun

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.