I am thinking of creating a web appโ a platform โ for creating and playing custom timer based games using python for 2 players.
Example: - Task: type an idiom in under 30 seconds. - Users can set a timer for the whole game session. For example, if a player sets 15 mins, then the game will end in 15 min. And the player with the highest score wins or it's a tie if both have equal scores. - Users can set how many lead points you need to win the game. E.g. if it's set to 3 points then the user who gets 3 points ahead of its opponent wins the game. - You need your opponent's approval to gain a point as I am thinking of making it a peer review based game where I assume peers are known to each other. - Thinking of using python in the backend.
My questions/doubts regarding this:
1. Is it too hard for me to build this as I haven't done any web-based projects using Python? I have just learned the basics of python recently and once built a desktop app similar to notes app using python for UI and logic . 2. Will I be able to design the frontend without React? As I only learned the basics of JS a long time ago. 3. How much time can it take approximately for a beginner? 4. Should I build this or try a smaller project first?
Any other suggestions or improvements or feedback are welcome .