Skip to content

This is a 2d simulation of car build using pymunk and python arcade. Attempt have been made to make simulation of car as realistic as possible. Ultimate goal of this project is it will be used in another project to train car for automatic driving.

Notifications You must be signed in to change notification settings

siddhant-deshmukh/car-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Car simulation build using Arcade.

The main purpose of this project is to create an environment where we can control a car and simulate things like roads, obsticles the car will face and this will be later used to train car drive automatically. Simulation

Required:

  1. Python 3.10.6
  2. arcade 2.6.17

To Download python visit https://www.python.org/downloads/

To install arcade

pip install arcade

To run game go to /car-simluation dir and just run

python main.py

Map of the Simulation Map of the Simulation

About

This is a 2d simulation of car build using pymunk and python arcade. Attempt have been made to make simulation of car as realistic as possible. Ultimate goal of this project is it will be used in another project to train car for automatic driving.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages