Skip to content

Instantly share code, notes, and snippets.

View tetsunosuke's full-sized avatar

ITO Tetsunosuke tetsunosuke

View GitHub Profile
@tetsunosuke
tetsunosuke / othello.html
Created October 16, 2015 10:35 — forked from wgkoro/othello.html
おせろゲーム ベースHTML (とサンプルスクリプト)
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>おせろ</title>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<style>