/brython-game-engine-demo

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

Brython Game Engine Demo

Experimental proto-game-engine using HTML5 Canvas and Brython (A Python 3 implementation for client-side web programming, https://www.brython.info/).

Pyglet for reference benchmarking

This engine will support cPython with Pyglet for development purposes. Generally it is easier to develop and test some features on a classic desktop technology. Pyglet it is a good reference for some API to be implemented on HTML5 frontend in Brython.

Demo

python3 -m http.server

http://localhost:8000/canvas.html

canvas demo screenshot