Git Product home page Git Product logo

2048-easy-'s Introduction

소개

visual studio 2017으로 만들었습니다. devc+ 과같은 환경에서도 돌아갑니다. 파일을 읽어서 편의성을 높일수 있었지만 코드를 사용하는 사람의 편의성을 위해 키보드로 stdin, stdout을 사용하도록 하였습니다. 이러한 알고리즘에 유니티또는 다른 앱을 이용해서 그래픽있는 게임으로도 만들수 있을것 같네요.

게임의 동작은 이렇습니다. 먼저 맵을 복사 붙여넣기해서 콘솔에 넣습니다. 동작을 통해서 수를 합칠수 있습니다. 한번 합쳐진 수는 더이상 합쳐지지 않습니다. 5번의 움직임만으로 만들수 있는 가장큰수를 찾고 대답하면 게임이 끝납니다. 게임의 형식에 맞춰서 원하는 데이터를 넣고 게임을 돌려도 됩니다.

인터페이스

What's the biggest number that can come out in five movement?

8 : KB_UP 2 : KB_DOWN 4 : KB_LEFT 6 : KB_RIGHT -1 : Answer 1movent (KB_code):

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.