Sh4d0v / mooege

Working with 1.0.3.10485. You need to connect 10485 client with your ip and done. Join us: https://discord.gg/ES7G8VV
GNU General Public License v2.0
3 stars 0 forks source link

Welcome to Mooege

   \------.     _           __      ,-.___     _   _        ,---.  
    \ .--. \    \'-,      ,',.'.     \ ._ \    \'-'/       / .-. \ 
    | |  | |     | |     J /__\ L    | |_)(     | |       f /   \ l
    | |  | |     | |     | |  ] ]    | .-. \    | |   ,   t \   / j
    / '--' /    ,'_'.   .'_'. F F    / |__)/    / '--'/    \ '-' / 
   /_,----'      ' '     ' ' /,'    '-----'    '-----'      '---' 
  ('                        ''                    

mooege (multi-node object oriented educational game emulator) is an open source reference game-server implementation developed with C#. It can be compiled with Microsoft .NET or Mono, which means you can run it on Windows, MacOS, and Linux. Please see the file LICENSE for license details.

Copyright (C) 2011 - 2018 mooege

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

Tutorial

Stay awhile and listen

Branches:

Contributing

  1. Fork it (https://github.com/Sh4d0v/mooege/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request