import React from 'react'; // Created on: 2013-04-11 const FestivalSimulator = () => { return (
Software

SimFest Tycoon

Festival crowd simulator

A team project in which a festival can be simulated to view how crowds of people behave. The user can build festivals, roads, snackbars and assign time periods when a band plays at a stage. The project was programmed in Java. A school project made by four people. The software allows users to build their own festival grounds. Snackbarstands, toilets, roads and stages can be placed to view how people form crowds and bottlenecks in certain areas. The user can also assign a band that plays for a certain time at a stage using a scheduler.

The band has a timeperiod and popularity, which affects the amount of people visiting that stage. The goal of this software is create an overview of potential bottlenecks and overcrowded areas.

Screenshot festival simulator

Screenshot festival simulator

Screenshot festival simulator

Screenshot festival simulator

Screenshot festival simulator

Screenshot festival simulator

Screenshot festival simulator
) } export default FestivalSimulator;