Gravity Duel, v1.1
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).
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
Statsclass:- 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
- Add the
- The
BestStatsclass:- Add the
BestStats:initialize()method - Add the
BestStats:update()method - Add the
BestStats:draw()method
- Add the
- The
StatsStorageclass:- Install the MessagePack library
- Install the FlatDB library
- Add the
StatsStorageclass - Add the
factory.create_stats_storage()function
- Count and display the stats:
Repository
Link: https://github.com/thewizardplusplus/gravity-duel/tree/v1.1.
Content: code.
License: MIT.