Creating basic real time enviroments
Hello there,
Currently I am planning to develop a real time milliary strategy style game and was wondering where I could find some good resources/tips on creating the initial enviroment.
I am reasonably new to game development in java but have a few years experience in other areas of java so the language itself isn't a problem, just really need a starting point on which to build.
Thanks in advance for any help,
Matt
> I am reasonably new to game development in java but
> have a few years experience in other areas of java so
> the language itself isn't a problem, just really need
> a starting point on which to build.
I suggest you get a couple of good books. I am sure there are many recommondations. And maybe a book on OpenGL if that is your poison. At least if you are serious and want to spend some time getting good at this, you should get some books. Testing snippets takes up a lot more time.
-s
I have a couple of books on the subject, AI game programming wisdom, they provide a reasonable starting point but not really helpful with java, more focused at C++