ConsoleNexusEngine 8.2.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package ConsoleNexusEngine --version 8.2.2
                    
NuGet\Install-Package ConsoleNexusEngine -Version 8.2.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="ConsoleNexusEngine" Version="8.2.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ConsoleNexusEngine" Version="8.2.2" />
                    
Directory.Packages.props
<PackageReference Include="ConsoleNexusEngine" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ConsoleNexusEngine --version 8.2.2
                    
#r "nuget: ConsoleNexusEngine, 8.2.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.
#addin nuget:?package=ConsoleNexusEngine&version=8.2.2
                    
Install ConsoleNexusEngine as a Cake Addin
#tool nuget:?package=ConsoleNexusEngine&version=8.2.2
                    
Install ConsoleNexusEngine as a Cake Tool

ConsoleNexusEngine

Icon

A game engine for creating games in the windows console written in C#

Downloads

NuGet

Examples

Examples

Documentation

Wiki

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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
8.2.13 150 11 days ago
8.2.12 72 12 days ago
8.2.11 125 15 days ago
8.2.10 130 15 days ago
8.2.9 454 18 days ago
8.2.8 254 18 days ago
8.2.6 141 19 days ago
8.2.5 139 20 days ago
8.2.2 149 20 days ago
8.2.1 147 23 days ago
8.2.0 170 a month ago
8.0.0 111 a month ago
7.2.0 95 3 months ago
7.1.0 142 7 months ago
7.0.0 137 8 months ago
6.2.0 115 9 months ago
6.1.0 134 6/5/2024
6.0.0 126 5/31/2024
5.2.0 152 5/5/2024
5.1.0 105 5/3/2024
5.0.0 108 5/2/2024
3.0.0 265 12/2/2023 3.0.0 is deprecated.
2.4.0 190 11/1/2023 2.4.0 is deprecated.
2.3.0 177 10/29/2023 2.3.0 is deprecated.
2.2.0 157 10/29/2023 2.2.0 is deprecated.
2.1.0 144 10/29/2023 2.1.0 is deprecated.
2.0.0 165 10/27/2023 2.0.0 is deprecated.
1.3.0 148 10/24/2023 1.3.0 is deprecated.
1.2.0 154 10/22/2023 1.2.0 is deprecated.
1.1.0 163 10/20/2023 1.1.0 is deprecated.
1.0.0 174 10/20/2023 1.0.0 is deprecated.

- Fixed Stop() not working correctly if called inside the game itself
- Renamed StopGameKey to ForceStopKey