Python Forum

Full Version: Python Music Quiz
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need a music quiz for python, where a random song is stored in an external file. The artist and the first letter of each word in displayed
The user has 2 chances to guess the song
There must be a points system. More for correct on first guess preferably
The game ends when they choose the incorrect answer twice.

Must:
Allow a player to enter their details such as name etc.
Must be in external file
Selects random song from that file
Displays the number of points they have at the end of the game and their username
Displays their score and the name of the top 5 players.

Thanks,
Lynden
And what is the question?
It might be a bit much, but i need the whole code Wall Wall Wall
Linked removed by admin.
Axel: Please don't provide answers to what looks like a homework assignment.
To the original poster:

This sounds like homework. We're not here to do homework for you. This forum is focused on education and empowering people to be able to code Python as independently as possible. For this reason, our expectation would be that you would start writing the code yourself and then ask a question when you get "blocked" (have a problem which you can't figure out). We expect some effort in the question, such as it being simplified (you shouldn't post 100 lines of code for a problem that can be reproduced in 5 lines).

A lot of people have trouble knowing where to start. We have a tutorials section, and if it doesn't cover everything you need then start with what you can and figure out the rest later. If you're starting from knowing no Python, this is a pretty decent little project, so you'll want to start very early so that you have time for forum questions before your deadline.
(Oct-08-2018, 01:10 PM)lynden Wrote: [ -> ]It might be a bit much, but i need the whole code Wall Wall Wall

This is literally our GCSE project. You can't ask someone to do our GCSE for us. Snooty