Charts #2

Closed
mdibaiee wants to merge 6 commits from charts into master
2 changed files with 11 additions and 0 deletions
Showing only changes of commit 2d5009e5bb - Show all commits

View File

@ -63,6 +63,8 @@
<a id='new' class='btn' title='Fetch a new game'><i class='fa fa-refresh'></i></a>
<a id='faster' class='btn' title='Faster'><i class='fa fa-plus-square'></i></a>
<a id='slower' class='btn' title='Slower'><i class='fa fa-minus-square'></i></a>
<p>Note: we have limited the game to run only for 10000 frames to avoid infinitely long games, if you want to watch the game indefinitely, <a href='https://github.com/mdibaiee/flappy-es'>get the python version</a> and try it yourself. <i class='fa fa-hand-peace-o'></i></p>
</div>
<footer>

View File

@ -49,6 +49,7 @@ a:hover {
footer > * {
margin-top: 2rem;
font-size: 12px;
}
.btn {
@ -91,3 +92,11 @@ footer > * {
opacity: 1;
pointer-events: all;
}
.controls p {
margin: 2rem auto;
width: 90%;
max-width: 500px;
font-size: 12px;
line-height: 1.4em;
}