Tagged Questions
0
votes
3answers
106 views
Novice prototyping a massive multiplayer webpage based gaming system
I'm trying to build a website based game in which various pages of the site act as different areas of the game.
I am wondering what you would recommended as a design structure.
Which languages would ...
0
votes
1answer
307 views
How can I run a .jar file with XNA?
Could someone help me to develop a method to run any .jar file (with parameters) from in C# with XNA?
0
votes
1answer
697 views
How to get started in Java Game Programming? [closed]
As I try to program a game, I can't do virtually anything(because I really don't know what do do although I know the basics in Java), except if I look at tutorials.
I'd like to ask you, professional ...
-4
votes
1answer
608 views
should i use java or c#? [closed]
i know a similar question has been asked before but, my question is somewhat different. I have been learning C# for a few years but nothing in game making, more like applications and web like ...
1
vote
2answers
376 views
Android pong clone, having trouble getting the paddle to stop at the screen edge
Well, I'm obviously very new to game dev and android. I've got a ball bouncing around (successfully detecting screen edge collision so that the bitmap stays within screen) and a paddle that the user ...
1
vote
1answer
137 views
3D Location Handling
I am thinking about making a simulator type game that will involve having lots of small objects in a 3D space. What is the typical solution for handling these objects? The first thing that comes to ...
-3
votes
1answer
228 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 ...
5
votes
4answers
528 views
Efficient 2d Java Line of Sight for a lot of entities?
My problem today is this:
I have many civilians going around, they are classes stored by an arraylist.
The idea is when they see another civilian panic, they'll start to panic and it will spread.
...
0
votes
2answers
247 views
Question on methods in Object Oriented Programming [closed]
I’m learning Java at the minute (first language), and as a project I’m looking at developing a simple puzzle game.
My question relates to the methods within a class. I have my Block type class; it ...
-6
votes
1answer
3k views
Can you make a 3d game in eclipse java? [closed]
Hello can you make a 3d game like minecraft using java?
7
votes
3answers
583 views
Effective methods to continuously update movement in a tower defense game?
We are four guys making a Tower Defense game as a project in first grade on a university. The game is going to be really simple!
Three different towers
Three different monsters
One map (maybe add ...
8
votes
4answers
2k views
Java game in a day or two
We are three people who are going to make a simple game in Java as a school project (University, first year). The game has to be object oriented. We don't have much time, 10-20 hours tops. None of us ...
5
votes
3answers
570 views
Programming Languages Recommendations: A Space shooter game that allows two people to play [closed]
Do you remember an arcade game, that allowed two people to versus or play each other? It was a Galaga/Gradius type game.
Me and a couple of other people I know want to make a game like this. We want ...
2
votes
2answers
2k views
Arc'd jumping method?
Okay, so I'm making a platformer, and I wanna know how I can make a arc'd jump easily. Like what Mario does in super Mario Bros 1. Any ideas on a simple way to accomplish this?
5
votes
4answers
2k views
Killer Game Programming [Java 3D] outdated?
I'm thinking of picking up the book Killer Game Programming by Andrew Davidson, but its pretty old now. I know Java, and I've been messing with jMonkeyEngine for a few days now, but I'm curious to see ...