Add Component overview

This commit is contained in:
Griatch 2020-06-19 22:46:19 +02:00
parent ad0704f967
commit 30745e8396
6 changed files with 139 additions and 4 deletions

View file

@ -0,0 +1,28 @@
# Coding and development help
This documentation aims to help you set up a sane development environment to
make your game, also if you never coded before. If you are an experienced coder, much of this will be familiar
to you, but some things may still be useful.
## Find your way
- [Directory-Overview](Directory-Overview)
- [Quirks of Evennia](Quirks)
## Setting up a workflow
- [Setting up PyCharm](Setting-up-PyCharm)
- [Using Version-Control](Version-Control)
- [Updating Evennia sources](Updating-Your-Game)
## Coding away
- [Ways to Debug](Debugging)
- [Adding unit-tests](Unit-Testing)
## Advanced concepts
- [Continuous Integration](Continuous-Integration)
- [Using Travis](Using-Travis)
- [Profiling](Profiling)