Skip to content

jbmeerkat/ruby_games

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages