CatchUp

Pet project aiming to build SOLID javascript game. The game will require a player to catch falling items.

This project is maintained by gondar

Welcome to CatchUp Game.

This game is a pet project for experimenting on implementing simple javascript program in a TDD process.

The game itself is primitive catch object game. Player may move in one dimension using arrow keys. Aim of the game is to catch as many falling objects as possible.

Tools

The game is built using three javascript libraries:

Unit tests

I tried to test as many elements of the game as possible. The only functions which are currently not tested are static builder functions, which are used instead of dependency injection.

Authors and Contributors

By gondar. Feel free to contact me for whatever reason.