Skip to content

taintpro98/fuzzy-selfdriving-car

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fuzzy-selfdriving-car

Installation

pip install -r requirement.txt

Run

python game.py

Control

  • =: zoomin
  • -: zoomout
  • k_left: turn left
  • k_right: turn right
  • k_up: increase speed
  • k_down: decrease speed

Drawing a map with Tile Map Editor

1. How to download

  • Access Tile Map Editor
  • Click in Tiled 1.3.4 Released
  • Click Green Download Button
  • Click "No thanks, just take me to the downloads"
  • Choose the version you want
  • Install

2. Usage

3. Inspiration

  • The Map of previous team
  • Our map
  • Because I used road_tiles.svg file instead of road_tiles.png image, Python cannot read our map. You just need create a new map based on old one and using road_tiles.png. Or create an awesome map that you love

About

A python game illustrating how a self-driving car works

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages