/2PChess

Simple 2 Player GUI Chess Game as a college project

Primary LanguageJavaApache License 2.0Apache-2.0

College Project (JAVA) Build Status

======================================

Simple 2 Player GUI Chess Game

Created by
  • Manish Singh Bisht
  • Sahil Trivedi
  • Love Varshney
  • Ankur Harna

How to run

If you have eclipse simply import into eclipse and run.

otherwise simply install ant and use following commands

$ ant clean
$ ant compile
$ ant jar 
$ ant run