socha 23.0.2
See the version list below for details.
dotnet add package socha --version 23.0.2
NuGet\Install-Package socha -Version 23.0.2
<PackageReference Include="socha" Version="23.0.2" />
paket add socha --version 23.0.2
#r "nuget: socha, 23.0.2"
// 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
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 | Versions 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. |
-
net6.0
- System.Drawing.Common (>= 6.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial release with support for the game "Hey, danke für den Fisch!" in the season 22/23