asdfasdfasdf
This game is from the old Ludum Dare platform. The original page is no longer available.
This is a version of 2048 game demade for telnet clients.
That makes it a clone of a clone of a clone. :)
HOW TO PLAY: (this will confuse some people)
You need two things to play:
Love 0.9 installed on your system
Some kind of telnet emulator (tested with PuTTY on windows and nothing else)
To play: use the arrow keys to match like tiles. Try to reach the 2048 tile! Press r to restart.
So some of you will no doubt be asking: Why make this in Love? A few reasons:
-I know that I could make it multiplatform with just the .Love file (because love includes luasocket)
-I was able to use rxi's excellent lurker utility for Love, which let me (for the most part) reload code on the fly
-The source is included in the distro. Just change .love to .zip
That makes it a clone of a clone of a clone. :)
HOW TO PLAY: (this will confuse some people)
You need two things to play:
Love 0.9 installed on your system
Some kind of telnet emulator (tested with PuTTY on windows and nothing else)
To play: use the arrow keys to match like tiles. Try to reach the 2048 tile! Press r to restart.
So some of you will no doubt be asking: Why make this in Love? A few reasons:
-I know that I could make it multiplatform with just the .Love file (because love includes luasocket)
-I was able to use rxi's excellent lurker utility for Love, which let me (for the most part) reload code on the fly
-The source is included in the distro. Just change .love to .zip