Re: Typerspeed 1.05 released with much needed fixes

2019-03-16 Thread AudioGames . net ForumNew releases room : Ceiling Feeling via Audiogames-reflector


  


Re: Typerspeed 1.05 released with much needed fixes

The issue I have with a text file is that people can right stuff into that file. I don't want people flooding the game with curse words and stuff like that. That's just not right in my honest opinion.keithwipf1 wrote:I guess you can parse a file like thistry: wordfile=open("wordlist.txt", "r")except IOError: print("No word list. Please make one if you want words")#We can now check if the word list was successfully loaded or not by using if wordfileif wordfile: loader=wordfile.read() loader=loader.splitlines() #This means you put one line per word. for i in loader: # Loop through the lines  if len(i)>50:   print "{0} is too long so it was skipped".format(i)  word_list.append(i) # word_list should be  an array of strings that you defined, that already contains you're starting words. Now it should contain all the words from the file as well.This code should be able to load the list of words, remove any words that are too long, and add the rest to you're list.

URL: https://forum.audiogames.net/post/419612/#p419612




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Typerspeed 1.05 released with much needed fixes

2019-03-16 Thread AudioGames . net ForumNew releases room : Ceiling Feeling via Audiogames-reflector


  


Re: Typerspeed 1.05 released with much needed fixes

If you read the read the readme file, it tells you exactly how to choose an option. But thanks for telling me how to remove that stupid pygame message. It was annoying me too.The Dwarfer wrote:Hi,this is an awesome first project!  I can't remember what my first Python thing was, but it definitely wasn't something like this or any game for that matter.  Rock on!Let me suggest a few things, though.1. When you first start up the game, there is a bunch of clutter because the game starts up, and then you get the, "Welcome to pygame 1.9.4! Visit the pygame community" followed by this really long URL. It actually prints two lines. And to prevent Pygame from doing that, you can go toc:\python37\lib\sight-packages\pygameReplacing python37 with your python ver directory.Then, go to __init__.py, and remove the last two lines. They're both print statements that print the above messages. You can always read them to be double sure before deleting though.2. Maybe make it so it spells every word, and uses commas between the letters?3. In addition to number 2, make it so that a word is announced, and then the timer doesn't start until the user presses enter to signify they're ready to type the word.4. When the game first launches, and maybe the main menu does read, but perhaps it's due to me skipping the URL that I don't hear what my options are. I interrupt the pygame welcome message with the arrow keys, and it just says choose an option, not what options are available to me.Thanks, and best of luck!

URL: https://forum.audiogames.net/post/419609/#p419609




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Typerspeed 1.05 released with much needed fixes

2019-03-12 Thread AudioGames . net ForumNew releases room : Ceiling Feeling via Audiogames-reflector


  


Re: Typerspeed 1.05 released with much needed fixes

The words are contained within a list. I'm not fimiliar with parsing files yet.

URL: https://forum.audiogames.net/post/418021/#p418021




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Typerspeed 1.05 released with much needed fixes

2019-03-11 Thread AudioGames . net ForumNew releases room : Ceiling Feeling via Audiogames-reflector


  


Typerspeed 1.05 released with much needed fixes

Hello audio gamers,I finally got round to updating my beginner Python project on Saturday. Typerspeed, a game which allows you to see how many words you can type correctly in just 35 seconds, has now been updated to version 1.05. In Liam Erven's live stream marathon, while playing the game, he noticed that there was an issue with homophones (words that are spelled differently but sound the same or similar). There was also a bug where the score wasn't being read out properly at the end of each game. Version 1.05, codenamed Homophone Beatdown, fixes these issues.I would like to thank Liam so much for taking the time to play the game. I would love it if you could play it too! You can download it here http://credence-vi.epizy.com/programs

URL: https://forum.audiogames.net/post/417992/#p417992




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Typerspeed 1.05 released with much needed fixes

2019-03-11 Thread AudioGames . net ForumNew releases room : Ceiling Feeling via Audiogames-reflector


  


Typerspeed 1.05 released with much needed fixes

Hello audio gamers,I finally got round to updating my beginner Python project on Saturday. Typerspeed, a game which allows you to see how many words you can type correctly in just 35 seconds, has now been updated to version 1.05. In Liam Erven's live stream marathon, while playing the game, he noticed that there was an issue with homophones (words that are spelled differently but sound the same or similar). There was a bug where the score wasn't being read out properly at the end of each game. Version 1.05, codenamed Homophone Beatdown, fixes these issues.I would like to thank Liam so much for taking the time to play the game. I would love it if you could play it too! You can download it here http://credence-vi.epizy.com/programs

URL: https://forum.audiogames.net/post/417992/#p417992




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Typerspeed 1.05 released with much needed fixes

2019-03-11 Thread AudioGames . net ForumNew releases room : Ceiling Feeling via Audiogames-reflector


  


Typerspeed 1.05 released with much needed fixes

Hello audio gamers,I finally got round to updating my beginner Python project on Saturday. Typerspeed, game which allows you to see how many words you can type correctly in just 35 seconds, has now been updated to version 1.05. In Liam Erven's live stream marathon, while playing the game, he noticed that there was an issue with homophones (words that are spelled differently but sound the same or similar). There was slao a bug where the score wasn't being read out properly at the end of each game. Version 1.05, codenamed Homophone Beatdown, fixes these issues.I would like to thank Liam so much for taking the time to play the game. I would love it if you could play it too! You can download it here http://credence-vi.epizy.com/programs

URL: https://forum.audiogames.net/post/417992/#p417992




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector