manio143 / MultiPong

Multiplayer Pong Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MultiPong Build Status

A simple multiplayer over TCP pong game. Client uses MonoGame, but could just as well use the console.

Building

Requirements:

  • .NET 4.0+ / Mono 4.0+
  • C# 6.0 compatible compiler
  • NuGet
    git clone https://github.com/manio143/MultiPong
    cd MultiPong
    nuget restore MultiPong.sln
    msbuild MultiPong.sln

Or just build it in Visual Studio.

Running

Right now, the game only works on localhost. So run the MultiPongServer.exe and then two MultiPongClient.exes to start the game.

About

Multiplayer Pong Game


Languages

Language:C# 100.0%