GitXplorerGitXplorer
a

SnakeNetworkGame

public
4 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
7d364f8693ede9d1c0d15ef13c0b7ff2cc73058f

Add abstract class Game. Create widgets folder. Remove timer signal from client.

committed 10 years ago
Unverified
879a806abb1a4c2aad0eeecb5c6025fd8afa70c7

Add project files

committed 10 years ago
Unverified
6dd0ae09c041583af85ba28987f118d66c5f9f8b

Initial commit to add default .gitIgnore and .gitAttribute files.

committed 10 years ago

README

The README file for this repository.

Snake Network Game

Snake Server

Requirements

  • C++11
  • Qt5.4 or higher

Start

  • Run "Snake" and choose "Server"
  • Run another instance of "Snake" and choose "Client"
  • Click "Connect" on client
  • Click "Play" on server

Building

Windows

  • Install Qt
  • Open "SnakeGame.sln" in Visual Studio 2013
  • Build

Linux

  • Install Qt
  • Open "SnakeGame.pro" in Qt Creator
  • Build