-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |