Software Architecture Documentation of Group Sokoban ==================================================== This project is about the development of a distributed Sokoban game that can be played across a network of different clients. The project's software architecture documentation is loosely based on the arc42 template, with project-specific adaptions made to better suit the completed tasks from the exercise sheets. The included software requirements specification is compliant to the IEEE Std 830-1998. .. toctree:: :caption: Table of Contents :numbered: :maxdepth: 1 :glob: Introduction and Stakeholders <01_intro_and_stakeholders> Goals <02_goals> Domain Model & Use Cases <03_domain_model> Requirements and Features <04_requirements_and_features> Building Block View <05_building_block_view> Runtime View <06_runtime_view> Deployment View <07_deployment_view> Crosscutting Concepts <08_crosscutting_concepts> Architectural Decisions <09_architectural_decisions> Quality Scenarios <10_quality_scenarios> Risks and Technical Debt <11_risks_and_technical_debt>