basic evolution finished
This commit is contained in:
200
dist/bundle.js
vendored
Normal file
200
dist/bundle.js
vendored
Normal file
File diff suppressed because one or more lines are too long
14
dist/css/style.css
vendored
Normal file
14
dist/css/style.css
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
body{
|
||||
background: #121D29;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
canvas {
|
||||
display: block;
|
||||
}
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
12
dist/html/index.html
vendored
Normal file
12
dist/html/index.html
vendored
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user