eren-terzioglu opened a new pull request, #3125: URL: https://github.com/apache/nuttx-apps/pull/3125
## Summary Related to https://github.com/apache/nuttx/pull/16712 Add match4 game for demo purposes. Currently, game requires 8x8 led matrix (or serial output can be used when debug option enabled) and buttons/console input. Goal is matching 4 pieces vertical,horizontal or diagonal. You can play game against device(AI) or another player. <!-- This field should contain a summary of the changes. It will be pre-filled with the commit's message and descriptions. Adjust it accordingly --> * games/snake: Fix terminal issue after returning back from snake game Fix terminal issue after returning back from game * games: Add match4 game Add match4 game support ## Impact <!-- Please fill the following sections with YES/NO and provide a brief explanation --> Impact on user: Yes, a new game can be used to make demos <!-- Does it impact user's applications? How? --> Impact on build: No, nothing got affected from build system <!-- Does it impact on building NuttX? How? (please describe the required changes on the build system) --> Impact on hardware: ESP32-DevkitC has a new defconfig but nothing will be effected <!-- Does it impact a specific hardware supported by NuttX? --> Impact on documentation: Yes, game and defconfig docs added <!-- Does it impact the existing documentation? Please provide additional documentation to reflect that --> Impact on security: No <!-- Does it impact NuttX's security? --> Impact on compatibility: No <!-- Does it impact compatibility between previous and current versions? Is this a breaking change? --> ## Testing <!-- Please provide all the testing procedure. Consider that upstream reviewers should be able to reproduce the same testing performed internally --> ### Building <!-- Provide how to build the test for each SoC being tested --> Command used to build: ``` make -j distclean && ./tools/configure.sh esp32-devkitc:match4 && make -j && make download ESPTOOL_PORT=/dev/ttyUSB0 ESPTOOL_BAUD=921600 ESPTOOL_BINDIR=../esp-bin ``` Connection diagram should look like this (same as snake demo):  ### Running <!-- Provide how to run the test for each SoC being tested --> `match` command used to run the game. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org