Skip to content

jeffryang24/2048-java-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048 Java Console Build Status Join the chat at https://gitter.im/2048-java-console/Lobby

A simple 2048 game based on Java language. You can run it by executing the java binary from bin folder.

Example

  • Compile from source and run it using below command.
cd /path-to-your-project/2048-java-console/2048/src
javac Game.java
java Game

2048_game

  • You can also just execute the jar package (Not Recommended! Maybe the jar package is out-dated) by typing this command
cd /path-to-the-project/2048-java-console/binary
java -jar 2048-java.jar

2048_bash

  • [Updated October 30th, 2016] You can execute the Windows executable (Not Recommended! Maybe the Windows executable is out-dated): 2048-java.exe 2048_win

Changelog

See changelog here.

Group

This project is dedicated for our Advanced OOP course. Our team member:

  1. Jeffry Angtoni (1801425975)
  2. Benny Susanto (1801416743)
  3. Satrio Wibisono (1801437243)
  4. M Syidad Al'Abror (1801445680)