🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Is this even doable with no experience?

Started by
1 comment, last by Alberth 3 years, 1 month ago

So iv got a small nugget of a idea for a simple game to mabye practice making just to see if i could. Could someone with 0 idea how to even start make A simple 2d jousting game, possibly with a tournament system. Literally as basic as can be. Only controls would be to click or mabye space bar. Win/loss is dependent on timing.

How complex is this concept and could a total novice actually pull it off?

Advertisement

There is no natural upper limit on what one can achieve. It just needs enough dedication and time from you.

You use the word “simple”, but it's much less simple than you think. The computer literally knows nothing. You have to tell it everything you want to see, and everything what you don't see but must happen (eg ‘decide win/loss’). Eg when something should “move”, you have to program that. If you want win/loss depend on timing, you have to tell it how to do that.

So, it will take time for you to grasp all those things, and make it work. On the other hand, there is the enormous satisfaction when you achieve a mile stone after some struggling with it.

The trick to continue is to make very tiny steps. Split the problem in very small parts (and do try to split further than your first attempt), and do one part at a time. Each part completed is a step in the right direction!

This topic is closed to new replies.

Advertisement