Any suggestions for a cool project that an intermediate python programmer can work on? I want to make something that hasn’t been made before?

Ok so I have been working on an idea in my spare time. It's a game. For every time a user character dies an extra heart is added to the user's character but the chance of dealing critical damage is decreased and if it reaches 0% then it should not increase again. By killing an enemy our character's heart is decreases by one but critical chance increases and it does not increase more then 68% but can be reduced. Also a new enemy will be spawned every 20 seconds. If there are more then 10 enemies then it's insta death. For every enemy killed the enemies health is increased. While our damage only increases when we kill 5 enemies. Every 3 seconds the user character takes( 10 * number of enemies) damage. Try balancing this game idea. I am still not sure how to respawn an enemy? Also can you pm me the code cause I would want to learn from it.

/r/learnpython Thread