Skip to content

Creating a pokemon-inspired game in python using pygame

Notifications You must be signed in to change notification settings

chavezMac/pokemon_clone_python

 
 

Repository files navigation

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]

About

Creating a pokemon-inspired game in python using pygame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%