forked from akkera102/04_tiny_ns_tower
-
Notifications
You must be signed in to change notification settings - Fork 0
ArduboyCollection/04_tiny_ns_tower
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Tiny NS-Tower for Arduboy
## installation
Request : Arduino IDE 1.6.x
1. download from github
2. pls edit test.bat(windows) or test.sh(osx) for your computer(must change COM port number)
3. execute test.bat
4. play it
## Rule
player climb tower. goal is 30 floor.
## Controls
A / left : jump
up : reset
## My development
compiler : windows Arduino IDE 1.6.8(avr-gcc) + 1.0.6(make.exe)
image converter : python 2.6 + PIL
etc : Visual Studio 2015 C#
## History
v1.03 2016/07/12 fix button A, B
v1.02 2016/05/14 support arduboy 1.0.
v1.01 2016/03/24 forget moving plate init.
change game balance.
v1.00 2016/03/06 first version
Arduboy 1.0 infomation.
AVR Memory Usage
----------------
Device: atmega32u4
Program: 16090 bytes (49.1% Full)
(.text + .data + .bootloader)
Data: 1554 bytes (60.7% Full)
(.data + .bss + .noinit)
About
Tiny NS-Tower - arduboy
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 61.4%
- C 34.3%
- Assembly 1.7%
- Makefile 0.9%
- Objective-C 0.5%
- Python 0.5%
- Other 0.7%