Hello, I am a coder by myself but I am busy with other things at the moment. So I am looking for some guidance about the cost of making a 2D java game (which should be running as an applet).
Leave aside the graphics for now, I am just interested in the coding.
Game will be top-down 2D and characters will be circles, there will be other circles with which players can collide. I’ll add the logic afterwards.
The main thing is that this should be online! Not like a MMO but there must be a lobby-server which contains all online characters and there will be some rooms in which players can join. A room should be handling like 10 players at most.
Server must be the decision-maker, so players can only send key presses&chat messages.
The packets must be time-stamped, so the actions that are received must be processed according to their timestamps.
How much do you think something like this would cost?
If there are some important issues which may affect the price, let me know