Skip to content
This repository was archived by the owner on Feb 18, 2021. It is now read-only.
/ exam_coding_1 Public archive

exam including game and weekly coding exercises

Notifications You must be signed in to change notification settings

amalietm/exam_coding_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exam_coding_1

exam including game and weekly coding exercises

Game: Random Word ---> To be run in terminal ---> No need to install anything. Just run the game.

Packages downloaded: random_words - provides random words. time - provides break between printed lines colorama - provides color differentiated lines as well as blacks out provided word.

Players: 2 Player1: Describer Player2: Guesser

Instructions:

You are provided with a Random Word, generated by a downloaded package: random_words. The describer is then supposed to provide synonyms or describe the word to the guesser. The guesser will then guess based on the hints given by the describer. The guesser has three tries to get it right. If the guesser doesnt make it, the roles will be switched. If the guesser does make it, he will get a point that will be added to the player´s score to later be compared to announce a winner. You can quit the game at any time by pressing q. To switch player, press d to describe and g to guess.

Idea:

The idea behind the game was something similar to Pictionary. You are provided with a stack of cards where one player is to describe the word on the card without using the actual word. The other player is to guess, and you have a time limit of 30 sec to 1 min. The point is to collect as many cards as possible.

About

exam including game and weekly coding exercises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages