Skip to content

CODESOLE/car_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Car Client

Simple car route calculation with client-server architecture and using basic_pathfinding library.

Project Diagram:

Project Diagram

Map is encoded as simple string. Walls are represented as '#', walkable ways are represented as '.' character.

Map Encoding

After server started up, output of client is:

Client & Server Output

This is client code for route calculating example. Server is on this repo https://github.com/codesole/rust-networking

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages