An open API service indexing awesome lists of open source software.

https://github.com/psuhaj/Solitaire-IJA

VUTBR - FIT - IJA 2016/2017
https://github.com/psuhaj/Solitaire-IJA

fit ija java solitaire vut vutbr

Last synced: about 1 month ago
JSON representation

VUTBR - FIT - IJA 2016/2017

Awesome Lists containing this project

README

        

# [IJA - Java Programming Language](https://www.fit.vutbr.cz/study/courses/index.php.en?id=11446)

[![Build Status](https://travis-ci.org/peter2141/Solitaire-IJA.svg?branch=master)](https://travis-ci.org/peter2141/Solitaire-IJA)

## © Peter Šuhaj & Adrián Tóth

**Description**:

Term project - implementation of [Klondike (solitaire)](https://goo.gl/Qe3G4B) in Java.

**Obtained points**:

Full score, see [`submitted/README.md`](https://github.com/peter2141/Solitaire-IJA/blob/master/submitted/README.md).

**Assessment remarks**:

None.

**Setup**:
~~~txt
git clone https://github.com/psuhaj/Solitaire-IJA
cd Solitaire-IJA/solitaire
ant dir
ant compile
ant run
~~~

**Card images**:

[github.com/europ/Solitaire-images](https://github.com/europ/Solitaire-images)

**An example of a program's look**:



an example of a program's look


**Video about project developement**:



video about project development


https://youtu.be/dqVucAeml1M


**License**:

This project is available under the terms of the [MIT License](https://github.com/peter2141/Solitaire-IJA/blob/master/LICENSE).