shakkar23 / ShakTrisLib

StakTris implementation
MIT License
0 stars 1 forks source link

Inconsistencies and Patches for src/engine/Board.hpp #3

Open lunathanael opened 1 month ago

lunathanael commented 1 month ago

There are some inconsistencies in the Board.hpp file that needs to be addressed. This issue will track the patches and changes that need to be made to the file.

Inconsistencies

Relevant code snippets:

Inconsistencies

https://github.com/shakkar23/ShakTrisLib/blob/8a617d10342cd50a129b240ac8848bac9c5aeab0/src/engine/Board.hpp#L30C5-L32C6

https://github.com/shakkar23/ShakTrisLib/blob/8a617d10342cd50a129b240ac8848bac9c5aeab0/src/engine/Board.hpp#L56C1-L75C6

https://github.com/shakkar23/ShakTrisLib/blob/8a617d10342cd50a129b240ac8848bac9c5aeab0/src/engine/Board.hpp#L170C1-L177C6

Unused height:

https://github.com/shakkar23/ShakTrisLib/blob/8a617d10342cd50a129b240ac8848bac9c5aeab0/src/engine/Board.hpp#L125C1-L135C1

What does this do?

https://github.com/shakkar23/ShakTrisLib/blob/8a617d10342cd50a129b240ac8848bac9c5aeab0/src/engine/Board.hpp#L88C1-L123C6