Home

Awesome

0 . prework

Windows intall erlang and set erlang PATH.

**1. config **

2. compile

	double click ./bat/compile.bat
 

3. set center_server up

double click ./bat/center_server.bat

4. run game2048 client

double click ./bat/player1.bat

5. Tip


If you just want to play alone, you can :

erl -name test -pa "./ebin/"
>application:start(game2048).
>appliccation:stop(game2048).

Find work flow in Wiki

Html Doc generate by Erlang Edoc :Document gamepic