Skip to content

happyclam/tictactoe-cf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoffeeScript製三目並べ

generating javascript

coffee -c tictactoe.coffee

tree

.
├── README.md
├── index.html
├── index.php
├── js
│   └── jquery-1.11.2.js
│   └── jquery-1.11.2.min.js
├── tictactoe.coffee
└── tictactoe.js

HTML5+CoffeeScriptで作る最強の三目並べプログラム