Reviews #34
Replies: 3 comments
-
Yes, I remember you! Thanks for staying with this project; I don't have access to other operating systems, so I appreciate the cross-platform testing you do. Here's what I have to say about each of your points: (Windows)
You are correct in saying this, I'll add that to the README soon.
(Linux)
(Code)
(Misc.)
Thanks again, have a good one! |
Beta Was this translation helpful? Give feedback.
-
Your welcome! 😉
Yes, it's true, but you ask to do a pip install whereas it's not needed for the moment. If you think that these libraries will be required soon, you can let it. P.S.: Let it, we need it for getch library 🙂
In pokemon, when the text is printing, you can accelerate the printing by pressing a button. I think it could be cool to implement it. In a quick search, I found a library About classes :In fact, you can continue to use dict if you are more familiar with it. The mainly advantage with classes is that you can encapsulate function and data in the same structure. Also, I think that it's easier to have errors management with classes: in app/main.py, in line 406, you are trying to access to
Oh ok! my bad
It depends about the size of your project. It's just a question of organization and there is a lot of git advantage when the project grows up. Let me know if you have some questions about this, or if you disagree (it's possible, i have no problem with that because we learn things everydays 😉 ) Some issues and PR are comming 🙂 |
Beta Was this translation helpful? Give feedback.
-
That's a cool idea, I hadn't thought of that... If I find a way, I'll implement it.
That makes sense, I'll keep it in mind. |
Beta Was this translation helpful? Give feedback.
-
Hello, do you remember me ?
I saw that you made a lot of change and I decided to test it ;)
I tested it on Windows 10 and Linux and this is my review.
All what I will say are just advices and you can choose to take it or not, or discuss about them 🙂
Installation
On windows:
git
must be mandatory to play to PPR. I think that you need to diffency the case where a player want play and the case where someone wants contribute. By exemple, the person can download the project in zip.On linux:
msvcrt
doesn't exist on linux, so for testing, i commented all reference tog()
pip3
command but you can usepython3 -m pip
instead. i don't know if it's a mistake but you forgot the word install...Code and game
textSpeed
in gamesave
into a file to keep dataAlso, as you know i have a fork of your project that is Linux supported. Do you prefer that i keep doing on my side or that i try to do a version Windows and Linux in your project ?
That's all for bad things. As I already said, i love the idea and i'm curious to see the results because i was pokemon version red player. If you need help in anything, don't hesitate to ask me !
Happy to help,
Jerem
Beta Was this translation helpful? Give feedback.
All reactions