Prime - Modified 2048 game

copy-paste is the easiest way to learn.

Posted by Kaushik Raj on July 14, 2014

PRIME is a simple game written in JavaScript. The objective of the game is to find a prime number by selecting one or more tiles (whose sum is a prime number) in 4x4 grid. Are you smart enough? Give it a try.

Prime

The game is a modification of the popular 2048 game. Source code of the game can be found at https://github.com/kaushikraj/prime