Skip to content

An 2048 game implemeted in Julia language

Notifications You must be signed in to change notification settings

GitDerek/julia2048

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a 2048 game written in Julia.

The game is launched from playjulia2048.jl, namely running this in command line:

$> julia playjulia2048.jl

Apart from the standard human-computer game interface, this project also implements several AI agent that plays the game. Please see playjulia2048.jl for details.

Here is the summary of the files:

  • play2048.jl : the entry point of this 2048 game.
  • julia2048.jl: It contains the main games loop and the implementation of different AI agents
  • core2048.jl: Functions for making the moves and merges of the 2048 game board

About

An 2048 game implemeted in Julia language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Julia 100.0%