Game Kits

Showing 12 of 326 results
Page1 of 28
2D Navigation Demo CS hero image

2D Navigation Demo CS

by mugentwo

FREE

C# Godot translation of the following Godot example: https://godotengine.org/asset-library/asset/117

Pong with C# hero image

Pong with C#

by godotengine

FREE

A simple Pong game. This demo shows best practices for game development in Godot, including signals: https://docs.godotengine.org/en/latest/getting_started/step_by_step/signals.html How it works: The walls, paddle, and ball are all Area2D nodes. When the ball touches the walls or the paddles, they emit signals and modify the ball. NOTE: There is a GDScript version available here: https://godotengine.org/asset-library/asset/2728 Language: C# Renderer: Compatibility

Neural Speech Engine with NVIDIA NeMo and ONNX Runtime hero image

Neural Speech Engine with NVIDIA NeMo and ONNX Runtime

by kaiida

FREE

A sample Godot project of using NeMoOnnxSharp. NeMoOnnxSharp is a neural speech engine which is based on NVIDIA NeMo and ONNX Runtime written purely in C#. This project supports VAD (voice activation detection), speech recognition and speech synthesis.

2D Physics Platformer Demo (Rigidbody) CS hero image

2D Physics Platformer Demo (Rigidbody) CS

by mugentwo

FREE

C# Godot translation of the following Godot example: https://godotengine.org/asset-library/asset/119

2D Kinematic Character Demo CS hero image

2D Kinematic Character Demo CS

by mugentwo

FREE

C# Godot translation of the following Godot example: https://godotengine.org/asset-library/asset/113

2D Movement Controller (C#) hero image

2D Movement Controller (C#)

by leoyzhang

FREE

Highly customizable 2D character movement controller written in C#. Designed to serve as a flexible template for game developers, offering a wide array of common platformer mechanics out-of-the-box.

Snake C# hero image

Snake C#

by danmiranda

FREE

Minimal snake game sample made with C# for Godot 4.1+.

2D Navigation Astar Demo CS hero image

2D Navigation Astar Demo CS

by mugentwo

FREE

C# Godot translation of the following Godot example: https://godotengine.org/asset-library/asset/519

Input buffer hero image

Input buffer

by drkitt

FREE

Keeps track of recent inputs in order to make timing windows more flexible. Especially useful for fighting games or similar games that would otherwise require frame-perfect input. The project in the asset's repository is a replica of the Google Chrome dino game made as a demo for the input buffer. To use, copy the file used for your preferred language (input_buffer.gd for GDScript or InputBuffer.cs for C#) into your project and call InputBuffer.is_action_press_buffered where you'd usually cal...

Operating System Demo hero image

Operating System Demo

by godotengine

FREE

This demo showcases various OS-specific features in Godot. It can be used to test Godot while porting it to a new platform or to check for regressions. In a nutshell, this demo shows how you can get information from the operating system, or interact with the operating system. How it works: The OS singleton provides an abstraction layer over the platform-dependent code. OS wraps the most common functionality to communicate with the host operating system, such as the clipboard, video driver, en...

Procedural Infinite Runner hero image

Procedural Infinite Runner

by adrienp

FREE

Run away from Evil Godots forever. Full Godot C# project for procedural infinite terrain generation, with random items or obstacles spreading throughout the map, with physics enabled.

MyGameTemplate C# hero image

MyGameTemplate C#

by btother

FREE

My game template. C#