Twitch bot for playing games.
Install Java 17+ (e.g., with Adoptium or SDKMAN!).
TODO: Download Release and run.
Install Java 17+ and Gradle v8.10+ (e.g., with SDKMAN!).
The root-level Bash script, twandy, will build the Jar (as fast as possible) if it doesn't exist and then run it.
- If the Jar already exists, it will not rebuild it, unless you specify the
/boption. - It uses
./gradlewif it exists, else it usesgradle. If you don't want it to use./gradlew, then specify the/goption or just delete./gradlew. - Slashes (
/) are used instead of dashes so that it doesn't conflict with Twandy's options.
./twandy
./twandy /b /g --versionOr build manually (use ./gradlew.bat on Windows):
./gradlew buildRun the app using one of these methods:
## 0) Use the top-level script.
./twandy
## 1) Use the Jar.
java -jar app/build/libs/twandy.jar
## 2) Use one of the build scripts.
app/build/install/twandy/bin/twandy
app/build/install/twandy/bin/twandy.bat
## 3) Use Gradle.
./gradlew runThese examples use the twandy script, but any of the other running methods will also work with these same options/commands.
twandy --helpTODO: user/pass
TODO: play Solarus; download and run DX file
TODO: play lichess
TODO: run fhat
Twandy [https://github.com/esotericpig/twandy]
Copyright (c) 2021 Bradley WhitedTwandy is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.Twandy is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.You should have received a copy of the GNU Lesser General Public License
along with Twandy. If not, see https://www.gnu.org/licenses/.