Skip to content

🎮 Console version of the game 2048 with different variations

License

Notifications You must be signed in to change notification settings

edwardmartins/game-2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 

Repository files navigation

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
 

About

🎮 Console version of the game 2048 with different variations

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages