Skip to content

Instantly share code, notes, and snippets.

@kelleyduran
Last active January 11, 2019 15:28
Show Gist options
  • Save kelleyduran/05bd136eebfc8e1e62c003778ecd6c0e to your computer and use it in GitHub Desktop.
Save kelleyduran/05bd136eebfc8e1e62c003778ecd6c0e to your computer and use it in GitHub Desktop.
Ideas for coder camp

Python Game engine research for coders camp

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.

Story telling game engine

https://www.renpy.org/

  • 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

https://www.panda3d.org/

  • 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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment