Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mj-hd/hsproom
HSP製プログラム専用投稿ポータル
https://github.com/mj-hd/hsproom
emscripten go hsp
Last synced: about 1 month ago
JSON representation
HSP製プログラム専用投稿ポータル
- Host: GitHub
- URL: https://github.com/mj-hd/hsproom
- Owner: mj-hd
- Created: 2015-02-18T16:46:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-10T04:10:29.000Z (almost 7 years ago)
- Last Synced: 2024-10-09T09:05:48.388Z (about 1 month ago)
- Topics: emscripten, go, hsp
- Language: Go
- Homepage: http://hsproom.me/
- Size: 9.08 MB
- Stars: 9
- Watchers: 5
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://drone.io/github.com/mjhd-devlion/hsproom/status.png)](https://drone.io/github.com/mjhd-devlion/hsproom/latest)
# HSP部屋
HSP製のプログラムを、hsp3dish.jsを使って手軽に実行できるWebサイト。
重い開発の最中にあります。# インストール
以下のコマンドを実行する。
```
git clone https://github.com/mjhd-devlion/hsproom.git
cd hsproom
make
```Google+API、TwitterAPI、TwitterBot用のアクセストークンを用意し、config/config.go.exampleを編集し、config/config.goとして保存する。
起動する。
```
./simbase/bin/start
./leaner/learner.py &
gom run hsproom.go
```