Skip to content
This repository was archived by the owner on Jan 11, 2026. It is now read-only.

sharki13/bowling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors