diff --git a/README.md b/README.md new file mode 100644 index 0000000..22a2bb9 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ + +# 3 game for Arduino Nano +Ready for compile for Arduino Nano 3 game ([https://github.com/s-litvin/snakeduino](https://github.com/s-litvin/snakeduino)) organized with menu. + +### Snake +Classical game. Control your snake with joystick. Feed they and avoid collision with themself. + +### Rocket +"Lunar lander"-like game based on vector physics. (JS implementation you can find here [https://github.com/s-litvin/p5-lunar-lander](https://github.com/s-litvin/p5-lunar-lander)). + +### Slot + +Simple casino slot. No win, no loose. You can use it for fun or as "Yes-No" generator.