Tagged Questions
0
votes
0answers
291 views
Help with an isometric game engine [closed]
This is my first time posting on stack exchange. I have been programming and generally messing with computers since I was a kid, but now I find myself with a really great idea for a game which I ...
0
votes
0answers
41 views
Is there a simple isometric graphical game engine (using vectors?) that could be used for a (multiplayer) crafting/farming game? [duplicate]
Possible Duplicate:
Good, free isometric game engine?
With little game development experience (albeit having graphical skills and some programming knowledge) a group currently working on a ...
4
votes
2answers
2k views
Efficient Isometric 2.5D Game Engines?
I want to make a game (turn-based RPG) that looks very similar to Bastion.
Here is what I need to implement:
-> The overworld is 2d, with an isometric view. The graphics would in no way be rendered ...
1
vote
2answers
635 views
Isometric game data structure and rendering
I'm starting development of a 2d isometric(tiled, roguelike) game and i'm brainstorming wich kind of data structure i would use to store runtime data like tiles and entities, but i don't want to use ...
1
vote
1answer
231 views
Use mouse to control view like zoom in and out
I would like to ask how would I go about using the mouse to zoom in and out of my current isometric tiled map, not only that but I would like the tiles to be in the center of the view when the ...
5
votes
2answers
4k views
Good, free isometric game engine? [closed]
Any recommendations for a good isometric game engine that is also free?
Should be possible to develop entirely using freely available tools (meaning: no Flash, and no I don't want to learn haXe...)
...
22
votes
12answers
11k views
Isometric game engine in JavaScript/HTML5 [closed]
Is anybody aware of any stable-ish (ie out of alpha) isometric drawing engines for JavaScript/HTML5? I have done some Google searches and found a few, but they were mostly in alpha/invite-only ...