World Conquest Chronicles

World Conquest Chronicles

Gravity Duel, v1.1

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).

Collect the total and best stats.

Change Log

  • The stats:
    • Count and display the stats:
      • Count and display the performed player impulses
      • Count and display the hit player impulses
      • Count and display the accuracy of the player impulses
    • Count and display the best stats:
      • Process the best stats
      • Save the best stats
    • The Stats class:
      • Add the Stats:initialize() method
      • Add the Stats:add_impulse() method
      • Add the Stats:hit_target() method
      • Add the Stats:impulse_accuracy() method
      • Add the Stats:draw() method
    • The BestStats class:
      • Add the BestStats:initialize() method
      • Add the BestStats:update() method
      • Add the BestStats:draw() method
    • The StatsStorage class:
      • Install the MessagePack library
      • Install the FlatDB library
      • Add the StatsStorage class
      • Add the factory.create_stats_storage() function

Repository

Link: https://github.com/thewizardplusplus/gravity-duel/tree/v1.1.

Content: code.

License: MIT.