To seek and maintain full-time position that offers professional challenges utilizing interpersonal skills, excellent time management and problem-solving skills. Hardworking and passionate job seeker with strong organizational skills eager to secure entry-level Game Developer position. Ready to help team achieve company goals. Organized and dependable candidate successful at managing multiple priorities with a positive attitude. Willingness to take on added responsibilities to meet team goals.
C#
Projects:
1) A Game About Colors:
This game was a platformer in which the player had to jump to different platforms having bubbles of color to make the platforms of that color disappear. The player was constantly being chased by enemies that spawned randomly and were smart enough to detect where to jump and how to follow the player.
2) Autonomously Moving Agents In this project, an agent was coded in c# to have a brain of its own. Evading, hiding, fleeing, seeking, pursuing, and complex behaviors by combining several steering behaviors with simple geometric conditions to produce complex behaviors.
3) Crowd Simulation In this project, many agents were coded to simulate crowd behavior. These agents were coded to avoid each other, and move as one, fleeing and flocking.
4) NPC using Finite State Machines In this project a non playable character was coded to construct an AI behavioural algorithm called finite state Machine.