This is a game demo that I wrote in Python using the Panda3d game engine. While it is a complete game, it’s very small and really just a vehicle for getting familiar with the engine and how to use it. I wanted something that took advantage of the physics engine so I could see things bounce around. Came out pretty well. The source code is included for those so inclined:
Update 04/2020
I cannot get the game to work embedded in either netscape or chrome anymore. However, it does work on my PC with the latest Panda3D SDK. If you want to try it out, install the latest from https://www.panda3d.org/download/sdk-1-10-6/ on your PC, and then download and unzip this file: dicegame.zip. CD into the DiceGame folder and run python dice.py