Skip to content

trav382/2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048 Game

This program is the popular puzzle game 2048. Currently the game board is shown using text-based grpahics (ASCII).

There is also design specification that can be found in the Specification folder.

Usage

To run the code, go to the directory containing the Makefile and type the following in the command line:

make expt 

If you want to run the automated test cases, use the following:

make test

Here's a snapshot of the game:

game

Game over!

game

About

2048 game created in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published