kristopherjohnson / blackjack-prolog

Simple command-line Blackjack game, implemented in SWI-Prolog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blackjack in Prolog

This is a simple command-line Blackjack program for SWI-Prolog, implemented as a learning exercise.

Run make run to run the command-line application.

Run make test to run unit tests.

Current status: unfinished

About

Simple command-line Blackjack game, implemented in SWI-Prolog

License:MIT License


Languages

Language:Prolog 90.1%Language:Makefile 9.9%