Project | Description |
---|---|
Game-Engine: | This project is the C++ game engine that is used to make all my other personal projects and games. This game engine contains a DirectX 11 rendering pipeline, a 2D/3D math and physics library, and systems for important gameplay functionality such as audio, input, events, etc. |
A-BFS-DFS-Dijkstra: | This is a program that analyzes the performance for the search algorithms of A*, BFS, DFS, Dijkstra. |
Travelling-salesman-problem-Brute-Force-vs-Dynamic-Programming | This program solves the traveling salesman problem using brute force and dynamic programming. There is a report is attached comparing and contrasting these two algortihms. |
Traveling-salesman-problem-Genetic-Algorithm-vs-Tabu | Solves the traveling salesman problem using the genetic algorithm and tabu methods. A report is attached comparing and contrasting these two algortihms. |
Smurf-Programming-Language | This project is a custom programming language that is capable of supporting functions, closures, recursion, bound variables, conditional logic, and integer arithmetic. This custom language was created using Python. |
Hi, I am Dylan Weeks, a game programmer from Dallas, Texas with an interest in gameplay, physics, rendering, and AI programming.
Pinned Loading
-
Game-Engine
Game-Engine PublicThis project is the C++ game engine that is used to make all my other personal projects and games. This game engine contains a DirectX 11 rendering pipeline, a 2D/3D math and physics library, and s…
C++
-
A-BFS-DFS-Dijkstra
A-BFS-DFS-Dijkstra PublicThis is a program that analyzes the performance for the search algorithms of A*, BFS, DFS, and Dijkstra.
C++
-
Travelling-salesman-problem-Brute-Force-vs-Dynamic-Programming-
Travelling-salesman-problem-Brute-Force-vs-Dynamic-Programming- PublicThis program solves the traveling salesman problem using brute force and dynamic programming.
C++
-
Traveling-salesman-problem-Genetic-Algorithm-vs-Tabu-
Traveling-salesman-problem-Genetic-Algorithm-vs-Tabu- PublicSolves the traveling salesman problem using the genetic algorithm and tabu methods.
C++
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.