Pinned Repositories
Audio-Visualizer
A simple audio visualizer. #MadeWithUnity
Batman-Arkham-Combat
Recreating the Combat System from the Batman Arkham Series
Boids-2D
My simple, tiny, tidy take on the classical Boids algorithm by Craig Reynolds. #MadeWithUnity
CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
Data-Structures-Implementations
Data structures implemented by me.
EpicSurvivalGameSeries
Third-person Survival Game for Unreal Engine 4 (Sample Project)
GASDocumentation
My understanding of Unreal Engine 4's GameplayAbilitySystem plugin with a simple multiplayer sample project.
Grid-CPP
A small project meant for testing some algorithms on a grid. The language used is C++
Pathfinding-Algorithms
A visualizer for the core search algorithms used in AI and game development. Special thanks to Amit Patel and his cool tutorials for providing me with the inspiration. #MadeWithUnity
Third-Person-Shooter
Code samples from one of my Unreal Engine 4 projects.
kbrizov's Repositories
kbrizov/Pathfinding-Algorithms
A visualizer for the core search algorithms used in AI and game development. Special thanks to Amit Patel and his cool tutorials for providing me with the inspiration. #MadeWithUnity
kbrizov/Boids-2D
My simple, tiny, tidy take on the classical Boids algorithm by Craig Reynolds. #MadeWithUnity
kbrizov/Third-Person-Shooter
Code samples from one of my Unreal Engine 4 projects.
kbrizov/Audio-Visualizer
A simple audio visualizer. #MadeWithUnity
kbrizov/GASDocumentation
My understanding of Unreal Engine 4's GameplayAbilitySystem plugin with a simple multiplayer sample project.
kbrizov/Batman-Arkham-Combat
Recreating the Combat System from the Batman Arkham Series
kbrizov/CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
kbrizov/Data-Structures-Implementations
Data structures implemented by me.
kbrizov/EpicSurvivalGameSeries
Third-person Survival Game for Unreal Engine 4 (Sample Project)
kbrizov/Grid-CPP
A small project meant for testing some algorithms on a grid. The language used is C++
kbrizov/Graph-Planarity-Testing
Implementation of the Boyer-Myrvold algorithm for planarity testing of graphs
kbrizov/Guide-UnrealEngine
This repository is designed to help developers learn how to get started with Unreal Engine. This project includes tutorials and examples for using these tools with the Unreal Engine and C++.
kbrizov/MVC-Sample-Application
This is a basic, very generic ASP.NET MVC application. It's only purpose is to serve as a reference point.
kbrizov/Narxim-GAS-Example
A basic setup for using Epic's Gameplay Ability System.
kbrizov/pitchfork
Pitchfork is a Set of C++ Project Conventions
kbrizov/ue4-style-guide
An attempt to make Unreal Engine 4 projects more consistent
kbrizov/vc-ue-extensions
Components for integration between Visual Studio and Unreal Engine.
kbrizov/Web-API-Sample-Application
An old project of mine.