Git Product home page Git Product logo

2048_game_ai_cpp's Issues

unexpected behaviour when combining multiple pieces

I don't know if it is intended, and I don't know if the AI is made based on this assumption so I haven't changed anything, but the game sum up multiple pieces with one slide, while the android app doesn't, it needs multiple swipe (and between slides pieces get added). For example

0 0 0 0
2 8 4 4
0 0 0 0
0 0 0 0

If the input choosen is "left", the program will update the board this way

0 0 0 0
2 16 0 0
0 0 0 0
0 0 0 0

while on the app it updates to

0 0 0 0
2 8 8 0
0 0 0 0
0 0 0 0

with another piece added in a random position. My solution is to reset the program and input the new board position, so the AI can take in consideration the new added piece. Is this intended? Can i change this behaviour without interfering with the AI logic process? Maybe a flag could be added to choose which behaviour is needed.

Thanks, and btw really cool implementation

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.