Skip to content

Commit b1127dc

Browse files
authored
Merge pull request #16 from NotStonee/testing
code clean up
2 parents e7cf53a + 462ce4b commit b1127dc

File tree

4 files changed

+242
-293
lines changed

4 files changed

+242
-293
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# Break-out
22
Bad copy of break out
3-
This is purly for fun I plan to futher improve my game and add more features
4-
please recommend things i can add
3+
The Game is done I will only be working on it to make my code better, enhance play experience, and add new features.

index.html

+11-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
<!DOCTYPE html>
22
<html>
3-
4-
<head>
5-
<title>Breakout</title>
6-
<meta charset="UTF-8">
7-
<link rel="stylesheet" href="style.css">
8-
</head>
9-
10-
<body>
11-
<h1>Breakout</h1>
12-
<h3>Press spacebar to start</h3>
13-
<canvas class='canvas' width="400" height="500" id="game"></canvas>
14-
<script src="script.js"></script>
15-
</body>
16-
3+
<head>
4+
<title>Breakout</title>
5+
<meta charset="UTF-8">
6+
<link rel="stylesheet" href="style.css">
7+
</head>
8+
<body>
9+
<h1>Breakout</h1>
10+
<h3>Press spacebar to start</h3>
11+
<canvas class='canvas' width="400" height="500" id="game"></canvas>
12+
<script src="script.js"></script>
13+
</body>
1714
</html>

0 commit comments

Comments
 (0)