PWM Simulator
A downloadable game for Windows, macOS, and Linux
Here is a technical demo of my game. It lacks a menu and any settings, and the graphics are highly sketchy. My main goal was to test the idea of the gameplay.
- Title: PWM Simulator.
- Genre: 2D puzzle.
- Date of start of work: Wed Dec 09, 2020.
- Date of release: Fri Jul 09, 2021.
- Developers: only me.
- Game engine: LÖVE.
Summary:
The blue plot displays a random analog signal. The light green plot displays the signal derived from the digital signal (see below) by passing it through an RC circuit.
The digital signal is generated by the user: when the mouse button is pressed, the signal level becomes logical high, when the mouse button is released, the signal level becomes logical low.
The goal of the game is to replicate the shape of the blue plot by the light green plot as close as possible.
Description: https://github.com/thewizardplusplus/pwm-simulator/blob/master/docs/gameplay.md
Controls:
Spoiler
Activate the custom plot by clicking the mouse or tapping on the touch screen. The plot remains active only during the interaction.
Pause by clicking the ||
button. To resume, click the |>
button.
Source:
- this game (MIT license): https://github.com/thewizardplusplus/pwm-simulator
- the library that implements a model of a 2D plot (MIT license): https://github.com/thewizardplusplus/luaplot
Status | Prototype |
Platforms | Windows, macOS, Linux |
Release date | Jul 08, 2021 |
Author | thewizardplusplus |
Genre | Puzzle |
Made with | LÖVE |
Code license | MIT License |
Asset license | Creative Commons Attribution v4.0 International |
Average session | A few minutes |
Languages | English |
Inputs | Mouse, Touchscreen |
Leave a comment
Log in with itch.io to leave a comment.