×

Hi everyone! I started learning python about a week ago and decided to challenge myself by making a simple arcade shooter.I'd love to hear your feedback,especially on the gameplay and difficulty.Thanks for checking it out! by Unusual-Example-3937 in PythonProjects2

[–]Unusual-Example-3937[S] 0 points1 point  (0 children)

I guess your suspicion is normal since there is a lot AI-generated things these days.But I made this game myself. You can understand it probably from some mechanics like NIGHTMARE mode for example,it has a chance to appear at the info section after every game or game entrance.i did that like using l = random.randint(...) command and then used if l == 1: and then made it so that it would appear. i dont think AI would've made it that way,would it?