PWM Simulator, v1.0-alpha
Posted on

2D puzzle game for Android inspired by pulse-width modulation and various side-scrolling games.
Alpha of the major version. Implement the random plot.
Features
- plots:
- they display functions of time (as in an oscilloscope);
- random plot:
- it is updated with a random shift from the last value;
- it takes up three-quarters of the screen width;
- drawing:
- drawing of plot boundaries;
- drawing of plots.
Running
See for details: https://love2d.org/wiki/Getting_Started#Running_Games
On the Android
Clone this repository:
$ git clone https://github.com/thewizardplusplus/pwm-simulator.git
$ cd pwm-simulator
Make a ZIP archive containing it:
$ git archive --format zip --output pwm_simulator.zip HEAD
Change its extension from .zip to .love:
$ mv pwm_simulator.zip pwm_simulator.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/pwm-simulator.git
$ cd pwm-simulator
Then run the game with the LÖVE engine:
$ love .
Repository
Link: https://github.com/thewizardplusplus/pwm-simulator/tree/v1.0-alpha.
Content: code.
License: MIT.