/BulletlineServer

Server for Bulletline - Simple 2D shooter game

Primary LanguageC++

Bulletline Server

This is repository for Bulletline's server.
All of the documentation is located in the docs, source in src.
Client can be found in separate repository.

Requirements

All you need is Windows, Linux (e.g. Ubuntu) or Mac OSX with C++ compiler and SFML 2.3 properly installed.
Both x86 and x64 architectures are supported.

Technology

  • C++
  • SFML 2.3

How to run?

We fully support Visual Studio 2013+ and XCode 7+ IDEs. Just create simple SFML project with this source code.
Server runs on port 54000 by default.

Authors