shlogg · Early preview
Aldrin312 @aldrin312

Implementing Zooming And Panning In AIbyss Game

Added zooming and panning feature to AI game aibyss, user inputs AI behavior code. Tricky issue, vague specs at first, but clarified after iterations. Split work into 2 features: zoom on mouse location & pan, and zoom on player follow.

This time I worked on adding a zooming and panning feature for aibyss, an AI based game where the user can input how the AI should behave in game. The main game is the AI needs collect food in order to live, each time it eats a food it gains a score. How this AI behave is that the user can add more to the base AI code to make the AI more effective at collecting food. The game itself is currently in development but the main feature is working.

  
  
  Issue Zooming and Panning

This one was particularly tricky to work on, considering that their wasn't any specifications at first. Though it was...