0
Ideas for a project?
Hello, I just wanted to know if you guys had any ideas you'd want to share, I have to make a big project by the end of the year which will be noted, however I'm lacking on ideas at the moment. I'm really comfortable with Python and the more challenging your idea is, the better and the more motivated I'll be working on it. Thanks in advance.
5 Answers
+ 3
Id personally like to see another fallout 5 Python script on here.
+ 2
fallout was better without text inputs, I'm thinking game of life simulator, though not the Conway AI variety
+ 2
thanks alot everyone! i really like Isaac's idea so far
+ 1
Maybe you can create a text based RPG using command line interface?
0
try to code this game:
There is a valley.
On each side there are two cannons firing words at each other.
In the middle of the valley the words make contact and explode. Similar letters from each word cancel each other out and the leftover falls into the valley and fills it up.
Make a Player1 versus CPU program that generates a word to counter the user's own.
For example, user inputs 'held', CPU randomly generates 'jelly'. E cancels out. Player1 has 3 characters left (H,L,D), CPU has 4 characters left (J,L,L,Y) so CPU wins.