Skip to content

Game 2048 with manually or automatically solving AI. Created in Python with Random Strategy for AI and basic Statistics

Notifications You must be signed in to change notification settings

jzenzinger/2048-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048-solver

You probably know this (probably already historical) popular mobile prank. Your task in this exercise is to try to reproduce it and come up with your own (more or less intelligent) strategy for solving this game.

You will test how the "artificial intelligence " you create is doing in terms of win / loss, achieved score in 30 games (basic statistics - best score, worst score, average score, number of wins / number of losses, average achieved value of the maximum cell in the game, etc.) . ).

Scoring:

  • Functional game - 4b.
  • Custom solver (eg simple rules for shift, Monte Carlo method, other heuristics, ...) - 4b.
  • Statistics - 2b.

Links:

Type:

School project for Subject - Artificial Intelligence

About

Game 2048 with manually or automatically solving AI. Created in Python with Random Strategy for AI and basic Statistics

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages