MengshanChen / puzzleGame

A puzzle game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A multithreaded puzzle game 

Create a puzzle game with multiple puzzles:
 1. a number guess
 2. decide if one string is a permutation of the other
 
************ Display **************
>>>client: 
Welcome to a Puzzle Game!
This game will have multiple puzzles for you!
Let's start!!
Enter your name: erica

Level 1: Guess a Number!!
Turn: 1
Enter a guess: 1523
Result of guess: 0
Congratulations! It took 1 turns to guess the number!

***Level 1***
Leader board:
1. erica 1

Level 2: The first string is a permutation of another one: true or false?
The string is: ulqfpdbhlqdqrrc
The string is: rwdnxeuoqqeklai
Enter a guess: true
Fail!

About

A puzzle game


Languages

Language:C++ 100.0%