Skip to content
View TrishZwei's full-sized avatar

Block or report TrishZwei

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. WS300-031022 WS300-031022 Public

    Platt College WS300 for March 2022

    HTML

  2. python-leaderboard python-leaderboard Public

    a leaderboard using python, flask and SQLite

    JavaScript 1

  3. rectHit: A formulaic hit detect for ... rectHit: A formulaic hit detect for squares and rectangles
    1
    function rectHit(rectone, recttwo){
    2
        //console.log('recthit called');
    3
        var r1 = $(rectone);
    4
        var r2 = $(recttwo);
    5
        
  4. 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.
    1
    function 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
    4
    
                  
    5
        var c1 = $(circle1); //assigns to new local variable
  5. 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>
  6. WS300-Nov21 WS300-Nov21 Public

    Files for Scripting for the Web Platt College

    HTML