Skip to content

Commit

Permalink
finish game
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalii-fedusov committed Jul 30, 2023
1 parent ae149e7 commit a1887f7
Show file tree
Hide file tree
Showing 3 changed files with 311 additions and 119 deletions.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<h1>2048</h1>
<div class="controls">
<p class="info">
Score: <span class="game-score">0</span>
Score: <span class="game-score"></span>
</p>
<button class="button start">Start</button>
</div>
Expand Down
83 changes: 0 additions & 83 deletions src/scripts/copy.js

This file was deleted.

Loading

0 comments on commit a1887f7

Please sign in to comment.