-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Docs/games: Add match4 game docs #16712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs/games: Add match4 game docs #16712
Conversation
2794f8e
to
1bb9c8b
Compare
It fails due to haven't merged apache/nuttx-apps#3125 PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @eren-terzioglu :-) Could you also please add the wiring diagram to the docs? :-)
I did it on Espressif Docs |
@eren-terzioglu please normalize your board config:
|
I did before posting but it is waiting apache/nuttx-apps#3126 to be merged |
But the CI still reporting error about your defconfig not normalized, see:
|
Just run:
And run: "git diff" to see if the defconfig was modified |
1bb9c8b
to
b691b97
Compare
Add match4 defconfig for esp32-devkitc Signed-off-by: Eren Terzioglu <eren.terzioglu@espressif.com>
Add match4 game docs Signed-off-by: Eren Terzioglu <eren.terzioglu@espressif.com>
Add esp32-devkit match4 doc Signed-off-by: Eren Terzioglu <eren.terzioglu@espressif.com>
Thanks @acassis, updated. It fixed after rebase (refresh returned nothing again). |
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.
Add esp32-devkit match4 doc
Add match4 game docs
Add match4 defconfig for esp32-devkitc
Depends on: apache/nuttx-apps#3125.
Impact
Impact on user: Yes, a new game can be used to make demos
Impact on build: No, nothing got affected from build system
Impact on hardware: ESP32-DevkitC has a new defconfig but nothing will be effected
Impact on documentation: Yes, game and defconfig docs added
Impact on security: No
Impact on compatibility: No
Testing
Building
Command used to build:
Connection diagram should look like this (same as snake demo):
Running
match
command used to run the game.