Skip to content

EVictorson/simple_example_projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Example Projects

CMake and Test Languages Last Commit

Projects

Currently the only project directory is for playing Tic-Tac-Toe. Others may be added at a later time.

Setup

In the root of the project directory (there is only TicTacToe currently) create a /build and /bin directory.
Inside of /build run cmake .. followed by make.
To easily run tests use make test.
Then, execute the compiled binary in the /bin directory.

Linters

Preferred linters are pylint and cpplint.

Dependencies

The C++ testing framework depends on GTest.

About

Just a repo containing simple code sample projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published