Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View triton11's full-sized avatar

Tristrum Tuttle triton11

View GitHub Profile
@triton11
triton11 / epictest
Created February 20, 2016 21:39
epic test
<!DOCTYPE html>
<html>
<head>
<script src="jquery-1.12.0.js"></script>
<title>Epic Test One</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<h2>Welcome!</h2>
<h3> This is a test </h3>
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
______ ______ ______ __ __ __ ______
/\ == \ /\ __ \ /\__ _\ /\ \/ / /\ \ /\__ _\
\ \ __< \ \ \/\ \ \/_/\ \/ \ \ _"-. \ \ \ \/_/\ \/
\ \_____\ \ \_____\ \ \_\ \ \_\ \_\ \ \_\ \ \_\
\/_____/ \/_____/ \/_/ \/_/\/_/ \/_/ \/_/
This is a sample Slack bot built with Botkit.
//bot.js
var request = require('request');
var himalaya = require('himalaya');
var phys;
var ment;
var name;
var Botkit = require('botkit');
var res = {}
var x = ''
var promise = ''
import pygame
import random
# Define some colors
BLACK = (0, 0, 0)
WHITE = (255, 255, 255)
GREEN = (0, 255, 0)
RED = (255, 0, 0)
class Rectangle():
def __init__(self):
import pygame
import random
BLACK = ( 0, 0, 0)
WHITE = (255, 255, 255)
RED = (255, 0, 0)
class Player(pygame.sprite.Sprite):
def __init__(self, color, width, height):