GithubHelp home page GithubHelp logo

veskoy / gomas Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 1.0 1.43 MB

A Master Server for some of Valve's games written in Go.

License: MIT License

Shell 0.05% Go 2.05% CSS 48.65% JavaScript 49.01% HTML 0.25%
valve masterserver hl1 source golang gomas

gomas's Introduction

Build Status Go Report Card GitHub issues GitHub license

Table Of Contents

Basic Overview

Gomas is a Master Server written in Go for some of Valve's multiplayer games. It is an implementation of the Master Server Query Protocol. The main objective of Gomas is to allow the community to run 3rd party quality master servers.

Installation

Gomas hasn't been released yet. This means there are no stable executables that you can use out of the box. Gomas is in its early stage and goes through rapid development. For that reason the only way you can run and try it out is by building it from source (Linux / MacOS):

git clone https://github.com/veskoy/gomas.git
cd gomas
go get -v -t ./...
go build -o ./gomasd ./cmd/gomasd

This will make an executable "./gomasd" which you can use to start a Master Server.

Usage

Default - the master server will listen on 127.0.0.1:27010:

./gomasd

Start a master server that will listen on specified ip address and port:

./gomasd -ip=xxx.xxx.xxx.xxx -port=xxxxx

Truncate/Seed/Reset database on startup:

./gomasd -ip=xxx.xxx.xxx.xxx -port=xxxxx -db=truncate
./gomasd -ip=xxx.xxx.xxx.xxx -port=xxxxx -db=seed
./gomasd -ip=xxx.xxx.xxx.xxx -port=xxxxx -db=reset

Changelog

To see what has changed in recent versions of Gomas, see the CHANGELOG.

Problems

Please report and follow the resolution of any encountered problems in the issue tracker.

Contributing

Thank you for considering contributing to Gomas. Any contributions are always welcomed as long as they follow our contributing guidelines.

License

Gomas is open-sourced software licensed under the MIT license.

Contributors

gomas's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

vi4o

gomas's Issues

f2017160203 - Update README.md

Feature description:
Update readme according to the tasks below.

Tasks:

  • Add "Installation" instructions
  • Add "Usage" instructions

f2017100201 - Add Ginkgo & Gomega for BDD

Feature description:
Add Ginkgo & Gomega for easier testing and behaviour driven development.

Tasks:

  • Add Ginkgo & Gomega
  • Rewrite tests in the new style
  • Make sure CI server runs the new tests correctly

f2017100201 - Add Ginkgo & Gomega for BDD

Feature description:
Add Ginkgo & Gomega for easier testing and behaviour driven development.

Tasks:

  • Add Ginkgo & Gomega
  • Rewrite tests in the new style
  • Make sure CI server runs the new tests correctly

f2017170101 - Database Structure

Feature description:
Plan the database structure and create appropriate package in the project structure.

Tasks:

  • Plan the database structure
  • Create package in the project structure
  • Write simple definitions with documentation of the desired functionality (no implementation for now).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.