From 4acf9bfde214d488f079bab4188fee98ec251c1f Mon Sep 17 00:00:00 2001 From: Celeste Date: Thu, 7 Apr 2022 22:01:55 +0100 Subject: [PATCH] update readmes --- README | 15 +++++++++++++++ README.html | 14 ++++++++++++++ README.md | 3 ++- 3 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 README create mode 100644 README.html diff --git a/README b/README new file mode 100644 index 0000000..5ccf1f9 --- /dev/null +++ b/README @@ -0,0 +1,15 @@ +Thousands +------------- +A small maths game + +How to play +--------------- +A random number is generated and then you select a letter to place your number in. + +The goal is to have all the numbers add up to 1000. + +The first column (a, d, g) are hundreds + +The second column (b, e, h) are tens + +The third column (c, f, i) are units diff --git a/README.html b/README.html new file mode 100644 index 0000000..46f1bf9 --- /dev/null +++ b/README.html @@ -0,0 +1,14 @@ +

Thousands

+

A small maths game +

+

How to play

+

A random number is generated and then you select a letter to place your number in. +

+

The goal is to have all the numbers add up to 1000. +

+

The first column (a, d, g) are hundreds +

+

The second column (b, e, h) are tens +

+

The third column (c, f, i) are units +

diff --git a/README.md b/README.md index caa825d..0e464f5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Thousands +## Thousands A small maths game ## How to play @@ -11,3 +11,4 @@ The first column (a, d, g) are hundreds The second column (b, e, h) are tens The third column (c, f, i) are units +