Salvager

Salvager

โดย theo20185
รายงานบั๊ก
รายงานเกม
Loading ad...

Salvager

คะแนน:
2.3
เปิดตัว: May 08, 2012
อัปเดตล่าสุด: May 08, 2012
ผู้พัฒนา: theo20185

แท็กสำหรับ Salvager

รายละเอียด

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

วิธีเล่น

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.

ความคิดเห็น

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 นักพัฒนา

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 นักพัฒนา

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.