Thanks to visit codestin.com
Credit goes to github.com

Skip to content

misolmiso/Kabura

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Kabura

WebSocketとPythonとCoffeeScriptで、 スマートフォンで遊べるゲームを作ろうとするもの

##Requires *Python >= 3.2 *virtualenv *npm *grunt-cli

##Build and Run $ cd /path/to/Kabura
$ cd client
$ npm install
$ grunt
$ cd ../server
$ virtualenv -p python3 .
$ source ./bin/activate
$ pip install -r packages.txt
$ ./server
localhost:8000にブラウザで接続
(ポート番号の変更はKabura/server/server内を書き換える)

About

WebSocketとPythonとCoffeeScriptのゲーム

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published