A program developed for my A-level Computer Science non-examined assessment. This simulator models the principles of evolution through natural selection, allowing users to observe the dynamics of species adaptation over generations.
For tailored project solutions and business inquiries, please email [email protected] or connect with me on LinkedIn.
- Simulation of Evolutionary Processes: Visualize how species evolve over time based on genetic traits.
- Interactive User Interface: Engage with the simulation via an intuitive interface.
- Configurable Parameters: Adjust simulation settings, including mutation rates and environmental factors.
- TypeScript: For strong typing and modern JavaScript features.
- HTML/CSS: For building the user interface.
- JavaScript: For dynamic content and interactivity.
- Clone the repository:
git clone https://github.com/SanjaySunil/EvolutionSimulator.git
- Navigate into the project directory:
cd EvolutionSimulator
- Install the required packages:
npm install
Run the simulator using:
npm start
Open your browser and navigate to http://localhost:3000
to start the simulation.
Contributions are welcome! Please feel free to submit a pull request or open an issue to discuss improvements.
This project is licensed under the MIT License.