Coder Social home page Coder Social logo

Comments (5)

hwi-middle avatar hwi-middle commented on July 18, 2024

현재까지 재현된 case들은 공통적으로 아래의 사항을 모두 만족했음.

* 실행 후 첫 게임이었음
* 첫 블록을 좌측 혹은 우측 끝으로 이동 후 하드드롭 했음

위 사항이 버그와 실질적으로 상관관계가 있는지 더 확인이 필요함.

+) 두 조건을 모두 만족하지 않았음에도 이슈가 발생한 case 발견, 위 조건은 고려하지 않고 디버깅 진행 요함

from cpptetris.

hwi-middle avatar hwi-middle commented on July 18, 2024

image
바닥과 충돌을 인식하지 못해 무한루프에 빠지고 X 좌표가 무한히 증가되는 것을 확인하였음.

from cpptetris.

hwi-middle avatar hwi-middle commented on July 18, 2024

CheckCollideWithFloor 함수는 제대로 동작함. 어디선가 X좌표 값이 꼬이고 있음.

from cpptetris.

hwi-middle avatar hwi-middle commented on July 18, 2024

delete한 currentTetromino는 멤버변수인데 새로이 선언하는 currentTetromino는 지역변수라서 생기는 문제인 것으로 생각됨. 다만 왜 '간헐적으로' crash가 나는지는 설명되지 않음

from cpptetris.

hwi-middle avatar hwi-middle commented on July 18, 2024

일단 문제되는 부분 수정완료

from cpptetris.

Related Issues (5)

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.