eren-terzioglu opened a new pull request, #16712:
URL: https://github.com/apache/nuttx/pull/16712

   ## Summary
   
   Add match4 game docs and configs 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 -->
   
   * Docs/xtensa: Add match4 game doc for esp32-devkitc
   
   Add esp32-devkit match4 doc
   
   * Docs/games: Add match4 game docs
   
   Add match4 game docs
   
   * boards/esp32-devkitc: Add match4 defconfig for esp32
   
   Add match4 defconfig for esp32-devkitc
   
   ## 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):
   
   
![esp_brickmatch_game_schematic](https://github.com/user-attachments/assets/eb26b9b9-caf9-4338-ba36-faddf2270b5f)
   
   
   ### 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

Reply via email to