Ideas for Game Clones to Code (2012)
inventwithpython.com
Ideas for Game Clones to Code (2012)
1–10 of 52 posts
Re: Ideas for Game Clones to Code (2012)
#2Re: Ideas for Game Clones to Code (2012)
#3Re: Ideas for Game Clones to Code (2012)
#4jackson_1 posted a list of what they feel is order of difficultly, just giving a little snippet:
1:Pong 2:Minefield 3:Tic-tac-toe 4:Memory Puzzle ... 44:Stratego 45:Risk 46:Go 47:Diner Dash 48:Fire ‘N’ Ice 49:Chess
I'd strongly disagree with this -- I'd prefer to do a Chess clone than a Pong clone myself. While doing a good chess A.I. might be hard, doing something reasonable is much easier than many other games on this list. Doing a good enough chess A.I. to beat 50% of people is fairly easy if you use the power of a modern machine.
Re: Ideas for Game Clones to Code (2012)
#5http://www.threepanelsoul.com/comic/on-brainstorming-session...
Edit: I thought they missed Breakout, but it’s in there, but they’re calling it “Arkanoid”. Bah.
Re: Ideas for Game Clones to Code (2012)
#6Re: Ideas for Game Clones to Code (2012)
#7jackson_1, if you read this, your posts are being marked as [dead]. jackson_1 posted a list of what they feel is order of difficultly, just giving a little snippet: 1:Pong 2:Minefield 3:Tic-tac-toe 4:Memory Puzzle ... 44:Stratego 45:Risk 46:Go 47:Diner Dash 48:Fire ‘N’ Ice 49:Chess I'd strongly disagree with this -- I'd prefer to do a Chess clone than a Pong clone myself. While doing a good chess A.I. might be hard,…
Re: Ideas for Game Clones to Code (2012)
#8"This is my attempt to document three hundred different gameplay concepts of my own creation.
These ideas are free for anyone to use."
Re: Ideas for Game Clones to Code (2012)
#9Great list :) I've been working on #43 (Dr. Mario) off and on for a little while - it's my favorite old NES puzzler, better than Tetris IMHO. My (very WIP) version is at http://mrdar.io - the single player version is working OK (except for buggy mobile controls), now I'm working on implementing multiplayer over websockets... It's a lot more challenging than expected, but I'm learning a ton.
Re: Ideas for Game Clones to Code (2012)
#10Somebody make that, please?