Skip to content

Latest commit

 

History

History
60 lines (44 loc) · 2.88 KB

README.md

File metadata and controls

60 lines (44 loc) · 2.88 KB

kaladont

Kaladont is South Slavic word game popular in BiH, Croatia, Montenegro, North Macedonia, Serbia and Slovenia.

Rules

  • Players say word which begins with the last two letters of previous word.
    • word must have atleast 3 letters
    • word cannot be made-up
    • previous word cannot be repeated
    • names are not allowed
  • Winner is who says word ending on nt
    • in some house rules, you are not allowed to say word kaladont; however, house rules are possible to modify in settings.json

TODO

  • Settings
  • Gameplay
    • Local
    • Networking
  • Computer

Compile

Installing dependencies

Package: Command:
git
DebianArch Linux
apt-get install gitpacman -S git
make
DebianArch Linux
apt-get install makepacman -S make
gcc
DebianArch Linux
apt-get install gccpacman -S gcc
json-c
DebianArch Linux
apt-get install libjson-c-devsudo pacman -S json-c

External stand-alone dependencies

Compiling & running

Number: Step: Command:
1 Cloning repository git clone https://github.com/Andrej123456789/kaladont
2 Entering src directory cd kaladont/src
3 Compiling make
4 Running the program make run

How to change settings?

  • kaladont_allowed - is it allowed to say word kaladont
  • players - number of players
  • words_path - list of .txt files containing words

Credits