Skip to content

A C++ project to play Blackjack on Terminal as random as it could possibly be.

Notifications You must be signed in to change notification settings

aldoht/blackjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Useful Information

How to play

Just download the file and compile it on your system, then run it as any other C++ program.

Displaying UTF-8 characters

For Linux:

It should work correctly and no fixes should have to be made to display UTF-8 characters (suits).

For Windows:

If suits aren't displaying correctly on Windows Powershell, you can run the following command to let PS know that it should use UTF-8 when communicating with external programs:

$OutputEncoding = [Console]::InputEncoding = [Console]::OutputEncoding = New-Object System.Text.UTF8Encoding

You can check this answer in Stack Overflow for more information.

About

A C++ project to play Blackjack on Terminal as random as it could possibly be.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages