https://github.com/louis-thevenet/tipe-2023-crowd-simulations
TIPE (Personal Initiative Project) made as I was studying in CPGE (Two-year classes to prepare for the competitive exams to the french "Grandes Ecoles"). The project is part of the competitve exam.
https://github.com/louis-thevenet/tipe-2023-crowd-simulations
cpge tetraconcours tipe
Last synced: 2 months ago
JSON representation
TIPE (Personal Initiative Project) made as I was studying in CPGE (Two-year classes to prepare for the competitive exams to the french "Grandes Ecoles"). The project is part of the competitve exam.
- Host: GitHub
- URL: https://github.com/louis-thevenet/tipe-2023-crowd-simulations
- Owner: louis-thevenet
- Created: 2022-03-13T22:42:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-19T14:31:57.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T05:42:22.410Z (4 months ago)
- Topics: cpge, tetraconcours, tipe
- Language: TeX
- Homepage:
- Size: 7.98 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TIPE-2023-Crowd-Simulations
Project files of my TIPE (Personal Initiative Project) made as I was studying in CPGE (Two-year classes to prepare for the competitive exams to the french "Grandes Ecoles") from 2021 to 2023. \
The project is assessed during the exams and received the grade of 13,8/20. \
See (french) :
- [MCOT](https://github.com/A-delta/TIPE-2023-Simulation-de-Foules/blob/main/presentation_TIPE/Mcot_louis.pdf)
- [Presentation](https://github.com/A-delta/TIPE-2023-Simulation-de-Foules/blob/main/presentation_TIPE/fichier_principal.pdf)
## Usage
### Compile
`cmake .` \
`make`### Run
- `scripts/runmp4 maps/your_map N scale`
- `scripts/rungif maps/your_map N scale`where `N` is the number of initial agents and `scale` is the scale of the output video relative to the map size.
## Example
`./runmp4 maps/simple_porte_test_obstacle.txt 100 40`Each digit represents the number of agents on the square, a red segment points toward their desired exit.
https://github.com/A-delta/TIPE-2023-Simulation-de-Foules/assets/55986107/b6d90139-a3bf-4aae-b1cc-28a77aa769b3

### SCALE = 10
### SCALE = 20
### SCALE = 40
