2020-06-19 22:46:19 +02:00
|
|
|
# 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
|
|
|
|
|
|
2020-07-08 22:20:37 +02:00
|
|
|
- [Directory-Overview](../Howto/Starting/Part1/Gamedir-Overview)
|
2020-07-11 00:14:13 +02:00
|
|
|
- [Quirks of Evennia](./Quirks)
|
2020-06-19 22:46:19 +02:00
|
|
|
|
|
|
|
|
## Setting up a workflow
|
|
|
|
|
|
2020-07-11 00:14:13 +02:00
|
|
|
- [Setting up PyCharm](./Setting-up-PyCharm)
|
|
|
|
|
- [Using Version-Control](./Version-Control)
|
|
|
|
|
- [Updating Evennia sources](./Updating-Your-Game)
|
2020-06-19 22:46:19 +02:00
|
|
|
|
|
|
|
|
## Coding away
|
|
|
|
|
|
2020-07-11 00:14:13 +02:00
|
|
|
- [Ways to Debug](./Debugging)
|
|
|
|
|
- [Adding unit-tests](./Unit-Testing)
|
2020-06-19 22:46:19 +02:00
|
|
|
|
|
|
|
|
## Advanced concepts
|
|
|
|
|
|
2020-07-11 00:14:13 +02:00
|
|
|
- [Continuous Integration](./Continuous-Integration)
|
|
|
|
|
- [Using Travis](./Using-Travis)
|
|
|
|
|
- [Profiling](./Profiling)
|