https://github.com/null93/kings-corner
Classic card game rendered using console graphics
https://github.com/null93/kings-corner
card-game console-game java java-game maven terminal-graphics
Last synced: about 1 year ago
JSON representation
Classic card game rendered using console graphics
- Host: GitHub
- URL: https://github.com/null93/kings-corner
- Owner: null93
- License: mit
- Created: 2016-02-08T06:51:05.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-10-12T18:00:09.000Z (over 5 years ago)
- Last Synced: 2025-01-01T00:22:56.734Z (about 1 year ago)
- Topics: card-game, console-game, java, java-game, maven, terminal-graphics
- Language: Java
- Homepage:
- Size: 72.4 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# King's Corner
> Classic card game rendered using console graphics



## 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.