IntelliJ Java IDE
The moose likes Game Development and the fly likes Isometric Games Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Game Development
Reply Bookmark "Isometric Games" Watch "Isometric Games" New topic
Author

Isometric Games

Gregg Bolinger
Sheriff

Joined: Jul 11, 2001
Posts: 15040

I've been wanting to look into creating a small game with an isometric view for some time. I'm having difficulty, however, finding any good docs on ways to do this. I'm not overly concerned with whether or not I find information in java or some other language but I need a general direction.

Anyone have any tips?

Thanks.


My Blog | DZone Articles
Eric Daly
Ranch Hand

Joined: Jul 11, 2006
Posts: 143
I don't have a direct answer for your question, but I think that if you asked your question on http://cboard.cprogramming.com someone there could help you out.
AND I found this tutorial that I think is supposed to be pretty good. They talk a little about isometric view, and basically you just make a tile-based game that looks isometric. So you may need to go through a tutorial on tile-based games, and learn how to create an isometric view of tiles, which I believe is explained in this tutorial, or it should at least be a start.
Also this forum might be some help... http://www.inet2inet.com/inetforums/index.php?showforum=24
[ May 01, 2007: Message edited by: Eric Daly ]

Studying for SCJP 6
Gavin Tranter
Ranch Hand

Joined: Jan 01, 2007
Posts: 333
If I remember rightly Killer Game Programming in Java has an isometric game section, and diffently has a section on tile based games.

I got bored of the guys style so didnt end up reading much of the book, and i got side tracked with my poker game.

G
karl nilsson
Greenhorn

Joined: Jan 20, 2005
Posts: 20
...but if you don't want to purchase the book, it's provided available online by the author here
available with source code
Dawei Li
Greenhorn

Joined: Jul 01, 2007
Posts: 22
I had buy a book named Isometric Game Programming with DirectX from amazon
I think you can read it.
Even not java.but the book is very detail
It can be a good reference.


<a href="http://www.java-forums.org" target="_blank" rel="nofollow">Java</a>
 
jQuery in Action, 2nd edition
 
subject: Isometric Games
 
Threads others viewed
Isometric Tiles (Geometry)
Is bit blitting needed and how is it performed?
Game Graphics
Developing Games in Java does anyone know if this book is any good?
AffineTransform "transform" method
developer file tools