Pinned Loading
-
-
python-leaderboard
python-leaderboard Publica leaderboard using python, flask and SQLite
JavaScript 1
-
rectHit: A formulaic hit detect for ...
rectHit: A formulaic hit detect for squares and rectangles 1function rectHit(rectone, recttwo){
2//console.log('recthit called');
3var r1 = $(rectone);
4var r2 = $(recttwo);
5 -
circleHit: a formulaic hit detection...
circleHit: a formulaic hit detection for two circles. Pass in the two objects you want to check against to see if they are in collision. 1function circleHit(circle1, circle2) {
2//circle1 is first parameter, circle2 is second parameter
3//in bullet vs. enemy circle1 is the current bullet, circle2 is the current enemy
45var c1 = $(circle1); //assigns to new local variable
-
Array sorter for randomized order of...
Array sorter for randomized order of presentations for students 1<!DOCTYPE html>
2<html>
3<head>
4<meta charset="UTF-8">
5<title>Random Student Order</title>
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.