Skip to content

GoshaSerbin/AquaticWordGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

A word game in console where you have to find known words. alt text

Build And Usage

Probably works on Linux only (because of the input system).

cmake -B build
cmake --build build
./build/Aquatic --help

Usage: Aquatic Word Game [--help] [--version] [--words VAR] width height

A game where you find words.
Arrow keys or WASD      move.
ENTER                   start/stop selecting letters.
H                       show/hide hint
Q                       quit

Positional arguments:
  width          gamefield width 
  height         gamefield height 

Optional arguments:
  -h, --help     shows help message and exits 
  -v, --version  prints version information and exits 
  --words        Path to a file with words [nargs=0..1] [default: "./data/words.txt"]

Have fun!

About

A word game in console where you have to find known words.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published