Skip to content

akkera102/03_tiny_2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny 2048 for Arduboy

## Description
tiny 2048 is 2048 clone.


## Installation
Request : Arduino IDE 1.8.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
synthetic process. bit different.
2 + 2 -> 3.
3 + 3 -> 4.
4 + 4 -> 5.
goal is 10.


## Controls
direction : move
A+B       : reset


## Development
compiler        : windows Arduino IDE 1.8.13(avr-gcc) + 1.0.6(make.exe)
image converter : python 2.6 + PIL
etc             : Visual Studio 2015 C#


## License
GPL v2