/kata-rover

Primary LanguageTypeScriptMIT LicenseMIT

Global Day of Code Retreat 2023

🪧 About

Code retreats are free day-long, intensive practice events, focusing on the fundamentals of software development and design. By providing developers the opportunity to take part in focused practice, away from the pressures of "getting things done", the coderetreat format has proven itself to be a highly effective means of learning and nurturing software development skills.

  • You are given the initial starting point (x,y) of a rover and the direction (N,S,E,W) it is facing.
  • The rover receives a character array of commands.
  • Implement commands that move the rover forward (M).
  • Implement commands that turn the rover left/right (L,R).

📑 Content table

🤗 Contribution

To contribute to the Code Retreat project, we invite you to refer to the contribution guide. This guide will provide you with detailed instructions on how to set up the project locally and how to submit contributions effectively.

📝 License

You can view the LICENSE file of the repository for more information.