Blackjack game
Find a file
2024-10-01 13:47:20 +01:00
.gitignore Initial commit 2024-10-01 13:40:14 +01:00
ace.c Replace space with tabs 2024-10-01 13:47:20 +01:00
LICENSE Initial commit 2024-10-01 13:40:14 +01:00
Makefile Initial commit 2024-10-01 13:40:14 +01:00
README.md Initial commit 2024-10-01 13:40:14 +01:00

ace

ace is a game for playing blackjack.

Usage

./ace

Building

You will need to run these with elevated privilages.

$ make
# make install

Contributions

Contributions are welcomed, feel free to open a pull request.

License

This project is licensed under the BSD-3-Clause License. See LICENSE for more information.