Skip to content

Instantly share code, notes, and snippets.

@markdev
markdev / spacefish.html
Created September 21, 2015 04:19
Source code to video game at www.spacefishgame.com
<!DOCTYPE html>
<head>
<style>
canvas#canvas { background-color: #000; }
h1 {color: white;}
</style>
</head>
<body>
<canvas id="canvas" height="700" width="1200">
@markdev
markdev / gisttest.py
Created September 20, 2015 17:58
Testing gist
print "Hello gist test"