Skip to content

jwill/go-game-server

Repository files navigation

go-game-server

Go-game-server is a proof of concept game server using Websockets for communication and powered by Google Go.

There is currently a quizbowl game implemented. TicTacToe solver works too but isn't wired up to a full on game.

Import the following libraries with go get:

"launchpad.net/rjson" "github.com/dchest/uniuri" "code.google.com/p/go.net/websocket"

Running the application:

go run *.go

Open a browser at http://localhost:8080

About

Game server written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages