Pinned Repositories
AirlineDatabase
Airline web app that can search for and book flights and maintain a flight database
binding-of-isaac-style-procedural-generation
Unity project for procedural generation similar to Binding of Isaac and the original Legend of Zelda. This repo goes along with a You Tube tutorial series
curved-world
Recreation of the world curvature effect from Animal Crossing and many endless runners. Made in Unity with shader graph
Easy-RSVP
Lightweight RSVP app using Flask and React
hit-stop-tutorial
Project that goes along with a youtube tutorial on implementing hit-stop in Unity
inventory-management
An inventory management application for a retail warehouse.
NuclearThronesCamera
A Case Study on the camera of Nuclear Throne, and an implementation of it in Unity. This repository goes with the YouTube video: https://www.youtube.com/watch?v=etI-2dHeufc
ProceduralGenerationOfNuclearThrone
Randomly generating levels similar to Nuclear Throne, in Unity with C#. This repository goes along with the YoutTube video: https://www.youtube.com/watch?v=I74I_MhZIK8
spelunky-style-procedural-generation
Procedural generation in Unity in the style of Spelunky
tilemapPathfinding
a* pathfinding in unity integrated with tilemap
skylarbeaty's Repositories
skylarbeaty/binding-of-isaac-style-procedural-generation
Unity project for procedural generation similar to Binding of Isaac and the original Legend of Zelda. This repo goes along with a You Tube tutorial series
skylarbeaty/ProceduralGenerationOfNuclearThrone
Randomly generating levels similar to Nuclear Throne, in Unity with C#. This repository goes along with the YoutTube video: https://www.youtube.com/watch?v=I74I_MhZIK8
skylarbeaty/curved-world
Recreation of the world curvature effect from Animal Crossing and many endless runners. Made in Unity with shader graph
skylarbeaty/NuclearThronesCamera
A Case Study on the camera of Nuclear Throne, and an implementation of it in Unity. This repository goes with the YouTube video: https://www.youtube.com/watch?v=etI-2dHeufc
skylarbeaty/hit-stop-tutorial
Project that goes along with a youtube tutorial on implementing hit-stop in Unity
skylarbeaty/tilemapPathfinding
a* pathfinding in unity integrated with tilemap
skylarbeaty/spelunky-style-procedural-generation
Procedural generation in Unity in the style of Spelunky
skylarbeaty/AirlineDatabase
Airline web app that can search for and book flights and maintain a flight database
skylarbeaty/Artificial-Intelligence-Assignment-1
Implimentation of BFS and recursive DFS on a given graph
skylarbeaty/Easy-RSVP
Lightweight RSVP app using Flask and React
skylarbeaty/inventory-management
An inventory management application for a retail warehouse.
skylarbeaty/FPS-Assignment-Game-Engine-Concepts
Assignment using the FPS microgame package in specific ways, and adding to it.
skylarbeaty/MagicDots
Several mesmerizing animations consisting over moving dots. Made using p5.js as a drawing platform. Refreshing the page shows
skylarbeaty/mazeGeneration
c++ program that generates mazes and exports them as an image
skylarbeaty/metaballs
Unity 3D implementation of metaballs and marching cubes algorithm
skylarbeaty/mini_hack
A small repo for a mini hack at HacKSU.
skylarbeaty/skylarbeaty.github.io
My portfolio page
skylarbeaty/sliding-match-game
A match three game where you slide the tiles, rather than swapping them. Part of the notGDC game jam
skylarbeaty/Sudoku-Solver
Sudoku solver group project for Artificial Intelligence