Gravity Duel, v1.0-beta
Posted on

2D puzzle game for Android inspired by various shoot 'em up games reduced to a duel of two players and combined with gravity effects (but only for impulses).
Implement the player and the player impulse performing.
Change Log
- The player:
- Process the player separately
- Make the player larger
- Draw the player ledges
- Fix the initial angle of the player
- The player impulse:
- Add the player impulse button
- Rename the
physics.make_collider()function tophysics.make_rectangle_collider() - Add the
physics.make_circle_collider()function - Generate the player impulses
- Disable collisions between the player and its impulses
- Apply a velocity to the player impulses
- Destroy a player impulse on its hit
Repository
Link: https://github.com/thewizardplusplus/gravity-duel/tree/v1.0-beta.
Content: code.
License: MIT.