Implemented a snake game with redux

This commit is contained in:
2019-08-22 23:59:32 +02:00
commit fe7fae2c19
31 changed files with 1216 additions and 0 deletions

11
public/index.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Redux Demo</title>
</head>
<body>
<div id="root"></div>
<script src="main.js"></script>
</body>
</html>