Air Hockey Game using Python with Source Code
Submitted by razormist on Friday, October 30, 2020 - 20:49.
Language
Project: Air Hockey Game
The Air Hockey Game with Source Code is a multi-player game where the both player must bounce the ball in the goal in order to win. The project purpose is to have a leisure time after work and make you relax from stress for awhile.
The project was developed with the use of tkinter module for creating a stunning design view for an interactive display. The project is played in a digital low-friction table where the two players compete to each other in gaining score. The players can play the game via keyboard bindings Player 1 Control(W to move top, D to move right, S to move bottom, A to move left), Player 2(Up Arrow to move top, Right Arrow to move right, Down Arrow to move bottom, Left Arrow to move left). The game is so simple to play both players must bounce the ball(which the black object) to each players goal in order to gain a score. The Air Hockey Game is a classic game where the two players compete to each other to reach the highest possible score.
Air Hockey Game using Python with Source Code Features:
- Simple Design
- The project interface was made simple so that the players can be familiar on how to play the game.
- Multiplayer Gameplay
- The game contains a multiplayer platform so that both players can play and enjoy the game.
- Easy Controls
- This project has a simple control navigate so that players can play the game easily.
Air Hockey Game Installation:
- You will have to download & install the Python IDLE's, here's the link "https://www.python.org/downloads/".
- Extract the zip file.
- Open the extracted folder
- Locate the py file.
- Then open the file via python IDLE.
- Run the py file to launch the program.
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Add new comment
- 1824 views