Original 2048 game code by JeremiahMacDonald! (IN PROGRESS!) [[ Try using "Turbo Mode" SHIFT + FLAG ]] Algorithms so far: RANDOM, DRLU, CORNER, ALTCORNER HIGH SCORE (so far): 5956 by CORNER (simple corner algorithm)
Trying out some autoplay modes using simple algorithms. None of the algorithms so far have any awareness of the board. Initially, just trying non-AI approaches e.g., random, DRLU, etc.