mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 21:36:30 +01:00
30 lines
922 B
Markdown
30 lines
922 B
Markdown
# 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](../Howto/Starting/Part1/Gamedir-Overview.md)
|
|
- [Quirks of Evennia](./Quirks.md)
|
|
|
|
## Setting up a workflow
|
|
|
|
- [Setting up PyCharm](./Setting-up-PyCharm.md)
|
|
- [Using Version-Control](./Version-Control.md)
|
|
- [Updating Evennia sources](./Updating-Your-Game.md)
|
|
|
|
## Coding away
|
|
|
|
- [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)
|
|
|
|
## Advanced concepts
|
|
|
|
- [Continuous Integration](./Continuous-Integration.md)
|
|
- [Using Travis](./Using-Travis.md)
|
|
- [Profiling](./Profiling.md)
|