Incredibly over-engineered implementation of some old school games with ECS:
Clone repo and run
$ make install
$ make
And select a game you want to play
Right player: up
and down
Left player: w
and s
There is documentation for ECS framework which can be built with
$ make documentation
And browsed with
$ open doc/index.html
Run linters and tests:
$ make build
Run test only:
$ make test
Run linters only:
$ make lint