Skip to content

Instantly share code, notes, and snippets.

View Ecobobtrev2's full-sized avatar
💭
Free and Open Msg me!

Ecobobtrev2

💭
Free and Open Msg me!
View GitHub Profile
@Ecobobtrev2
Ecobobtrev2 / index.html
Created May 13, 2022 22:08
T-Rex Game
<!-- Source code from http://apps.thecodepost.org/trex/trex.html -->
<head>
<script src="https://apis.google.com/js/platform.js" async defer></script>
<script>
function hideClass(name) {
for (var elem of $(name)) elem.style.display = "none";
}
var DEFAULT_WIDTH = 600, FPS = 60;
var IS_HIDPI = false, IS_IOS = false, IS_MOBILE = false, IS_TOUCH_ENABLED = false;
@Ecobobtrev2
Ecobobtrev2 / candy-color-button-animation.markdown
Created April 22, 2022 17:15
Candy Color Button Animation