Re: [Jprogramming] 2048

2014-03-28 Thread Pascal Jasmin
rea is a medium forced move, and minor forced moves are moves that don't clear a tile, or pile 4s and 2s together. - Original Message - From: Richard Donovan To: J Programming Cc: Sent: Friday, March 28, 2014 5:03:31 PM Subject: [Jprogramming] 2048 Has anyone tried the

Re: [Jprogramming] 2048

2014-03-28 Thread Zachary Elliott
The first issue would be that the blocks appear in a stochastic fashion. -- For information about J forums see http://www.jsoftware.com/forums.htm

[Jprogramming] 2048

2014-03-28 Thread Richard Donovan
Has anyone tried the game "2048" on http://gabrielecirulli.github.io/2048/ with the possibility of writing a J routine to solve it? For those who haven't tried it it's a very compelling number / logic game that I think is possibly solvable in J but I don't have the necessary experience to do it