Page 1 of 1

A new tycoon game (very early dev)

Posted: Sat Jul 04, 2015 11:17 pm
by Smooth203
I'm a newbie with coding and I've decided to delve into writing a tycoon game similar to 'Game Dev Tycoon' but mine is a music tycoon where you will have to create metaphorical songs and try and be the best. Currently I'm still developing the bare bones game and just thought I'd post on here to see if anyone has any ideas or tips to help me create the game! Thanks! :awesome: :awesome:

Re: A new tycoon game (very early dev)

Posted: Sun Jul 05, 2015 3:05 am
by Beluki
Hi!

Game Dev Tycoon is essentially a turn-based game, so if I were to implement someone like it, my first step would be to prototype a text-based version, with the goal of nailing the mechanics as much as possible before starting to work on art assets, sound, saving games, menu systems, etc...

(this version would be like a language repl, entering commands such as "new song", "sales" or "top", without anything fancy)

Good luck with your game!

Re: A new tycoon game (very early dev)

Posted: Sun Jul 05, 2015 8:43 am
by Smooth203
Beluki wrote:Hi!

Game Dev Tycoon is essentially a turn-based game, so if I were to implement someone like it, my first step would be to prototype a text-based version, with the goal of nailing the mechanics as much as possible before starting to work on art assets, sound, saving games, menu systems, etc...

(this version would be like a language repl, entering commands such as "new song", "sales" or "top", without anything fancy)

Good luck with your game!
I see, thank you!

Re: A new tycoon game (very early dev)

Posted: Mon Jul 06, 2015 4:53 pm
by Tesselode
If you are a newbie at coding, you should not start with a tycoon game. I'm fairly experienced and I wouldn't even think about doing a tycoon game. Games like that are a huge undertaking. I would start *very* small, like pong small. Then you can do breakout. Then you can do space invanders, etc, etc.

Trust me, games are a lot more work than you would think.

Re: A new tycoon game (very early dev)

Posted: Mon Jul 06, 2015 7:40 pm
by CanadianGamer
Tesselode wrote:If you are a newbie at coding, you should not start with a tycoon game. I'm fairly experienced and I wouldn't even think about doing a tycoon game. Games like that are a huge undertaking. I would start *very* small, like pong small. Then you can do breakout. Then you can do space invanders, etc, etc.

Trust me, games are a lot more work than you would think.
I agree I just finished my first game and it took me quite a while and I've been coding for a reasonably long time.

Re: A new tycoon game (very early dev)

Posted: Wed Jul 08, 2015 6:41 am
by Smooth203
Tesselode wrote:If you are a newbie at coding, you should not start with a tycoon game. I'm fairly experienced and I wouldn't even think about doing a tycoon game. Games like that are a huge undertaking. I would start *very* small, like pong small. Then you can do breakout. Then you can do space invanders, etc, etc.

Trust me, games are a lot more work than you would think.
Thanks. I'm seeing what you mean right now.. It's a bit of a ballache but hey, I might come back to it later on :neko: anyway, I'll look at doing a simpler game!

This is what I got up to, I'm proud of myself actually, even though it isn't a lot :P
The .love