https://www.gamefromscratch.com/post/2018/09/13/Python-Game-Engines.aspx
There are several python game engines and I've narrowed the list down to three of them.
- The concept of writing stories with visual effect might make the entire project very interesting.
- At first I thought maybe this would be cool to make sign language stories + english text stories.
- Not much direct interation with python language. Its more of adding keywords to a script.
- you can see sample script code here: https://www.renpy.org/doc/html/quickstart.html
- With this engine, we can make scenes and models. Models can be moved within the scenes.
- The code to build the scenes, models and interactions is Python so the students would see more code, get exposed to variable assignments, and method calls.
https://pypi.org/project/PySDL2/
- There is a tutorial here: https://pysdl2.readthedocs.io/en/rel_0_9_6/tutorial/helloworld.html
- This is the most advanced of the set.
- Investigations continue with this one.