A simple implement of the game 2048 using python
- numpy
- msvcrt
- open cmd.exe and cd to the folder
- python py2048.py
- use a-s-d-w to simulate the sweep
- add more intelligent algorithm to generate new come numbers
- add pretty view to show ndarray
- test different strategies to see how many steps are needed to get to 2048