# Tutorials

- [Beginner Experiment: Prisoner's Dilemma](/tutorials/beginner-experiment-prisoners-dilemma.md)
- [Part 1: Before you start](/tutorials/beginner-experiment-prisoners-dilemma/part-1-before-you-start.md)
- [Part 2: Creating the Experiment in Empirica](/tutorials/beginner-experiment-prisoners-dilemma/part-2-creating-the-experiment-in-empirica.md)
- [Part 3: Getting Accustomed to the Code](/tutorials/beginner-experiment-prisoners-dilemma/part-3-getting-accustomed-to-the-code.md)
- [Part 4: Coding the Prisoner's Dilemma Game](/tutorials/beginner-experiment-prisoners-dilemma/part-4-coding-the-prisoners-dilemma-game.md)
- [Part 4.1: Removing example code](/tutorials/beginner-experiment-prisoners-dilemma/part-4-coding-the-prisoners-dilemma-game/part-4.1-removing-example-code.md)
- [Part 4.2: Intro Text](/tutorials/beginner-experiment-prisoners-dilemma/part-4-coding-the-prisoners-dilemma-game/part-4.2-intro-text.md)
- [Part 4.3: Set up the game stages](/tutorials/beginner-experiment-prisoners-dilemma/part-4-coding-the-prisoners-dilemma-game/part-4.3-set-up-the-game-stages.md)
- [Part 4.4: Build the "Choice" React Component](/tutorials/beginner-experiment-prisoners-dilemma/part-4-coding-the-prisoners-dilemma-game/part-4.4-build-the-choice-react-component.md)
- [Part 4.5: Build the "Result" React Component](/tutorials/beginner-experiment-prisoners-dilemma/part-4-coding-the-prisoners-dilemma-game/part-4.5-build-the-result-react-component.md)
- [Part 4.6: Compute the Score](/tutorials/beginner-experiment-prisoners-dilemma/part-4-coding-the-prisoners-dilemma-game/part-4.6-compute-the-score.md)
- [Part 5: Customizing the experiment](/tutorials/beginner-experiment-prisoners-dilemma/part-5-customizing-the-experiment.md)
- [Part 5.1: Changing the number of rounds](/tutorials/beginner-experiment-prisoners-dilemma/part-5-customizing-the-experiment/part-5.1-changing-the-number-of-rounds.md)
- [Part 5.2: Turning the chat on and off](/tutorials/beginner-experiment-prisoners-dilemma/part-5-customizing-the-experiment/part-5.2-turning-the-chat-on-and-off.md)
- [Part 6: Deployment](/tutorials/beginner-experiment-prisoners-dilemma/part-6-deployment.md)
