diff --git a/README.md b/README.md new file mode 100644 index 0000000..6cb19ce --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# applicant + +Library to create programs with genetic algorithms. + +# Requirements + +- PC + Monitor + Keyboard + Mouse +- Mind + Straight hands +- NCurses (For fieldgame) +- C compiler (GCC/Clang/e.t.c.) +- CMake 3.10+ + +# Build + +```sh +mkdir build +cd build +cmake .. +cd .. +cmake --build build +``` + +CROSSPLATFORM EXECUTION (Works on `Linux`, maybe work on `Windows`, if you installed `CMake` directly to `CMD`, or `powershell`, and there is ncurses) + +# Run + +```sh +build/fieldgame +``` +Or `Double LMB` on `fieldgame`(`fieldgame.exe` on windows) file at build folder.