2048
Summary
Slide numbered tiles on a grid to combine them and create a tile with the number 2048
Reviews
Before beginning the 2048 game, we recommend you bone-up on the Fibonacci sequence See http://en.wikipedia.org/wiki/Fibonacci_number
In mathematical terms, the sequence Fn of Fibonacci numbers is defined by the recurrence relation:
[F_n = F_{n-1} + F_{n-2}]
with seed values [1] [2]
[F_1 = 1,\; F_2 = 1]
or [4]
[F_0 = 0,\; F_1 = 1.]
So you end up with a sequence of numbers that looks like this:
[0,1,1,2,3,5,8,13,21,34,55,89,144]
Slide numbered tiles on a grid to combine them. See how by adding the preceeding (eg. 2) number to the current number (eg. 3,) note: you get the next number in the sequence (5). So when you are playing 2048 -- keep this in mind. You want to match tiles together that comport with Fibonacci sequence.
Heads Up: Although others likely discovered this sequence before Fibonacci - he is popularly associated with it.
Video
No videos yet for this game, if you would like to create one and have us feature go HEREPlease remember to:
1) Include the Title of the game
2) Include your Name
3) Attach the video you are giving us permission to feature => .Mov or .MP4 (MPEG-4) file format
Meanwhile, checkout all these cool GG videos:
Girls Games Videos
Game Grabs
No Screen GRABS yet for this game. If you would like to create one and have us feature go HEREPlease remember to:
1) Include the Title of the game
2) Include your Name
3) Attach the Screen Grab/s you are giving us permission to feature => should be .PNG file format and not larger than 640 width x 480 height.
Dev/Pub
comments powered by Disqus