Skip to content

davidthomas426/play2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

play2048

Plays 2048 in a browser using Selenium.

Compiling/running with Maven

After cloning, just run

mvn compile exec:java

To use Maven to generate an Eclipse project, run

mvn eclipse:eclipse

To use the classes as a library, run

mvn package

which will create a jar file in the target/ directory. Then simply add the jar to your classpath.

If you're using Maven, you can install to your local Maven repository by running

mvn install

Then update your pom.xml file's dependencies section:

<dependency>
	<groupId>com.github.davidthomas426</groupId>
	<artifactId>play2048</artifactId>
	<version>1.0</version>
</dependency>

About

Plays 2048 in a browser using Selenium.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages