#include <stdint.h>
#include <string>
Go to the source code of this file.
Variables | |
const uint8_t | WORD_LENGTH = 5 |
const uint8_t | MAX_GUESSES = 5 |
const uint16_t | USERNAME_MAX_LENGTH = 100 |
const int | DEFAULT_PORT = 40000 |
const char | DEFAULT_IP [] = "127.0.0.1" |
const char | DEFAULT_FILENAME [] |
const char DEFAULT_FILENAME[] |
const char DEFAULT_IP[] = "127.0.0.1" |
const int DEFAULT_PORT = 40000 |
const uint8_t MAX_GUESSES = 5 |
const uint16_t USERNAME_MAX_LENGTH = 100 |
const uint8_t WORD_LENGTH = 5 |