Git Product home page Git Product logo

flappy_bird_with_batch_file's Introduction

Flappy_Bird_With_Batch_File


Introduction

This is my practice and research how the batch file usage.
I am refer the script from Honguito98/batch-game-flappy-bird for this practical.
Thanks for the Honguito98.

About the command prompt and batch file

Command prompt is a terminal that using instruction to interact with operating system. The instruction and command can be refer by using a help command, but the operator and operation theory is not that clearly when refer to the help command.

So, I organized these may not common used operator, but it useful to improve the efficiency of batch script.

operator introduce
( ) Grouping is helps to group command into a execution. Example, the line 57-60 is used to group command, and output the result into a file.
^ This operator is use to join next line or enable literal characters instead of operator characters such as "&" or "|". For example, The line of 72-76 is joining next line of code, the line of 11 is literal charactor instead of the operator charactor.
&& This operator is used to execute first command and second command with sequence. When the command fail, the instruction will stop executing.
|| This operator is used to execute second command when the first command fail.
ANSI escape code ANSI escape code is useful to display your output result. For example, where you want to a Bell sound, hide cursor, change text and backgound color, or output the result to a specify location etc.

flappy_bird_with_batch_file's People

Contributors

yutsunoki 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.