Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add replay feature #44

Open
3 tasks
Not-A-Normal-Robot opened this issue Sep 27, 2024 · 1 comment
Open
3 tasks

Add replay feature #44

Not-A-Normal-Robot opened this issue Sep 27, 2024 · 1 comment
Labels
Feature request New feature or request

Comments

@Not-A-Normal-Robot
Copy link
Member

  • Add ability to create and save replays
  • Add ability to read and playback replays
  • Optional: Add a way to open a replay directly using command-line arguments
    This can be useful for auto-verifying replays or extracting replay data (e.g. timestamps of lines cleared) in an automatable way.
    An example flag could be --replay=insertBase64StringHere.
    Detailed replay data could be output into stdout like: Replay output below, with the next line containing a JSON.
@Not-A-Normal-Robot Not-A-Normal-Robot added the Feature request New feature or request label Sep 27, 2024
@User670
Copy link
Contributor

User670 commented Nov 23, 2024

Speaking of command line arguments
When I open a file "with a certain program", or when I drag a file onto the executable in the file explorer, the program is launched with the file's path in the command line argument. If replays can be exported as a file, also consider implementing support for this command line argument so that people can drag or double-click a replay file, have Techmino open, and automatically start replaying the replay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants