Difference between revisions of "DevelopersHome"

From The Battle for Wesnoth Wiki
(Code documentation)
m (Code documentation)
Line 43: Line 43:
 
* http://devdocs.wesnoth.org - generated code documentation
 
* http://devdocs.wesnoth.org - generated code documentation
 
* AI
 
* AI
 +
** [[AI_Module]] - guide to AI module (src/ai)
 
** [[WritingYourOwnAI]] - write a C++ plugin
 
** [[WritingYourOwnAI]] - write a C++ plugin
 
** [[FormulaAI]] - Guide to the experimental formula AI branch
 
** [[FormulaAI]] - Guide to the experimental formula AI branch

Revision as of 18:46, 3 May 2009

General Information

Tools and Packaging

I want to start coding, what can I do?

  • EasyCoding - Bugs and features that are easy to implement for new coders
  • NotSoEasyCoding - Bugs and features which are doable but lacking someone working on them

Game - Create content

Code documentation

Communication, Feedback, Events

Miscellaneous