Skip to content

UC-Berkeley-IEEE-2048AI/Sharvil-2048-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048-AI-Starter-Code

This is the starter code for 2048 AI project hosted by UC Berkeley IEEE Student Branch

  1. User_game: The traditional one-human-player 2048 game
  2. AI_game: Run one-AI-player 2048 game
  3. AI_Move: the basic tile move/merge logic based on 2048 rules
  4. AI_Minimax: Minimax algorithm for 2048 tree. Max is the AI playing the game, and Min is the computer which generates new 2 or 4 tile randomly
  5. AI_Heuristics: The heuristics function to rank/compare possible branch grids. This will be used to collect the best possible move in AI_Minimax

How to run/test your AI

This AI is built based on the 2048 pypi package made by user 'quantum'. If you don't have this package on your laptop, run pip install 2048 in your terminal.

Then, in the directory, run py AI_game.py to test your AI performance.

The GUI will automatically pops up, and AI will start search.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages