项目作者: null93

项目描述 :
Classic card game rendered using console graphics
高级语言: Java
项目地址: git://github.com/null93/kings-corner.git
创建时间: 2016-02-08T06:51:05Z
项目社区:https://github.com/null93/kings-corner

开源协议:MIT License

下载


King’s Corner

Classic card game rendered using console graphics

MIT License
Version 1.0.0
Stability Stable



About

I have implemented an extra command for the computer to finish the round for you. This is for debugging and is hidden within the application itself. To activate it type ^ as the command when it is your turn.

Building & Running

This project uses maven as a build system. Therefore to package this library into a jar, execute mvn package while in the project root directory. Since the implementation of the game’s graphics involve unicode characters, it is important to append the -Dfile.encoding=UTF-8 flag when running your Java application. This will ensure that the unicode characters are rendered correctly in your console. If this flag is not passed, then you will likely see the ? character in place said unicode characters.

Bugs / Feature Requests

If you have any feature requests, please open up an issue. Similarly if there are any bugs found, please report them by opening up an issue. If a bug is found, please include steps to reproduce the issue, alongside the expected and actual behavior.