evennia/docs/source/Coding/Coding-Overview.md

31 lines
922 B
Markdown
Raw Normal View History

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
2021-10-21 21:04:14 +02:00
- [Directory-Overview](../Howto/Starting/Part1/Gamedir-Overview.md)
- [Quirks of Evennia](./Quirks.md)
2020-06-19 22:46:19 +02:00
## Setting up a workflow
2021-10-21 21:04:14 +02:00
- [Setting up PyCharm](./Setting-up-PyCharm.md)
- [Using Version-Control](./Version-Control.md)
- [Updating Evennia sources](./Updating-Your-Game.md)
2020-06-19 22:46:19 +02:00
## Coding away
2021-10-21 21:04:14 +02:00
- [Coding Introduction](./Coding-Introduction.md)
- [Ways to Debug](./Debugging.md)
- [Adding unit-tests](./Unit-Testing.md)
- [Things to remember when importing from evennia](./Flat-API.md)
2020-06-19 22:46:19 +02:00
## Advanced concepts
2021-10-21 21:04:14 +02:00
- [Continuous Integration](./Continuous-Integration.md)
- [Using Travis](./Using-Travis.md)
- [Profiling](./Profiling.md)