├── README.md └── license.txt /README.md: -------------------------------------------------------------------------------- 1 | # Propeller 2 | Our Game Engine 3 | -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- 1 | YACHT CLUB GAMES LLC LICENSE (Game Engine and Game Tools) 2 | 3 | Yacht Club Games LLC hereby grants any person (hereinafter "You") obtaining a 4 | copy of the Yacht Club Games LLC Game Engine ("Game Engine") and/or the Yacht 5 | Club Games LLC Game Development Tools ("Game Tools") in object code form, 6 | source code form and/or associated documentation files (the "Software"), free 7 | of charge, a license to use, copy and/or modify the Game Engine or Game Tools 8 | to create a game that incorporates all of the Game Engine or portions thereof 9 | ("Your Game") and a license to publish, distribute and/or sell, whether in 10 | source code form, executable form, or both, Your Game with the Game Engine or 11 | portions thereof incorporated, and permitting others to do the same, subject 12 | to the following conditions: 13 | 14 | 1) If any part of the Software is provided by You in source code form, the 15 | following copyright notice and this License must be included with all 16 | copies or substantial portions of the Software and with materials that 17 | would be considered, under U.S. copyright law, to be derivative works of 18 | the Software: 19 | 20 | Copyright (c) 2016 Yacht Club Games LLC 21 | 22 | 2) This License does not extend to stand-alone redistribution of the Game 23 | Engine or Game Tools without incorporation into Your Game, wherein "Your 24 | Game" means programming that provides a substantially additional creative 25 | experience to end users beyond mere interaction with the Game Engine. 26 | 27 | However the Game Engine and Game Tools Software are simultaneously licensed 28 | under the Microsoft Reciprocal License ("MS-RL") and stand-alone 29 | redistribution of the Game Engine or Game Tools (as originally obtained by 30 | you or modified) is permitted under the MS-RL. 31 | 32 | You are free to choose between (a) complying with the terms of this License 33 | as a whole and (b) complying with the terms of the MS-RL as a whole. 34 | 35 | 3) Different versions of the Game Engine and Game Tools might be for use on 36 | different platforms. A platform might be developed, provided or controlled 37 | by a third-party platform developer ("Platform Developer"). This License 38 | does not include rights that such a Platform Developer does not allow Yacht 39 | Club Games LLC to freely grant to others. For example, operating on a 40 | particular platform might require access to confidential information 41 | controlled by a Platform Developer and only provided under certain 42 | conditions. You agree to obtain your own rights or license from such 43 | Platform Developer and to determine for yourself what rights you need. 44 | 45 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 46 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 47 | FITNESS FOR A PARTICULAR PURPOSE AND PATENT, COPYRIGHT AND/OR OTHER 48 | INTELLECTUAL PROPERTY NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR 49 | COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 50 | IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 51 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 52 | --------------------------------------------------------------------------------