基于Ruby On Rails的“池塘大战”多人脚本对战网站
目前使用的库和数据库:
使用前需要安装Bundler,Gem,Ruby,Rails,SQLite3等依赖环境。
在终端(MacOS或Linux)中执行以下代码
$ git clone https://github.com/hontsev/PondFighting.git
$ cd PondFighting
$ bundle install
$ rake db:migrate
$ rails s
在浏览器中输入localhost:3000
访问主页