Project: Implementation of Car Lane Change Game
This is second article in Python Projects Series. This article includes the explanation and instructions of demo of this project. We also touch up on the topics like design and implementation of this project.
In case if you are new to this series, Please visit our previous article in this series.
1. Project : Implementation of Block Jump Game
In case if you are new to Python, Please visit the following articles in series Python for Data Science.
- Python for Data Science Series - Part 1
- Python for Data Science Series - Part 2
- Using Numpy in Python
- Using Pandas in Python
- Data Visualization using Matplotlib Python
- Parsing XML file in python
- Parsing Json file in python
- Interactive Data Visualization using Plotly in Python
- Logging in Python
- Read and Write Images in Python
1. Setup Project Environment:
Code can be obtained from our git repository by using following command
git clone https://github.com/RajuSaladi/CustomizableSimulationEnvironments.git
Go to "CustomizableSimulationEnvironments" Folder using following command
cd CustomizableSimulationEnvironments
This Project requires the following python libraries to be installed. Please install them using command below.
- OpenCV pip install opencv-contrib-python
- Numpy pip install numpy
2. Run Project:
python CarLaneChange.py
Detailed explanation about this Project can be seen in the following video
(TO BE CONTINUED)
Stay Tuned for more information
Comments
Post a Comment