Git Product home page Git Product logo

i-am-robot-cxx's Introduction

I AM ROBOT (CXX Version)

A simple control system of robot in terminal.

You can also see another version which coded by C language.

Directory

.
├── act
│   ├── act_0
│   │   ├── attribute.txt
│   │   └── step_0.txt
│   ├── act_1
│   │   ├── attribute.txt
│   │   ├── step_0.txt
│   │   ├── step_1.txt
│   │   ├── step_2.txt
│   │   ├── step_3.txt
│   │   ├── step_4.txt
│   │   └── step_5.txt
│   ├── act_2
│   │   ├── attribute.txt
│   │   ├── step_0.txt
│   │   ├── step_1.txt
│   │   ├── step_2.txt
│   │   ├── step_3.txt
│   │   ├── step_4.txt
│   │   └── step_5.txt
│   └── attribute.txt
├── bin
│   └── run
├── img
│   └── ctrl-sys.gif
├── Makefile
├── obj
│   ├── action.o
│   ├── func.o
│   ├── main.o
│   ├── robot.o
│   ├── step.o
│   └── window.o
├── README.md
├── run
└── src
    ├── action.cxx
    ├── action.h
    ├── func.c
    ├── func.h
    ├── main.cxx
    ├── robot.cxx
    ├── robot.h
    ├── step.cxx
    ├── step.h
    ├── window.cxx
    └── window.h

Usage

You just need GNU/Linux and GCC, download the repository and complie source code.

$ git clone https://github.com/graycat0918/i-am-robot-cxx.git
$ cd i-am-robot-cxx/
$ make

Execute the file named 'run' to start a control system, and press Esc to quit.

$ ./run

Press W / A / S / D to control robot.

The effect is like the following GIF image (Make sure your network is OK and wait the image for a moment).

ctrl-sys.gif

i-am-robot-cxx's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

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.