TDD Tetris in Java #1: Falling Blocks

Описание к видео TDD Tetris in Java #1: Falling Blocks

A core feature of Tetris is that there are pieces falling down. To start small, let's focus on pieces which consist of a single 1x1 block.

This screencast series shows how to go through the TDD Tetris Tutorial (https://github.com/orfjackal/tdd-tetr...) where you can learn Test-Driven Development by at first writing code to pass pre-written tests, so that it will be easier to write your own tests when the time for it comes.

Комментарии

Информация по комментариям в разработке