top of page

Search


ManiacalSpyBot - Proof that I need to be stopped
So near the end of 2020 as I was continuing to figure out what to do after graduating in the middle of a pandemic I decided to work on a...
Nolan Roher
Jan 22, 20227 min read
Unreal Capstone Project GitHub Repo
https://github.com/maniacalspy/Nudge This is the link to my senior capstone project's Github Repo, the project has been my primary source...
Nolan Roher
Feb 7, 20201 min read


CCC Senior Capstone Studio Collaboration Video
Here is a video showcasing the large team capstone project I collaborated on while at Columbia College Chicago, the game is titled...
Nolan Roher
May 7, 20191 min read


Unity Enemies Video Example
Here is a video of the demo scene I've been using to build and test the Enemy AIs my other posts are about, this way you can have a more...
Nolan Roher
May 7, 20191 min read
Unity Enemy With Movement-Based Vision
Github link: https://github.com/maniacalspy/GameAIFinal/blob/master/Assets/MovementEnemy.cs This script is for an enemy that detects a...
Nolan Roher
May 6, 20191 min read
Unity Hearing Enemy
Here is an example of an enemy AI I made recently for an enemy that simulates hearing the player move: https://github.com/maniacalspy/Ga...
Nolan Roher
May 6, 20191 min read
Game AI Unity A* Path-finding
Building off the same project I referenced before in an earlier post, I incorporated A* path-finding into the project to allow the...
Nolan Roher
Apr 30, 20192 min read
Game AI Line Of Sight Enemy
I recently wrote a bit of code that involved creating an AI enemy that detects players based on whether the player is within their line...
Nolan Roher
Apr 30, 20191 min read
bottom of page