Skip to content

Commit

Permalink
start game
Browse files Browse the repository at this point in the history
  • Loading branch information
Truckerbug committed Apr 24, 2024
1 parent 1eafea9 commit 1cebe88
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
Empty file added game/game.js
Empty file.
13 changes: 13 additions & 0 deletions game/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Game</title>
<link ref="stylesheet" href="./style.css">
</head>
<body>
<div id="canvas">
</div>
</body>
</html>
7 changes: 7 additions & 0 deletions game/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
* {
background-color: lightgrey;
}

body {
background-color: black;
}

0 comments on commit 1cebe88

Please sign in to comment.