Can I make a web based game?

The GAME logic will be in python and all other components using JS?

(log in to comment)

Comments

You should check out Transcrypt / pyscript these are going to make it all python with whatever web stuff you want. 
You can check this repo out for ref of how to use an existing javascript library as a python library.

https://github.com/vkbsb/TowerJumpers This was one of my previous entries on PyWeek.

We did that for an entry some time ago. (https://pyweek.org/e/alasala/) We got a couple DQ votes for it. More than that, I think it took away what makes PyWeek special. I can write JavaScript any day. PyWeek is about Python! (Plus I want to try PyScript/Pyodide anyway.)