Skip to content

GrennanM/game2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game 2048

My implementation of the game 2048 in Elixir.

Tiles move up, down, left and right controlled by the arrow keys. When two tiles with the same number touch, their scores are added together and they merge into one.

This implementation has a configurable board size. It also has an optional obstacles feature.

Please excuse the dreadful front end.

2048

Run locally

  • Install Elixir
  • Fetch dependencies:
mix deps.get
  • Run server:
mix phx.server

Tests

mix test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published