Skip to content

null93/kings-corner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages