textjam winter2023 march 13th -> april 3rd muncs x ctsnl x ndev x munc² about updates submissions devlogs ------------------------------------
python text engine
work in progressgithub: github.com/M-ArafatZaman/python-text-engine
using: Python
devlogsWIP python text engine
So far I have the following
- A frame that acts like a container and binds everything together
- A rectangular object that can be rendered on to the screen
- A controller that can listen for keyboard events and updates objects accordingly.
Todo
- Add a collision detection system.
- Add more objects. (Texts, Lines, and possibly polygons)
- Add colors.
------------------------ edit this site on github