mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Updated README.
This commit is contained in:
parent
164dd49933
commit
fa1d24ba8f
2 changed files with 15 additions and 6 deletions
19
README.md
19
README.md
|
@ -1,11 +1,20 @@
|
|||
CodeCombat
|
||||
==========
|
||||
|
||||
CodeCombat is a multiplayer programming game for learning how to code. See the [Archmage developer wiki](https://github.com/codecombat/codecombat/wiki) for all information.
|
||||
![](https://dl.dropboxusercontent.com/u/138899/GitHub%20Wikis/readme_00.png)
|
||||
|
||||
We just open-sourced everything on 2014-01-03 as a preview release for our [Archmages](http://codecombat.com/contribute#archmage) who have been waiting to contribute. We will announce it fully on Monday. Please poke around, add issues, work on issues, and have fun! We'd love to see as many contributors as possible this weekend, so no contribution is too small.
|
||||
CodeCombat is a multiplayer programming game for learning how to code. **See the [Archmage developer wiki](https://github.com/codecombat/codecombat/wiki) for a dev setup guide, extensive documentation, and much more.**
|
||||
|
||||
## License
|
||||
[The MIT License (MIT)](https://github.com/codecombat/codecombat/blob/master/LICENSE)
|
||||
It's both a startup and a community project, completely open source under the [MIT and Creative Commons licenses](http://codecombat.com/legal). It's the largest open source [CoffeeScript](http://coffeescript.org/) project by lines of code, and since it's a game (with [really cool tech](https://github.com/codecombat/codecombat/wiki/Third-party-software-and-services)), it's really fun to hack on. Join us in teaching the world to code! Your contribution will go on to show millions of players how cool programming can be.
|
||||
|
||||
Please also [sign the CodeCombat contributor license agreement](http://codecombat.com/cla) so we can accept your pull requests. It is easy.
|
||||
### [Getting Started](https://github.com/codecombat/codecombat/wiki/Developer-environment)
|
||||
|
||||
We've made it easy to fork the project, run a simple script that'll install all the dependencies, and get a local copy of CodeCombat running right away on Mac, Linux, or Windows. See [the docs for details](https://github.com/codecombat/codecombat/wiki/Developer-environment).
|
||||
|
||||
### [Getting In Touch](https://github.com/codecombat/codecombat/wiki/Developer-organization)
|
||||
|
||||
Whether you're novice or pro, the CodeCombat team is ready to help you implement your ideas. Reach out on our forum, our issue tracker, or our developer chat room, or see the docs for [more on how to contribute](https://github.com/codecombat/codecombat/wiki/Developer-organization).
|
||||
|
||||
### [License](https://github.com/codecombat/codecombat/blob/master/LICENSE)
|
||||
|
||||
[MIT](https://github.com/codecombat/codecombat/blob/master/LICENSE) for the code, and [CC-BY](http://codecombat.com/legal) for the art and music. Please also [sign the CodeCombat contributor license agreement](http://codecombat.com/cla) so we can accept your pull requests. It is easy.
|
||||
|
|
|
@ -72,7 +72,7 @@ module.exports = nativeDescription: "English", englishDescription: "English", tr
|
|||
|
||||
contact:
|
||||
contact_us: "Contact CodeCombat"
|
||||
welcome: "Good to hear from you! Use this form to send us email."
|
||||
welcome: "Good to hear from you! Use this form to send us email. "
|
||||
contribute_prefix: "If you're interested in contributing, check out our "
|
||||
contribute_page: "contribute page"
|
||||
contribute_suffix: "!"
|
||||
|
|
Loading…
Reference in a new issue