Skip to content

MitanM/cits4403-evacuation-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CITS4403 Project – Fire Evacuation Simulation

Overview

Agent-based simulation of people evacuating a building during a fire with smoke propagation and visibility effects.
Built for CITS4403 Computational Modelling at UWA.

Repo Structure

  • src/ – main source code (agents, environment, simulation loop).
  • utils/ – helper functions (plotting, config parsing, pathfinding).
  • data/ – floorplans, sample datasets, configuration files.
  • notebooks/ – Jupyter notebooks for experiments, analysis, and visualisations.
  • requirements.txt – list of Python dependencies.
  • README.md – project overview and instructions.

Setup

git clone https://github.com/<your-username>/cits4403-evacuation-simulation.git
cd cits4403-evacuation-simulation
pip install -r requirements.txt

About

Agent-based simulation of building fire evacuation with smoke propagation for CITS4403 project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors