Tagged Questions
-6
votes
1answer
616 views
Can you make a 3d game in eclipse java? [closed]
Hello can you make a 3d game like minecraft using java?
1
vote
2answers
75 views
Transition Player Position
I'm currently working on a java MMO with a pretty solid start, but I've come across an issue I need a little help with.
I'm working on player position's. Meaning there X/Y on the screen, if the ...
-2
votes
1answer
119 views
programming light sources in java
I was making a game and I wanted to program light sources but I don't know how to. every where I search it comes up with lightweight java. Can any one offer any help. Its a birds eye view mmorpg. Can ...
2
votes
1answer
387 views
Java or Flash for MMO Game?
I hope this question hasn't been asked before.
I'm thinking of creating an MMO game, perhaps for Facebook. I've investigated the options of using Java or Flash/Flex. But I'm still not sure which to ...
2
votes
3answers
357 views
Pub/Sub or message passing in multiplayer server backend?
For my masters thesis I'm going to develop a scalable multiplayer server for locationbased games. It's going to be a "service oriented architecture" e.g. one dedicated service for positions, one for ...
3
votes
2answers
405 views
Mouse-driven Movement
I'm trying to write a game where player picks where they are going by just mouse-clicking on that position and it goes there (just like RuneScape's point-and-click mouse interface).
I'm trying to get ...