GitXplorerGitXplorer
a

network_game

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
ca2791a9d53c098fc2ae4442a0fca4a632e97c5c

Updating readme

aalexandremuzio committed 8 years ago
Unverified
7ca85aad929e4ef4c0ff67e52fb6f5f9d6d3e5d4

Minor fixes

aalexandremuzio committed 8 years ago
Unverified
3052d1bb6a48fa3579d63621590506282ae5db34

Game now working with multiple clients

aalexandremuzio committed 8 years ago
Unverified
3ea304fb2fe92579ca1b78d53e1437b3850d2283

Changing to RPC connection

aalexandremuzio committed 8 years ago
Unverified
36015279dde4a1e2f1e6941847b38518a50cb894

Simple TCP client-server app

aalexandremuzio committed 8 years ago
Unverified
f76bfa707d2da49c0ffd4761b1bc65fb8745e84d

Initial commit

aalexandremuzio committed 8 years ago

README

The README file for this repository.

network_game

Simple Rock-Paper-Scissors network game made in Go.

Running

To start the server

go run server/server.go

To start the players

go run client/client.go