Creating a pokemon-inspired game in python using pygame
Trying to implement a vector based movement for sprites, primarily doing matrix multiplication of [x,y] by [[x1,y1],[x2,y2]]. It will randomly generate a random coordinate position for the sprite [x,y]