Thanks to visit codestin.com
Credit goes to github.com

Skip to content

poweronoff/toy-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

toy-bot

Many thanks to Lorenzo Sisini (deactivated account) for this beautiful experience.

Requirements

  • maven 3
  • openjdk 17

Quick start

  • clone the repository
git clone https://github.com/poweronoff/toy-bot.git
  • build the project
mvn clean package
  • run it
java -jar target/de.dj_steam.toybot-<version>-jar-with-dependencies.jar

Toy-Bot Reference

Commands:
PLACE X,Y,F - place robot on position X,Y - coordinates, and direction (NORTH|SOUTH|WEST|EAST)
MOVE - move the robot to the next field in facing direction
LEFT - turn the robot to the left
RIGHT - turn the robot to the right
REPORT - show robots position and facing direction
exit - exit the application

Further plans and implementation road

  • refactoring and rework MoveStrategy
  • implement JUMP command
  • implement TURN_AROUND command
  • user interface
  • add random pitfalls or barriers to the field

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages