socha 23.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package socha --version 23.0.2                
NuGet\Install-Package socha -Version 23.0.2                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="socha" Version="23.0.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add socha --version 23.0.2                
#r "nuget: socha, 23.0.2"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install socha as a Cake Addin
#addin nuget:?package=socha&version=23.0.2

// Install socha as a Cake Tool
#tool nuget:?package=socha&version=23.0.2                

C# client for Software-Challenge Germany 2022/2023

build and test Discord Documentation

This repository contains a simple client for the game "Hey, Danke für den Fisch" written for the .NET Core platform.

Because it is a simple client, it will only do seemingly random moves. If you wish to build your own client on top of this one you can clone this repo and add your code to the Logic.cs class in the socha-client-csharp folder.

Usage

This project can either be used with Visual Studio 2022 on Windows by opening the .sln file or with another IDE such as Visual Studio Code on any operating system.

To run this project in the latter case change into the socha-client-csharp folder and use the run command of .NET.

dotnet run

If you wish to pass program arguments to the dotnet execution you can use -- like so:

dotnet run -- --help

Deployment on the socha contest server

Make sure that you only include standard .NET libraries.

Put all files and folders in this folder in a .zip archive including the start.sh. Then upload that .zip on the contest site.

If you want to make modifications and edit the start.sh file, make sure to save it using linux line endings. You can either edit it on a Linux system or use Notepad++/wsl on Windows.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
24.1.5 795 2/26/2024
23.0.2.4 684 10/16/2022
23.0.2.1 645 10/15/2022
23.0.2 805 10/15/2022

Initial release with support for the game "Hey, danke für den Fisch!" in the season 22/23