Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.33 KB

README.md

File metadata and controls

56 lines (31 loc) · 1.33 KB

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