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
- Host: GitHub
- URL: https://github.com/psuhaj/Solitaire-IJA
- Owner: psuhaj
- License: mit
- Created: 2017-02-16T19:19:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-04T13:26:19.000Z (11 months ago)
- Last Synced: 2024-12-24T21:35:36.360Z (4 months ago)
- Topics: fit, ija, java, solitaire, vut, vutbr
- Language: Java
- Homepage:
- Size: 340 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [IJA - Java Programming Language](https://www.fit.vutbr.cz/study/courses/index.php.en?id=11446)
[](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**:
**Video about project developement**:
**License**:
This project is available under the terms of the [MIT License](https://github.com/peter2141/Solitaire-IJA/blob/master/LICENSE).