Explorar el Código

Updating README.md

Josh Engebretson hace 9 años
padre
commit
cb528fa150
Se han modificado 1 ficheros con 17 adiciones y 13 borrados
  1. 17 13
      README.md

+ 17 - 13
README.md

@@ -1,20 +1,24 @@
 [AtomicLogo]: https://github.com/AtomicGameEngine/AtomicGameEngine/wiki/images/repo/Atomic-Game-Engine-512.png
 ![alt text][AtomicLogo]
-####Editor and Player Source Repository
+#### Editor and Player Source Repository
 
-This repository contains the **full source code** to the Atomic Game Engine Runtime, Atomic Editor, and other tools.  The Atomic Game Engine is a cross platform authoring solution with **deployment to Windows, OSX, Android, iOS, Linux, and WebGL**. Games and applications can be written in **JavaScript, TypeScript, C++, with C# scripting in development**.
+This repository contains the **full source code** to the Atomic Game Engine Runtime, Atomic Editor, and other tools.  The Atomic Game Engine is a cross platform engine with support for the **Windows, OSX, Android, iOS, Linux, and WebGL** platforms. Games and applications can be written in **C#**, **JavaScript, TypeScript, and C++**.
 
-####LICENSE
+#### LICENSE
 
 The Atomic Game Engine source code is released under the permissive **[MIT license](https://opensource.org/licenses/MIT)**.  Please see  [LICENSE.md](https://github.com/AtomicGameEngine/AtomicGameEngine/blob/master/LICENSE.md) for complete licensing information.
 
-####Documentation and Downloads
+#### Documentation and Downloads
 
 **[Download the Atomic Editor](http://atomicgameengine.com/download/)**
 
 **[Getting Started Documentation](http://atomicgameengine.com/learn/)**
 
-####Community
+#### Project Management
+
+The Atomic Game Engine has rolling build milestones at roughly 2 week intervals. The issue schedule can be found in the numbered **[Atomic Build milestones](https://github.com/AtomicGameEngine/AtomicGameEngine/milestones)**.  If an issue is unassigned, no one has claimed it for that build.  Please leave a comment in the issue if you are interested in working on it.
+
+#### Community
 
 **Atomic Q&A:** [https://qa.atomicgameengine.com/](https://qa.atomicgameengine.com/)
 
@@ -22,32 +26,32 @@ The Atomic Game Engine source code is released under the permissive **[MIT licen
 
 **Gitter Chat:** [![Join the chat at https://gitter.im/AtomicGameEngine/AtomicGameEngine](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/AtomicGameEngine/AtomicGameEngine?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
 
-####Atomic Development Fund
+#### Atomic Development Fund
 
 Atomic Backers:  Please see [BACKERS.md](https://github.com/AtomicGameEngine/AtomicGameEngine/blob/master/BACKERS.md) for a list of contributors to the [Atomic Development Fund](http://atomicgameengine.com/funding/)
 
-####Screenshots
+#### Screenshots
 
-#####Atomic Editor
+##### Atomic Editor
 [RoboBeach]: https://github.com/AtomicGameEngine/AtomicGameEngine/wiki/images/repo/RoboBeach.png
 ![alt text][RoboBeach]
 
-#####Atomic Examples
+##### Atomic Examples
 [DevSnapshot]: https://github.com/AtomicGameEngine/AtomicGameEngine/wiki/images/repo/DevSnapshot2116.png
 ![alt text][DevSnapshot]
 
-#####Atomic on Mobile
+##### Atomic on Mobile
 [ToonTown]: https://github.com/AtomicGameEngine/AtomicGameEngine/wiki/images/repo/ToonTownTouchUpdate.gif
 ![alt text][ToonTown]
 
-#####Atomic Build Settings
+##### Atomic Build Settings
 [AndroidBuildSettings]: https://github.com/AtomicGameEngine/AtomicGameEngine/wiki/images/repo/AndroidBuildSettings.png
 ![alt text][AndroidBuildSettings]
 
-####Looking for the Javascript and TypeScript examples?
+#### Looking for the Javascript and TypeScript examples?
 
 They are over here: <a href="https://github.com/AtomicGameEngine/AtomicExamples">Javascript Examples</a>
 
-###Building the Atomic Editor from Source
+### Building the Atomic Editor from Source
 
 Please see [Building the Atomic Editor from Source](https://github.com/AtomicGameEngine/AtomicGameEngine/wiki/Building-the-Atomic-Editor-from-Source) for Visual Studio 2015, XCode, and QtCreator build instructions.