You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An AI controller for smooth turning that allows AIs to rotate toward target actors or points. Unlike the default AI Controller focus code, this controller interpolates rotation smoothly over time, giving your AI smooth looking motion instead of snapping instantly
a prototype of a smart ceiling fan regulator which can help to reduce electricity consumption in public places (e.g., restaurants, laundry shops, and train stations)
A modern C++ reimagining of Super Mario World built on SFMLEngine, featuring manual and AI-controlled gameplay, state-driven design, and evolving NEAT-inspired AI systems.
A refactored version of my master's dissertation, exploring how an AI controller learns to complete a 2D platformer level with human-like behavior, using modern C++ techniques and improved performance standards.