Re: [PR] games/snake: Add snake game [nuttx-apps]

2025-03-18 Thread via GitHub
acassis commented on PR #3028: URL: https://github.com/apache/nuttx-apps/pull/3028#issuecomment-2734609930 @eren-terzioglu some improvements suggestion (for other PR, of course) - Add option to use normal LCD (like in the Brick Match) - Add INPUT_DJOYSTICK to use direction keys (lik

Re: [PR] games/snake: Add snake game [nuttx-apps]

2025-03-18 Thread via GitHub
acassis merged PR #3028: URL: https://github.com/apache/nuttx-apps/pull/3028 -- 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.a

Re: [PR] games/snake: Add snake game [nuttx-apps]

2025-03-18 Thread via GitHub
eren-terzioglu commented on PR #3028: URL: https://github.com/apache/nuttx-apps/pull/3028#issuecomment-2732926088 > Thanks @eren-terzioglu :-) Very cool :-) I would call this game ledsnake as it is targeted mostly towards led displays :-) Maybe not only led screens soon :) -- This

Re: [PR] games/snake: Add snake game [nuttx-apps]

2025-03-18 Thread via GitHub
cederom commented on PR #3028: URL: https://github.com/apache/nuttx-apps/pull/3028#issuecomment-2733081896 Very cool, thanks, I hope for ncurses terminal version too! :-P -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] games/snake: Add snake game [nuttx-apps]

2025-03-17 Thread via GitHub
nuttxpr commented on PR #3028: URL: https://github.com/apache/nuttx-apps/pull/3028#issuecomment-2730156261 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) This PR mostly meets the NuttX requirements, but is

[PR] games/snake: Add snake game [nuttx-apps]

2025-03-17 Thread via GitHub
eren-terzioglu opened a new pull request, #3028: URL: https://github.com/apache/nuttx-apps/pull/3028 ## Summary * games/snake: Add snake game Add snake game support to have more demo games to show ## Impact Impact on user: No, game was not in repo before