pyecs

pyecs.git
git clone git://git.lenczewski.org/pyecs.git
Log | Files | Refs | README | LICENSE

README.md (229B)


      1 # pyecs
      2 An ECS game engine written in python, using Tkinter as the graphics library.
      3 Uses an archetypal ECS architecture.
      4 
      5 TODO:
      6 - Add spatial hashing to improve collisions
      7 - Consider adding sound
      8 - Improve performance generally