Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 283 Bytes

File metadata and controls

5 lines (4 loc) · 283 Bytes

pokemon_clone_python

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]