recorrection from deckcard to deckard as originally intended

This commit is contained in:
bluesaxman 2020-05-20 11:47:27 -06:00
parent 934fb477b8
commit 2f69c55bd6
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Deckcard # Deckard
# The deck shuffeling and card drawing program # The deck shuffeling and card drawing program
Deckcard is a simple deck shuffeling and card drawing program, its designed to use deck definition files (written as a JSON object filled with only named arrays. Deckard is a simple deck shuffeling and card drawing program, its designed to use deck definition files (written as a JSON object filled with only named arrays. Its also named after Deckard from *do androids dream of electric sheep* by Isacc Asimov.
An example of a deck definition file: An example of a deck definition file:

View File

@ -1,6 +1,6 @@
<html> <html>
<head> <head>
<title>Deckcard</title> <title>Deckard</title>
<link href="css.css" rel="stylesheet"> <link href="css.css" rel="stylesheet">
<script src="https://labs.murkfall.net/bluesaxman/blue.js/raw/master/libs/bluecore.js"></script> <script src="https://labs.murkfall.net/bluesaxman/blue.js/raw/master/libs/bluecore.js"></script>
</head> </head>