Skip to content

Commit fd39f6a

Browse files
committed
Update README
1 parent ec1aac5 commit fd39f6a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<h1 align="centre">
1+
<h1 align="center">
22
Minesweeper
33
</h1>
44

5-
<h4 align="centre">
5+
<h4 align="center">
66
The classic minesweeper game in python
77
</h4>
88

@@ -14,10 +14,10 @@ python minesweeper.py
1414

1515
## Gameplay
1616

17-
<div align="centre">
18-
![alt text](./static/inprogress.png)
19-
</div>
17+
<p align="center">
18+
<img src="https://raw.githubusercontent.com/foxyblue/minesweeper/master/static/inprogress.png"/>
19+
</p>
2020

21-
<div align="centre">
22-
![alt text](./static/losing_game.png)
23-
</div>
21+
<p align="center">
22+
<img src="https://raw.githubusercontent.com/foxyblue/minesweeper/master/static/losing_game.png"/>
23+
</p>

0 commit comments

Comments
 (0)