update readmes
This commit is contained in:
parent
15c6c956db
commit
4acf9bfde2
3 changed files with 31 additions and 1 deletions
15
README
Normal file
15
README
Normal file
|
@ -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
|
14
README.html
Normal file
14
README.html
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
<h2>Thousands</h2>
|
||||||
|
<p>A small maths game
|
||||||
|
</p>
|
||||||
|
<h2>How to play</h2>
|
||||||
|
<p>A random number is generated and then you select a letter to place your number in.
|
||||||
|
</p>
|
||||||
|
<p>The goal is to have all the numbers add up to 1000.
|
||||||
|
</p>
|
||||||
|
<p>The first column (a, d, g) are hundreds
|
||||||
|
</p>
|
||||||
|
<p>The second column (b, e, h) are tens
|
||||||
|
</p>
|
||||||
|
<p>The third column (c, f, i) are units
|
||||||
|
</p>
|
|
@ -1,4 +1,4 @@
|
||||||
# Thousands
|
## Thousands
|
||||||
A small maths game
|
A small maths game
|
||||||
|
|
||||||
## How to play
|
## How to play
|
||||||
|
@ -11,3 +11,4 @@ The first column (a, d, g) are hundreds
|
||||||
The second column (b, e, h) are tens
|
The second column (b, e, h) are tens
|
||||||
|
|
||||||
The third column (c, f, i) are units
|
The third column (c, f, i) are units
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue