This repository contains a random client for the game "Hey, Danke für den Fisch" written for Typescript and Node JS.
Because it is a random client, it will only do seemingly random moves. If you wish to build your own client on top of this one you can follow the instructions below.
You can either clone this repository or download it as an archive using the green <> Code
button in the top right.
To build the code you need to install the Typescript transpiler and Node.js Version 18!
Once everything is prepared you can add your code to the logic.js
file using any IDE you like, however I would recommend Visual Studio Code.
To setup this project execute the following in the console:
npm install
To build and run it write this:
tsc && node output/logic.js
If you wish to pass program arguments to the node
execution you can use --
like so:
node output/logic.js -- --help