mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 09:35:39 -05:00
Updated Archmage Home (markdown)
parent
3d33e1f4a7
commit
e37f1fd59a
1 changed files with 8 additions and 8 deletions
|
@ -23,8 +23,8 @@ The [Discourse Forum](http://discourse.codecombat.com/) is another useful place
|
||||||
1. Fix [bugs](https://github.com/codecombat/codecombat/labels/bug).
|
1. Fix [bugs](https://github.com/codecombat/codecombat/labels/bug).
|
||||||
1. Bring up new ideas in our [HipChat room](https://www.hipchat.com/g3plnOKqa)
|
1. Bring up new ideas in our [HipChat room](https://www.hipchat.com/g3plnOKqa)
|
||||||
|
|
||||||
##Reading Material
|
####Reading Material
|
||||||
####General:
|
######General:
|
||||||
* [[Mission Statement]]
|
* [[Mission Statement]]
|
||||||
* [[Developer Environment]] -- Start here to get CodeCombat set up on your computer.
|
* [[Developer Environment]] -- Start here to get CodeCombat set up on your computer.
|
||||||
* [[Developer Organization]]
|
* [[Developer Organization]]
|
||||||
|
@ -35,22 +35,22 @@ The [Discourse Forum](http://discourse.codecombat.com/) is another useful place
|
||||||
* [[Coco Models]]
|
* [[Coco Models]]
|
||||||
* [[Testing]]
|
* [[Testing]]
|
||||||
|
|
||||||
####Frontend Development:
|
######Frontend Development:
|
||||||
|
|
||||||
* [[Client Models]]
|
* [[Client Models]]
|
||||||
* [[Views]]
|
* [[Views]]
|
||||||
* [[Events, Subscriptions, Shortcuts]]
|
* [[Events, Subscriptions, Shortcuts]]
|
||||||
|
|
||||||
####Backend Development:
|
######Backend Development:
|
||||||
|
|
||||||
* [[File System]]
|
* [[File System]]
|
||||||
|
|
||||||
####Key Systems:
|
######Key Systems:
|
||||||
|
|
||||||
* [[Versioning]]
|
* [[Versioning]]
|
||||||
* [[Permissions]]
|
* [[Permissions]]
|
||||||
|
|
||||||
####Game Engine:
|
######Game Engine:
|
||||||
|
|
||||||
* CodeCombat uses a [[Thang Component System]] architecture.
|
* CodeCombat uses a [[Thang Component System]] architecture.
|
||||||
* A [[Thang]] can be an ogre, a land, an arrow--anything.
|
* A [[Thang]] can be an ogre, a land, an arrow--anything.
|
||||||
|
@ -61,12 +61,12 @@ The [Discourse Forum](http://discourse.codecombat.com/) is another useful place
|
||||||
* The [[Tome]] is our spell editor.
|
* The [[Tome]] is our spell editor.
|
||||||
* [[Multiplayer]]
|
* [[Multiplayer]]
|
||||||
|
|
||||||
####Side Projects:
|
######Side Projects:
|
||||||
|
|
||||||
* [[Treema]], our general interface for editing JSON data with schemas
|
* [[Treema]], our general interface for editing JSON data with schemas
|
||||||
* [[Aether]], our transpiler
|
* [[Aether]], our transpiler
|
||||||
|
|
||||||
##FAQ
|
###FAQ
|
||||||
**I don't understand git!!**
|
**I don't understand git!!**
|
||||||
|
|
||||||
Doing [this](https://www.codeschool.com/courses/try-git) super duper fast course should help get you comfortable.
|
Doing [this](https://www.codeschool.com/courses/try-git) super duper fast course should help get you comfortable.
|
||||||
|
|
Loading…
Reference in a new issue