Skip to content

Instantly share code, notes, and snippets.

View RCTumolac's full-sized avatar

Richard Cole Tumolac RCTumolac

View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title>Gravity Starter Code</title>
</head>
<body>
<img id="pic" src="https://s-media-cache-ak0.pinimg.com/236x/24/2d/2e/242d2e2f40995f6f6ef2cd10a245c196.jpg">
<img id = "pic2" src = "https://img.clipartfest.com/5493ad092ec7af34540a4fa5562d3543_bomb-clip-art-images-free-for-atomic-bomb-clip-art_664-800.png">
<div id="ground"></div>
</body>
<!DOCTYPE html>
<html>
<head>
<title>X movement Collision Left Only</title>
</head>
<body>
<!-- Put your page markup here -->
<div class="box" id="blue"></div>
<div class="box" id="red"></div>
</body>
<!DOCTYPE html>
<html>
<head>
<title>X movement left-only</title>
</head>
<body>
<!-- Put your page markup here -->
<div class="box" id="blue"></div>
<div class="box" id="red"></div>
</body>
<!DOCTYPE html>
<html>
<head>
<title>Array Challenge 2</title>
</head>
<body>
<!-- Put your page markup here -->
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Array Challenge 2</title>
</head>
<body>
<!-- Put your page markup here -->
</body>
</html>
@RCTumolac
RCTumolac / Dice.html
Last active February 15, 2017 23:32
Exported from Popcode. Click to import: https://popcode.org/?gist=9006b78ab0c104a714091f1401ce7657
<!DOCTYPE html>
<html>
<head>
<title>Dice Simulator</title>
</head>
<body>
<!-- Put your page markup here -->
<button id = "1"> Click for a dice roll</button>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Four Functions</title>
</head>
<body>
<!-- Put your page markup here -->
<h1 id = "1"></h1>
<h1 id = "2"></h1>
<h1 id = "3"></h1>
<!DOCTYPE html>
<html>
<head>
<title>Four Functions</title>
</head>
<body>
<!-- Put your page markup here -->
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Input Test</title>
</head>
<body>
<form>
<h1>Number between 1 and 100</h1>
<!DOCTYPE html>
<html>
<head>
<title>Input Test</title>
</head>
<body>
<form>
<h1>Number between 1 and 100</h1>