ariasaki / word-game

A word game that I have to make.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Word Game

a simple Game to improve typing skills.

Installation

Ubuntu and debain Based GNU-Linux Distros:

  $ git clone https://github.com/ariasaki/word-game
  $ sudo apt install gcc libcurses-dev
  $ cd word-game
  $ gcc main_unix.c -pthread -lncurses
  $ ./a.out

Authors

About

A word game that I have to make.


Languages

Language:C 100.0%