Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 938 Bytes

File metadata and controls

24 lines (21 loc) · 938 Bytes

Game2048

Console version of the game 2048 with different variations

Original Version

original

Inverse Version

inverse

Fibonacci Version

fibonacci

How to install

This project was developed in Eclipse, import the SRC folder in your Eclipse Java Project

How to play

Commands

 move <direction>: execute a move in one of the directions: up, down, left, right
 undo: undo the last command
 redo: redo the last undone command
 reset: start a new game
 play <game>: start a new game of one of the game types: original, fib, inverse
 help: print this help message
 exit: terminate the program