Skip to content

hingobway/clerdle

Repository files navigation

clerdle

A command-line port of the game nerdle. Final project for university c++ course.

A few things to note about my version:

  • negative numbers are not allowed in guesses.
  • guesses may not contain operators to the right of the =.
  • a number of formatting liberties were taken on the command line.
  • player names have been made case-insensitive.

building

open a terminal in the project directory and run

# regular compile
make prod

# compile and remove code files
make prod cleaninstall

the file clerdle is now the standalone app and can be moved anywhere. the code can be deleted.

usage

# normal gameplay
./clerdle [playername]

# test mode (see the answer)
./clerdle -t [playername]

# show stats
./clerdle -s [playername]

# generation test
./clerdle -g <number>

# show these instructions
./clerdle -h

About

Command-line port of the game nerdle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages