This repository was archived by the owner on Jan 11, 2026. It is now read-only.
sharki13/bowling
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
1. CMAKE generation
1.1 Crate folder for build files and enter there:
mkdir build
cd build
1.2 Generate makefiles
cmake ../
2. BUILD soluton
In build folder call:
make
3. Recompile and execute test
make run
Classes adivce:
Add your implementation of bowling game in "BowlingGame.h"
Add your test cases to "BowlingTDDProject.cpp"