RemoteExplorerGame 1.3.2
dotnet add package RemoteExplorerGame --version 1.3.2
NuGet\Install-Package RemoteExplorerGame -Version 1.3.2
<PackageReference Include="RemoteExplorerGame" Version="1.3.2" />
<PackageVersion Include="RemoteExplorerGame" Version="1.3.2" />
<PackageReference Include="RemoteExplorerGame" />
paket add RemoteExplorerGame --version 1.3.2
#r "nuget: RemoteExplorerGame, 1.3.2"
#:package RemoteExplorerGame@1.3.2
#addin nuget:?package=RemoteExplorerGame&version=1.3.2
#tool nuget:?package=RemoteExplorerGame&version=1.3.2
Remote Explorer Game
An educational client–server exploration game for learning algorithms, libraries, and async programming.
What is it
Remote Explorer Game is an educational tool for learning programming, algorithms, and client–server interaction.
Students connect their own client applications (in C# or Python) to a remote game server and control agents exploring a hidden 2D map. Each agent starts at a fixed position and can move step by step until it encounters a trap and dies. Agents that remain idle for too long are automatically killed. Students can then spawn a new agent to continue exploration.
The goal is to uncover as much of the map as possible and ideally locate all traps. Multiple agents can be controlled at the same time, which introduces challenges of coordination and asynchronous programming.
See project documentation to learn more.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net7.0 is compatible. 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net7.0
- Newtonsoft.Json (>= 13.0.3)
- SixLabors.ImageSharp (>= 3.1.11)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.