Skip to content

C++ Implementation of a solver for the game Ricochet Robots

Notifications You must be signed in to change notification settings

renbeynolds/ricochetRobots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ricochet Robots

Requirements

  1. C++11

Input File Format

(one line per number):
  1. width of board (max 16)
  2. height of board (max 16)
  3. w representing number of walls
  4. x y dir for w walls
  5. r representing number of robots
  6. x y id of r robots
  7. g representing number of goals
  8. x y id of g goals

About

C++ Implementation of a solver for the game Ricochet Robots

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published