Skip to content

Advik01-byte/Python-Projects

Repository files navigation

Interested in this repository?

You can directly run these files in command prompt. If you don't know the prompt here it is:

<python exe file> -u <path to your project>

Replace <path to your project> with the actual path.
Replace <python exe file> with the actual name of the python exe file without .exe at the end.

If you want to run cow.py then type this in command prompt:

pip install cowsay
<python exe file> -u <path to your project>

Replace <path to your project> with the actual path.
Replace <python exe file> with the actual name of the python exe file without .exe at the end.

If you want to run pong.py then:

Write this in command prompt: <python exe file> -u <path to your project>.
Replace <path to your project> with the actual path.
Replace <python exe file> with the actual name of the python exe file without .exe at the end.

Controls:

  • Up & Down Arrow Keys to move right paddle
  • WS to move left paddle

Problem:

The paddles can go off the screen.
So can somebody fix that for me?
I really need help 🙏!

If you want to run connect-four.py then type this in command prompt:

pip install numpy
<python exe file> -u <path to your project>

Replace <path to your project> with the actual path.
Replace <python exe file> with the actual name of the python exe file without .exe at the end.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages