Skip to content

snowbanana12345/marching-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An assortment of CLI projects

For your entertainment. Toy projects that can run on the CLI. build locally with cmake. Tetris, sudoku, Connect4, Marching. Enjoy while claiming you are technically doing work reviewing this.

Building

  1. clone the repo
  2. cmake -S Tetris -B tetris-build
  3. cd tetris-build
  4. make
  5. ./app

Each project is standalone. The only dependency is gtest, when running make, will download the gtest repo into the build folder. Because there are no dependencies aside from googletest, it should not have trouble compiling and running on different platforms

Running

All applications are in the cmake folders and in the ./app executable Input commands line by line. The specific commands are inside each project's README.md

About

Assortment of CLI projects

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors