https://github.com/s-litvin/arduino-games
Ready for compile 3-game firmware for microcontrollers (AVR Atmel, Arduino nano).
https://github.com/s-litvin/arduino-games
arduino cpp games lunar-lander lunar-lander-game slot snake snake-game
Last synced: 4 months ago
JSON representation
Ready for compile 3-game firmware for microcontrollers (AVR Atmel, Arduino nano).
- Host: GitHub
- URL: https://github.com/s-litvin/arduino-games
- Owner: s-litvin
- Created: 2019-08-26T21:33:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-30T20:22:50.000Z (about 5 years ago)
- Last Synced: 2025-03-02T08:44:47.469Z (7 months ago)
- Topics: arduino, cpp, games, lunar-lander, lunar-lander-game, slot, snake, snake-game
- Language: C++
- Homepage:
- Size: 152 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.