An open API service indexing awesome lists of open source software.

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).

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.