requiredan implementation of a two player game


Required:

  • An implementation of a two player game. Keep the game simple ROCK PAPER SCOSSORS
  • A two player game, each player on a different browser instance.  (probably best to be two different Browser types)
  • There should be the capability of more than one game being played simultaneously by different player combinations.  Only one game per pair of players, but a player could be involved in more than one game at a time.  Each game would be in a different browser instance.
  • A separate class to represent the game.  Instantiate a separate instance for each game being played.  This class should NOT have any user interface, text or GUI.
  • One or more web pages to present the game and gather user interaction
  • Between requests, store information about the game, its players and state in a file on the server.  The file can be text only or binary.  Your choice.  Binary lets you store strings and numbers without having to Parse TryParse or ToString the numbers back and forth.
  • Keep each class in a separate file with the same name as the file.
  • Name the website "Our_Game"
  • Rename all file, classes and controls with descriptive names.
  • Store your data file in the App_Data directory.
  • Store your class code files in the App_Code directory.

 

Request for Solution File

Ask an Expert for Answer!!
DOT NET Programming: requiredan implementation of a two player game
Reference No:- TGS0205310

Expected delivery within 24 Hours