darshan099 / scramble_game

simple scramble game using C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scramble_game

simple scramble game using C++

File name: scramble.cpp

Summary: play a simple scramble game in c++. the screen shows a random word with random spaces. enter your answer and check whether your answer is correct or not.

additional header file used:

  1. string.h
  2. fstream.h
  3. time.h
  4. stdlib.h

About

simple scramble game using C++


Languages

Language:C++ 100.0%