Gravity Duel, v1.0-alpha
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 joysticks.
Change Log
- Add basics of the project
- Add the LDoc configuration
- The joysticks:
- Install the GOOi library
- Add the joysticks
- Display the states of the joysticks
Building
Clone this repository:
$ git clone https://github.com/thewizardplusplus/gravity-duel.git
$ cd gravity-duel
Build the game with the makelove tool:
$ makelove ( win64 | macos | appimage )
Take the required build from the corresponding subdirectory of the created builds directory.
Running
See for details: https://love2d.org/wiki/Getting_Started#Running_Games
On the Android
Clone this repository:
$ git clone https://github.com/thewizardplusplus/gravity-duel.git
$ cd gravity-duel
Make a ZIP archive containing it:
$ git archive --format zip --output gravity_duel.zip HEAD
Change its extension from .zip to .love:
$ mv gravity_duel.zip gravity_duel.love
Transfer the resulting file to the Android device.
Open it with the LÖVE for Android app.
On the PC
Clone this repository:
$ git clone https://github.com/thewizardplusplus/gravity-duel.git
$ cd gravity-duel
Then run the game with the LÖVE engine:
$ love .
Repository
Link: https://github.com/thewizardplusplus/gravity-duel/tree/v1.0-alpha.
Content: code.
License: MIT.