Blackjack game
Find a file
2024-10-12 16:11:56 +01:00
.gitignore Initial commit 2024-10-01 13:40:14 +01:00
ace.c Replace stdout with STDOUT_FILENO const. 2024-10-02 15:24:35 +01:00
LICENSE Update LICENSE 2024-10-12 16:11:56 +01:00
Makefile Initial commit 2024-10-01 13:40:14 +01:00
README.md Update LICENSE 2024-10-12 16:11:56 +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 GNU Public License v3.0. See LICENSE for more information.