Skip to content

Latest commit

 

History

History
125 lines (85 loc) · 3.27 KB

README.md

File metadata and controls

125 lines (85 loc) · 3.27 KB

LinkedIn

Logo

Smart Rockets

This is a physics simulation of the genetic algorithm's implementation on rockets.
Explore the docs »

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. License
  5. Contact

About The Project

screenshot

This is an implementation which has some basic physics in which our entities rockets are improved with every successive try using the genetic algorithm. They are directed to go towards the target from their starting position.

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

  • pip
    pip install pygame

Installation

  1. Clone the repo
    git clone https://github.com/Zulqarnain-cc34/Smart_Rockets.git
  2. Install prerequisties packages
    pip install

(back to top)

Roadmap

  • Fix the Code
  • Add Gravity
  • Change Time Variable to be infinity
  • Point Scoring System

License

Distributed under the MIT License. See LICENSE.txt for more information.