Skip to content

Commit 16ac266

Browse files
authored
Update README.md
1 parent 56cbb5b commit 16ac266

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@ This game uses MySql to store game scores, you have to edit the db name, usernam
1414
<h2> This game saves user data on mysql database</h2>
1515
<h3>Edit app.js with appropirate database credentials</h3>
1616
<h3>Create a table "players" with following properties:</h3>
17-
+----------+-------------+------+-----+---------+-------+<br>
18-
| Field | Type | Null | Key | Default | Extra &nbsp&nbsp&nbsp&nbsp&nbsp| <br>
19-
+----------+-------------+------+-----+---------+-------+ <br>
20-
| name | varchar(20) | YES | | NULL | | <br>
21-
| password | varchar(20) | YES | | NULL | | <br>
22-
| score | int | YES | | NULL | | <br>
23-
+----------+-------------+------+-----+---------+-------+ <br>
17+
<pre>
18+
+----------+-------------+------+-----+---------+-------+
19+
| Field | Type | Null | Key | Default | Extra |
20+
+----------+-------------+------+-----+---------+-------+
21+
| name | varchar(20) | YES | | NULL | |
22+
| password | varchar(20) | YES | | NULL | |
23+
| score | int | YES | | NULL | |
24+
+----------+-------------+------+-----+---------+-------+</pre>
2425
</ul>
2526
<h2>Game instructions</h2>
2627
press "c" to start the game

0 commit comments

Comments
 (0)