Skip to content

AI with NEAT and pygame // Install NEAT and Pygame before you can use this! You can do Maps by your own!

Notifications You must be signed in to change notification settings

reggaetuna/Machine-learning-Car-Python-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome!
You can do Maps by your own in MS Paint,Gimp,etc...

(Walls and obstacles needs to be the color white!(or change it in the newcar.py)
//BORDER_COLOR = (255, 255, 255, 255) # Color To Crash on Hit // line 19

For selfmade Tracks dont forget the Starting Position 
(self.position = [830, 920] # Starting Position by default) // line 32

To change map just insert your own PNG file in newcar.py // line 177
game_map = pygame.image.load('yourMapHere.png').convert()

You can do your own settings in the config file

Have fun
Reggaetuna

About

AI with NEAT and pygame // Install NEAT and Pygame before you can use this! You can do Maps by your own!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages