Choice of programming language
First of all, one of the things to keep in mind is that want to make my game on a web page. Python is a powerful language that is used for various applications. It is an excellent language for various other tasks, such as data science and machine learning.
But Javascript is one of most obvious languages used to code websites and it also is more likely to work without issues in most web browsers
After my research about both languages I decided using Javascript. Using this language I can create my game’s interface in a HTML page, which I am pretty familiar with due to my projects during the Computer Science Leaving Cert course.