ph1p / ikea-led-obegraensad

ESP32/Arduino hack for the ikea OBEGRÄNSAD led wall lamp
MIT License
596 stars 81 forks source link

new game: snake #12

Closed cixio closed 1 year ago

cixio commented 1 year ago

after much try & error i finally made it: snake.

could certainly be programmed much better, but c++ (is this c++? i am unsure!) is not my world.

ph1p commented 1 year ago

Thank you! :) (it's C++). It would be great if you could squash your git commits and use one or two conventional commits (https://www.conventionalcommits.org/en/v1.0.0/). And you have to run npm run build inside the frontend folder to generate the webgui.cpp. After that I think it will be ready for merging

cixio commented 1 year ago

created a new pull request with all changes in one: https://github.com/ph1p/ikea-led-obegraensad/pull/15

(could not squash beause of working in main branch and had merges in it - lesson learned)