Network Game Development
Budgetrahmen
300 - 800 EUR
Ende der Angebotsphase
Angebotsphase abgeschlossen
Notwendige Expertise
Web & Programmierung,
Java
Zusätzlich
notwendige Expertise
notwendige Expertise
not good
Beschreibung
Implement a Network Game which allows two or more players to interact over a local area network.
You can use either the C++ or C# programming language.
The game must have a Client-Server architecture. The server controls the game sequence (such as
which player has the next turn), and arbitrates between clients (for example, it keeps the score). The
server must therefore support at least two clients concurrently.
The use-model is based on a player starting his/her client whenever they wish to play. The server is
already running (contactable somewhere in the network). The client must somehow ‘find’ the server
(one way is to type the IP addres s of the server into the client, but this is not user -friendly!) – this
aspect is part of your communication design. Once the client and server are communicating, the
server acts as a broker between several clients, so that the users can play the game. The server does
not have a user interface as part of the game – since no user is ‘located’ at the server. However, the
server will probably still need a user interface for diagnostic purposes . Clear identification and
separation of the various component types (client, server ) and of their functionality and behaviour is a
required part of the design documentation.
Almost any game can be modified to work over a network, but it is recommended that you keep to a
simple game.
SYSTEMS PROGRAMMING LEVEL 5
4
As an example, consider Noughts and Crosses. Each player has a ‘board’ containing a grid of nine
squares in which they can place a token (a O or X) – if the square is empty. Player 1 has O’s and
Player 2 has X’s. Only one player is allowed to move at a time; this must be regulated by the server.
After a move, the position of the new token is passed to the server, and then on to the other client
(representing the other player), so each player can see their own moves and their opponent’s moves
on the screen . Each time the server receives details of a new move it must check for game
termination. For Noughts and Crosses, this is when one player gets three tokens in a straight line
(including diagonally) or when there are no empty squares left on the ‘board’.
Projekttyp
Festpreis
Vertraulichkeit
Meine Projektausschreibung soll für alle Besucher von twago und in Suchmaschinen (z.B. Google) sichtbar sein.
Implementation
-
Ausschreibungsdetails
Die Angebote sollen lediglich für mich sichtbar sein.
Alle Fragen und Antworten
2 Personen folgen dem Projekt
Sie haben Fragen zum Projekt? Stellen Sie hier Ihre Fragen. Der Kunde antwortet hier ebenfalls, um allen die gleichen Informationen zu geben. Bitte geben Sie hier keine Kontaktdaten an. Inhalte, bei denen es nicht um Projektdetails geht, werden gelöscht.
Sie möchten den Kunden direkt anschreiben? Bitte geben Sie zuerst Ihr Angebot ab. Ihr Angebot ist unverbindlich und jederzeit aktualisierbar. Anschließend können Sie mit dem Kunden persönlich kommunizieren.
twago Nutzer
Vor 3 Monaten
should server and/or client be multi platform, or is it sufficient to support Linux only?
Sie wollen für das Projekt arbeiten?
Registrieren Sie sich auf twago und geben Sie Ihr Angebot ab.
Sie möchten einen Experten finden?
Schreiben Sie Ihr Projekt aus und finden Sie die passenden Experten.







