/blackjack-el

Play Blackjack in Emacs

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

MELPA

blackjack-el - Blackjack written in Elisp

This package lets you play Blackjack in Emacs.

Install

If you use use-package:

Assuming you have MELPA configured, you can add a new entry to your .emacs or init.el:

(use-package blackjack
  :ensure t)

For a manual install:

Download and load blackjack.el in your .emacs or init.el:

(load "~/path/to/blackjack.el")

Running blackjack:

You can run it like this:

M-x blackjack

Running tests:

make test and make test-coverage are available. You will need ruby and the "simplecov" gem installed for test coverage to build.

Going broke:

If you run out of money, delete blackjack.txt and restart blackjack. You will get a free $100 for another try.

Screenshots:

Blackjack

Blackjack

Bugs / Issues / Feature Requests

Please report any bugs or issues you find:

https://github.com/gdonald/blackjack-el/issues

License

GitHub

Alternative Implementations:

Code for Blackjack in other programming languages: