/2048ai

A simple ai for the game 2048 created in scala

Primary LanguageScala

2048ai

Simple 2048 game and ai implemented in Scala swing. The ai is done using alpha-beta search with inspiration from this Stackoverflow post.