Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 928 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 928 Bytes

Tetris in many languages

A very simple Tetris game implemented in different programming languages. It was created as a homework at an university (BMEVIAUAL00, BMEVIMIAC04), the purpose is to discover varied programming languages, tools, continuous integration, GitHub capabilities. The game is simple, but it's enough to discover a language's features, syntax and tools, compare them, try different methods, paradigms.

Each language-subproject must fulfill the basic Tetris requirements.

Java was the first implementation, it's well designed to follow general object-oriented programming principles. It has documentation and UML class diagram.

See README.md in subdirectories for additional instructions.