0% found this document useful (0 votes)
12 views5 pages

Computer

Uploaded by

sarareny28
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views5 pages

Computer

Uploaded by

sarareny28
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Introduction

‘World of Riddles’ is a fun game suitable for all ages. It helps


develop important learning and problem-solving skills as
well as improve creativity, memory and concentration.
Riddles can help students to understand the complex
conceits because they tend to be worded in a way that
relates to real-life situations. But what really makes this
game unique is that it communicates with the player using
visual language which makes the player be more interested
in the game.

Team Members,
Sara, Sharon, Sunila
Contents

 Software and hardware information


 Why we used python for this project
 Source code
 Output
 Further developments
 Bibliography
Software and Hardware
Components
Software:
 Python
Hardware:
 System model: HP Pavilion x360 convertible PC
 Memory: standard 4GB to 8GB
 Processor: Intel core i5-10210U
Why do we use Python for this
project?
Easy to Learn,
Python has a simple, English-like syntax that mimics natural
language, which makes it easy to read, understand, and
write. It requires fewer lines of code to perform the same
task than other programming languages like java.
Portable,
Many programming languages require you to modify your
code to run a program on different platforms. Python,
however, does not. You only need to write the code once,
and then it can be run virtually anywhere as long as you
haven’t included any system dependent features.
Why use Python to create this game,
Python provides several flexible and powerful data
structures. You can usually replace repeated code with a
tuple, a list, or a dictionary in combination with a for loop
and while loop. Making a question answer game (which is
very similar to riddles game) is the most basic thing to do in
python.
Further Developments
 The visual language (emoji) to be animated (like a gif
emoji) this way it can communicate with the players
more freely
 Having three life (chances) for each riddle.
 Having many boosters (to increase points)
 Negative marks for wrong answers

Bibliography
This project was done with the help of these sites,
https://realpython.com/python-quiz-application/
https://www.programiz.com/python-programming/
online-compiler/
https://www.geeksforgeeks.org/python-program-to-
print-emojis/
https://quizizz.com/?lng=en
https://parade.com/947956/parade/riddles/

You might also like