gamedevelopment topic

List gamedevelopment repositories

CASL

27
Stars
5
Forks
Watchers

Cross-platform library for playing and managing sounds.

Terrain3D

1.7k
Stars
96
Forks
Watchers

A high performance, editable terrain system for Godot 4.

Awesome-Gamedev

173
Stars
10
Forks
Watchers

A curated collection of resources to game development.

scriptable-object-based-guns

98
Stars
26
Forks
Watchers

Learn how to create a ScriptableObject-based gun system from scratch for your game!

localization-editor-g3

24
Stars
3
Forks
Watchers

A tool for adding/editing/deleting translations in .csv files made with Godot Engine

C-For-Gamers

27
Stars
5
Forks
Watchers

I List All Games I Made In C In This Repository

tutorial-pathfinding

19
Stars
9
Forks
Watchers

In this tutorial, we will implement a generic pathfinder in Unity using C#. We will approach the tutorial from a basic 2D grid-based pathfinding to a more robust generic pathfinder that we can use for...

5_Realm_Rush

15
Stars
18
Forks
Watchers

Very basic pathfinding, C# design patterns for more complex games, UI including menus. (Ref: RR_CU2) http://gdev.tv/cu2github

ai-series-part-32

19
Stars
8
Forks
Watchers

Learn how NavMeshAgent obstacle avoidance works... in DEPTH! In this deep dive into NavMeshAgent avoidance you'll learn 5 key takeaways for improving NavMeshAgent avoidance using the Unity Navigation...

MiniEcsPhysics

21
Stars
6
Forks
Watchers

Implementing a simple 2D isometric physical using [MiniEcs framework](https://github.com/voledyhil/MiniEcs)