Skip to content

Khalilolgod/SnakeClient_Python3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

start.sh

./start.sh {type} {team_name}
# or
./start.sh {team_name}

types: best, greedy, random, hand, your

Your client

change YourClient.py in get_action function
function should return one of l, r, u, d directions
run your code with ./start.sh your (my_team)
your is type of the team (default is best)
my_team is team name that is optional

other clients

random

random client (type=random) moves randomly

greedy

greedy client (type=greedy) moves towards target point without considering walls

best

best client (type=best) moves towards target with considering walls

About

Remote Cup Snake Client Python3

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.1%
  • Shell 2.9%