Unity C# Solutions

 
  • Moving an Object using Dotween

    GitHub

 

Python Solutions

 
  • With a Rigged Roblox, the code copies the animation of another rig with similar bone structure. The other rig must be in a similar pose to the Roblox rig at the first frame to work. Also, the names of the bones of the other rig must be entered into the program.

    GitHub Youtube

 

C++ Solutions

 
  • The code compares two arrays to find a pattern. Further implementations of the code are for match3 gaming applications.

    GitHub