Skip to content

Commit

Permalink
basic evolution finished
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxRobinsonTheGreat committed Jul 4, 2020
1 parent 8d208ca commit 9b24e4c
Show file tree
Hide file tree
Showing 16 changed files with 2,878 additions and 7 deletions.
200 changes: 200 additions & 0 deletions dist/bundle.js

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions dist/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
body{
background: #121D29;
margin: 0;
padding: 0;
}

canvas {
display: block;
}

* {
margin: 0;
padding: 0;
}
12 changes: 12 additions & 0 deletions dist/html/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta charste="UTF-8">
<title>Evolution Simulator</title>
<link rel="stylesheet" href="../css/style.css">
</head>
<body>
<canvas id='canvas'></canvas>
<script src="../bundle.js"></script>
</body>
</html>
Loading

0 comments on commit 9b24e4c

Please sign in to comment.