Skip to content

This is the v2 of the dumb copy of Smart Rockets Genetic Algorithm Implementation repo made in python using pygame and some un-legible-readable code πŸ˜„ the inspiration source : https://shivank1006.github.io/Smart-Rockets/

License

Notifications You must be signed in to change notification settings

SrujanHR/smart-rockets-proxy-two

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

19 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Smart Rockets Genetic Algorithm Implementation trial v2 Web Demo

Welcome to the Smart Rockets Genetic Algorithm Implementation trial v2! This project is a Python implementation using Pygame, featuring a genetic algorithm for simulating smart rockets.

Overview

This repository is an updated version (v2) of a project initially created as a playful emulation of smart rockets using a genetic algorithm. The core functionality remains nearly the same, but with changes in the how rockets behave they can now move freely in 2D space this version also has some improvements and better readability compared to the original version.

Features

  • Genetic Algorithm: Implements a genetic algorithm to tech rockets to reach a goal by trial and error
  • Pygame Visualization: Visualizes the simulation using Pygame for interactive display.

Web Demo on itch.io

https://srujanhr.itch.io/smart-rockets-proxy-two-1

Dependencies

Python 3.11 Pygame (install via pip install pygame)

How to use :

  1. Install dependencies (Pygame) using the command : pip install pygame
  2. Run the simulation
  3. Watch and enjoy as rockets evolve over generations to reach the target.

code

Contributing

Contributions are welcome! If you have any ideas for improvements or features, feel free to fork this repository and submit a pull request.

Acknowledgments

Comment

genetic algorithm is a fun way to explore evolutionary algorithms and it os fun to impilment it in python. I hope you like my project ;)

About

This is the v2 of the dumb copy of Smart Rockets Genetic Algorithm Implementation repo made in python using pygame and some un-legible-readable code πŸ˜„ the inspiration source : https://shivank1006.github.io/Smart-Rockets/

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages