Skip to content

Instantly share code, notes, and snippets.

View CeilingPanda's full-sized avatar
💭
I may be slow to respond. Spending about 12-14 hours a day in school.

CeilingPanda

💭
I may be slow to respond. Spending about 12-14 hours a day in school.
View GitHub Profile
@CeilingPanda
CeilingPanda / Bra kod
Last active December 15, 2015 02:39
Bejeweled Clone
import java.io.*;
import java.applet.*;
import java.awt.*;
import java.awt.event.*;
public class Spel extends Applet implements MouseListener, MouseMotionListener{
//Special reminder: 1 = Flame, 2 = Star, 3 = Cube, 4 = Butterfly
//Colors reminder: 1 = Red, 2 = Orange, 3 = Yellow, 4 = Green, 5 = Blue, 6 = White
//Initiering av variabler