Hi Billy Appreciate the video/feedback. The white stuff as you call it is Thermal adhesive which is required for the NTC10K thermistors. As for balance wires overlapping this isn't the case in-between each wire that does need to overlap there is a small circler fish paper piece so the wires do not make contact. Fitting these packs really does come with experience we have fitted many into the stock XR box without issues granted in some cases modifications to the battery box is required for the best fitment possible. Either way great video 👏
@thebillington12 күн бұрын
Thanks for the response Chris! Appreciate you taking the time to reply. Overall I'm very happy with the battery but wanted to take some time to share my feedback. As for fitting to the stock box, I know that this is doable and that you offered to fit it for me with shipping my original box included in the cost, but after seeing the fitment I made the decision to upgrade to the Torque Box for my own peace of mind.
@lddanks13 күн бұрын
Awesome vid thanks Billy!
@Ktreez42013 күн бұрын
This was a great video!
@lillihitchings44209 ай бұрын
I've just watched your teacher video intro to tphysics - brilliantly clear explanation of the pedagogy you've used in creating tphysics and suggested ways to use it in the classroom - thank you. I'll be exploring your tutorials over the Easter break and am looking forward to introducing it to my learners next term. Absolutely excellent, well done!
@pygamebooker Жыл бұрын
A very cool python project, I recommend to check it out! Ideal for the transition of simple turtle graphic toward a more complex 2D game engine
@JustManjjj5 жыл бұрын
nice
@superyoni20126 жыл бұрын
What to do if the game is just a black screen? and we can't play, I downloaded the code from your link. (using python 3.7)
@thebillington6 жыл бұрын
Hi Yonatan. This demonstration was built for python 2.7 and I am fairly certain it is not compatible with python 3+. You can download a version of python 2.7 to test with.
@superyoni20125 жыл бұрын
@@thebillington thank you very much :D Another little request Do you have any API for the PodSixNet library please? :)
@יונתןזרוד5 жыл бұрын
Another problem 😅 I downloaded 2.7 and still the black screen problem :(
@junseohong70126 жыл бұрын
how can i install podsixnet for python three? the pip install doesn't work
@thebillington6 жыл бұрын
ryan hong Hi Ryan, it would be helpful if you let me know what your error messages are so we can identify the problem. What message do you get when the install fails?
@junseohong70126 жыл бұрын
thank you for replying. here's the error message. File "<string>", line 1, in <module> File "C:\Users hong\AppData\Local\Temp\pip-install-s60k5xn5\PodSixNet\setup.py", line 13, in <module> execfile("PodSixNet/version.py") NameError: name 'execfile' is not defined
@zarrexx7 жыл бұрын
I have a website and a python game complete separately, how would I put the pygame into my website and have them work in multiplayer? Thanks
@thebillington7 жыл бұрын
Hi zarrexx, unfortunately it is impossible to run a pygame instance inside of a browser window, and even if it were possible you would need to have a server running several instances of your game. If you are wanting to build games in browser I suggest looking at using JavaScript and a HTML canvas. For a brief introduction, check out the w3 schools game tutorial: www.w3schools.com/graphics/game_canvas.asp
@Mythrunes7 жыл бұрын
The first move of the second player will cause desync for me.
@Mythrunes7 жыл бұрын
After moving around for a few seconds the characters are in different places on one screen compared to the other.
@Mythrunes7 жыл бұрын
The desync is only occurring in the x axis.
@Mythrunes7 жыл бұрын
Only occurring with the second player, the first player is always displayed correctly.
@Mythrunes7 жыл бұрын
The first time the 2nd player moves, he jumps in the x axis by around 64 pixels on one screen only, from then on, he will be dysnced by that amount and all further movements will be coherent.
@potech92267 жыл бұрын
nice!
@reh.49197 жыл бұрын
Thank you.
@diliupg7 жыл бұрын
This is great news. How do we run this on two computers? Do we need Python. Pygame and all other code on both machines? Can you please give some info on that?
@thebillington7 жыл бұрын
diliup gabadamudalige School holidays have finished now so I'm back to teaching but I'll be working on this in the next few weeks. I haven't had it running yet but it should be as simple as specifying the IP address of the server at runtime and then connecting to this externally with the client. I'll let you know when I get an example running.
@thebillington7 жыл бұрын
Also I forgot to mention that you will need Python, Pygame and PodSixNet installed on both machines, unless you decide to compile the code.
@matias18907 жыл бұрын
Thanks for the video! Can you please tell me how to connect two separate computers (which both have pygame and podsixnet)?
@alastairholland44338 жыл бұрын
UNIX = DOS = LINUS = LINUX
@chrisahmed10848 жыл бұрын
Hi .. Thanks for your videos .. They are really interesting .. I am just wondering if you can help me with a problem in C# I am stuck and looking for help
@thebillington8 жыл бұрын
Chris Ahmed thank you for your comment, what seems to be the problem? I haven't done C# for a while but let me know more about your issue and I will help if I can.