Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Super Arena. A simple 2D multiplayer shooter game.  (Read 4242 times)

0 Members and 1 Guest are viewing this topic.

MarthKoopa

  • Guest
Super Arena. A simple 2D multiplayer shooter game.
« on: August 20, 2010, 09:48:58 am »
The concept of this game is quite simple.  It's a deathmatch game in which the server owner can modify the level in real time.

There will be many kinds of tiles for the host to impede his gladiatorial combatants with, such as flames, ice blocks, boulders, spikes, gravity alterations, and much more.

Large screenshot: http://i640.photobucket.com/albums/uu121/MarthKoopa/SuperArenaAlpha.png

As you can see, it's a very early screenshot with a major graphics bug that will probably only exist for the person running a server and client.

WitchD0ctor

  • Full Member
  • ***
  • Posts: 100
    • View Profile
    • http://www.teleforce-blogspot.com
Super Arena. A simple 2D multiplayer shooter game.
« Reply #1 on: August 22, 2010, 12:55:31 am »
well, i really don't know much about network programming, but i would recommend putting the server and the client in the same program. and letting the user decide witch one it wants to be maybe?
John Carmack can Divide by zer0.

CJ_COIMBRA

  • Full Member
  • ***
  • Posts: 112
    • ICQ Messenger - 13077864
    • View Profile
    • http://www.cjcoimbra.com
    • Email
Super Arena. A simple 2D multiplayer shooter game.
« Reply #2 on: June 10, 2011, 08:16:08 pm »
Right, the user select the game mode (client or server), then you start the proper network loop with client or server specific stuff... that´s how I´am doing in my current project...
CJ