https://github.com/hcorion/codesamples
Code samples for job applications
https://github.com/hcorion/codesamples
Last synced: 10 months ago
JSON representation
Code samples for job applications
- Host: GitHub
- URL: https://github.com/hcorion/codesamples
- Owner: hcorion
- Created: 2019-12-08T06:09:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-12T17:39:27.000Z (almost 6 years ago)
- Last Synced: 2025-01-25T09:44:31.723Z (12 months ago)
- Language: C++
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code Samples
Here I've put various sample code from projects for the purpose of getting a job.
## ClimbingSystem
This folder has a part of the source code from my Final Project, The Elder, at VFS. The source code available here is the climbing component that would be attached to the player character.
The code in this repository is not in a redistributable or modifiable format unless otherwise stated.
## FullService
This folder has Unity source code for a overcooked-style game, written in an event-driven, state based architecture, with encapsulation as a key component.