Giter Club home page Giter Club logo

CJD's Projects

pyhard icon pyhard

It's like Die Hard, but with Python

robotcontrollersimulator icon robotcontrollersimulator

This was issued to me as a coding challenge for a job opportunity. A small c# project to simulate the movement of a robot through some grid given a sequence of maneuvers. The grid contains rocks, holes, and spinners. Holes teleport from one end to the other. Spinners change the direction of the robot by it's spin factor. Rocks can't be maneuvered. Robot Controller Programming Assignment: Design a robot controller that will be able to navigate a 2 dimensional grid of known size. The robot will be given a starting grid location and direction along with a series of commands to control its movement (e.g. LFFFRFFLFFFFRLFFFR) · L - Move left one space · R - Move right one space · F - Move forward one space. The robot controller will be provided at least the grid dimensions along with some topographical obstructions on the grid. These will be provided separately so we can change the topography for a given grid. Depending on the obstacle at the location how the robot moves will be altered. Current options are · Rock - Can't move to this location · Hole - A hole will have a connected grid location. The robot will fall into the hole and end up at the connected location facing same direction · Spinner - A spinner will contain a rotation parameter. The robot will enter the location and be rotated by the parameter amount. The amount will be in 90 degree increments.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.