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.
The game is a modification of the popular 2048 game. Source code of the game can be found at https://github.com/kaushikraj/prime