A little guidence? (...and hello!)
Hey I am looking to start working on a resource management type game, I have a small amount of knowledge with VB but I have no idea where to start.
Im currently working through as many tutorials and books as I can get my hands on and I was wondering if anyone could shed some light on how I would go about this sort of game.
Any help would be great!
Thanks :)
Re: A little guidence? (...and hello!)
Resource management? Could you be a little more detailed? What do you foresee the game to be like? Theres a few directions you could go, but most are vague unless more information is given :)
chem
Re: A little guidence? (...and hello!)
By resource management, I think he means a strategy game like Age of Empires as it involves lots of resources
Re: A little guidence? (...and hello!)
Its still a bit vague. RTS? First Person? 3rd Person? Each type can be approached differently, depending on your plans for the final game.
You really shouldn't start anything, until you have a proper plan set out. Maybe type up something and post it here, and we can help further.
chem
Re: A little guidence? (...and hello!)
Quote:
Originally Posted by CptScarlet
I have a small amount of knowledge with VB
I don't know what you mean by "small amount" but if that's 6 months or a year, unless the game is going to be text-only and simple, you're looking to do something you don't have enough experience to do. It's like someone with 6 months experience in reading planning to write a novel like War and Peace. You'll either get very frustrated, or you'll learn a whole lot - nothing in between.
Re: A little guidence? (...and hello!)
Hey, Im back from a short trip and ready to get back into this.
Well what I had in mind was more of a learning exercise to put what ive been learning and what im yet to learn into some practical use. Not really an age of empires game or anything, more a small text based simulation where I can assign a "task" to a "person" and then giving a random number or dice-like action a result would be calculated.
An example would be "Person A is assigned to sales, if dice outcome is 2 sales are +2"
This is just an example like I said but any help along those lines would be great.
Re: A little guidence? (...and hello!)
What you are aiming to do is quite simple but you really need to work it out for yourself as you know exactly what you intend to create. It would be better if you attempted the project and told us whenever you hit a 'snag'.
PS: For your dice function look up the Rnd() function :)