Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 208 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 208 Bytes

FourInARow-consoleGame

Programming exercise for 1. semester computer science

Create a 4-in-a-row game by following the 10/100 Dogma

  • Maximum 10 lines in one method
  • Maximum 100 lines in one class