项目作者: jbmeerkat

项目描述 :
Various old school games written in Ruby
高级语言: Ruby
项目地址: git://github.com/jbmeerkat/ruby_games.git
创建时间: 2018-02-24T16:35:06Z
项目社区:https://github.com/jbmeerkat/ruby_games

开源协议:MIT License

下载


Pong game

Build Status
Maintainability
Codebeat
Test Coverage

Incredibly over-engineered implementation of some old school games with ECS:

Menu

Installation

Clone repo and run

$ make install

Playing

$ make

And select a game you want to play

Controls

Pong

Right player: up and down

Left player: w and s

Documentation

There is documentation for ECS framework which can be built with

$ make documentation

And browsed with

$ open doc/index.html

Testing

Run linters and tests:

$ make build

Run test only:

$ make test

Run linters only:

$ make lint