Skip to content

ChainBreak/autonomous_driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Project

A simple Python project template.

Setup

  1. Create a virtual environment:
python -m venv .venv
  1. Activate the virtual environment:
  • On macOS/Linux:
source .venv/bin/activate
  • On Windows:
.venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt

Running the Project

To run the project:

python main.py

About

Simple 2D top down driving game with multiple agents getting around

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages