The Beginning - A Basic Game
Welcome!
This blog will be devoted to writing about developing a game with the brand new jMonkeyEngine. that is an open source java 3D engine. Try it out! There will be many problems to overcome and about these I want to report on this blog, helping others tackling them as well.
In time I will write some more about the game idea and explain the whole game design. For now I am trying to create a decent enough Basic Application to improve upon.
This is recomended by the "best practices" and who am I to stray from this path.
So the first goal is to complete an application with three States: Main Menu (here you begin), Game (here you play) and Pause (sometimes you'll want to take it slow). These States will have some GUI elements and work together seemlessly.
I'll report on problems and my solution!














