Skip to content

Latest commit

 

History

History
29 lines (27 loc) · 1.6 KB

README.md

File metadata and controls

29 lines (27 loc) · 1.6 KB

***************************************************************************************
* Abstract:   Network ping-pong with support for Windows/Linux/MacOS
* Uses:       This library has been compiled with C11.
* Author:     Michael Vasquez Otazu
* Email:      [email protected]
* History:    V1.0 - First release
* Description:
*             - Ping pong game for multiple players across a network
*             - Support for Windows, Linux and MacOS
*             - Client/Server architecture
*             - Educational use of Sockets, Json messages, Regex, etc.
********************************* START LICENSE BLOCK *********************************
* The MIT License (MIT)
* Copyright (C) 2016 Michael Vasquez Otazu
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this 
* software and associated documentation files (the "Software"), to deal in the Software 
* without restriction, including without limitation the rights to use, copy, modify, merge, 
* publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons 
* to whom the Software is furnished to do so, subject to the following conditions:
* 
* The above Copyright notice and this Permission Notice shall be included in all copies 
* or substantial portions of the Software.
********************************** END LICENSE BLOCK **********************************