- Irvine, CA
- https://www.linkedin.com/in/liamhurt/
Highlights
- Pro
-
CT-FullStackWebDevRepo Public
My entire repository for the full-stack web development course I took Including JavaScript and Ruby along with various frameworks for both
HTML UpdatedJan 19, 2023 -
UE4-RTSPrototype Public
Building a RTS game using UE4 as a simple prototype for future RTS endeavors.
-
UE4-CoopHordeShooter Public
Using Tom Looman's Udemy Class, I will create a multiplayer Co-op shooter similar to the Gears of War: Horde Mode
-
UE4-CppMenuSystem Public
Using the Puzzle Platforms game, that desperately needed a menu, I decided to build a modular Menu System using C++ to drive the UMG
-
-
mern Public template
Forked from amazingandyyy/mern🌐 MERN stack 2.0 - MongoDB, Express, React/Redux, Node
JavaScript MIT License UpdatedApr 10, 2020 -
-
U5-ProceduralPlanets Public
I wanted to create procedural planets with my current knowledge of voxels and procedural terrain.
C# UpdatedJan 23, 2020 -
U5-RealisticProcTerrain Public
I wanted to use my knowledge of procedural and a udemy tutorial to create realistic looking procedural landscapes.
C# UpdatedJan 19, 2020 -
U5-CustomEditorTools Public
I was intrigued by how easy Unity makes it to create your own buttons and editor scripts so I decide to look up some tutorials on how to make some useful Editor tools.
-
UE4-CppMulitplayerSteamGame Public
I am using the PuzzlePlatforms and the CppMenuSystem that I have already built to create a fully functioning multiplayer game hooked up through steam.
-
-
N_Queens Public
I needed to learn recursive backtracking for my Fillit project @ 42, so I thought what better way to learn than to attempt the n_queens problem.
C UpdatedJul 6, 2019 -
42-Piscine Public
Starting a month long intensive course on C to apply for 42 Silicon Valley. (I did get in)
-
BasicReactWithReduxProject Public
Messing around with redux-react components and building a basic framework for an app
JavaScript UpdatedJul 6, 2019 -
CC-BeginnerPython Public
Taking a beginner python class for Cogswell College
Python MIT License UpdatedJun 11, 2019 -
resumetemplate Public
Forked from smhatre59/resumetemplateSimple resume template in reactjs
CSS MIT License UpdatedJun 5, 2019 -
Cpp-OpenGLGameEngine Public
A concept for a game engine that I would eventually like to complete and update with the most current technologies.
C MIT License UpdatedMay 31, 2019 -
Cpp-OpenGLRenderer Public
Creating an OpenGL and C++ game rendered.
HTML GNU General Public License v3.0 UpdatedMay 20, 2019 -
-
CC-CppCourse Public
My project folder for my cpp class that I am taking through Cogswell College
C++ GNU General Public License v3.0 UpdatedApr 30, 2019 -
website Public
Forked from jordanpapaleo/websiteThe public website for the High Fives Foundation
JavaScript MIT License UpdatedJun 30, 2018 -
U5-ProgrammingVoxelWorlds Public
I wanted to learn how to program voxel worlds... So i took a course on Udemy https://www.udemy.com/unityminecraft/learn/v4/overview. I will also be expanding upon this further.
C# UpdatedJun 29, 2018 -
I have always been very facinated by procedural content in games and I wanted to see if I could make realistic looking landmasses purely from code.
ASP UpdatedJun 11, 2018 -
UE4-CppKrazyKarts Public
A simple Multiplayer Car Racing Game built from the C++ vehicle template. This project is to teach me how to synchronize player states between the whole server so no one has an advantage.
-
U5-MovementWithGA Public
Using what I learned from my last genetic algorithms project. I decided to see how far I could take Genetic Algorithms with as few parameter's as possible. I made a bot that learns to run in the fu…
C# UpdatedMar 28, 2018 -
U5-CamoTrainingWithGA Public
I was doing some more research on Machine Learning and realized that most ML algorithms are based on genetics. I decided to attempt to recreate a real-world scenario with a genetic algorithm
C# UpdatedMar 24, 2018 -
U5-EvolvingNeuralNet Public
I was curious about how Neural Nets worked and decided to learn to build a basic Neural Net that evolved over time through learning.
C# UpdatedMar 12, 2018 -
U5-CustomMLAgents Public
I was curios about Real-Time Machine Learning and saw that Unity had a great platform for connecting ML, TensorFlow, and the Game Engine. So, I decided to see what I could accomplish using their ex…
UpdatedMar 3, 2018 -
UE4-PuzzlePlatform Public
A simple C++ multiplayer game focused on solving puzzles using floating platforms.