Doge vs. Chuck 8bit Pong Game is a retro-inspired Pong game featuring the legendary Chuck Norris and the internet sensation Doge. The game is designed to be both nostalgic and fun, offering a classic arcade-style experience with a modern twist.
-
Single-Player Mode: In this mode, you control Doge with the
W
andS
keys. Chuck Norris is controlled by AI, and the goal is to outscore your opponent by making sure the ball passes through the opponent's side. -
Multi-Player Mode: In multiplayer mode, one player controls Doge using the
W
andS
keys, while the other player controls Chuck Norris using theUp
andDown
arrow keys. -
Scoring: The first player to reach 6 points wins the game. Each time the ball passes through a player’s side, the opposing player scores a point.
-
Doge Animation: Doge transitions from
doge still.png
todoge kick.png
when hitting the ball and then back todoge still.png
. -
Chuck Animation: Chuck transitions from
chuck still.png
tochuck kick.png
when hitting the ball and then back tochuck still.png
.
-
Single Player:
W
- Move Doge UpS
- Move Doge Down
-
Multiplayer:
- Player 1 (Doge):
W
- Move Up,S
- Move Down - Player 2 (Chuck):
Up Arrow
- Move Up,Down Arrow
- Move Down
- Player 1 (Doge):
- HTML5 for the structure of the game.
- JavaScript (Canvas API) for game mechanics and animations.
- CSS for styling.
- GitHub Pages for deployment.
You can easily integrate this game into your website or project by following these steps:
-
Clone the Repository:
git clone https://github.com/thegr8liberator/Doge-vs-Chuck-8bit-Pong-Game.git
-
Host Locally:
- Open the
index.html
file in your browser to play the game locally.
- Open the
-
Embed the Game:
- If you want to embed this game into your own website, you can host the game files on your server and use an
<iframe>
to embed the game, or directly link to the hosted GitHub Pages site.
- If you want to embed this game into your own website, you can host the game files on your server and use an
-
Deploying Your Own Version:
- Follow the steps mentioned in the GitHub Pages section above to deploy your own version of the game on GitHub Pages.
Contributions are welcome! If you find any bugs or have feature requests, please open an issue or submit a pull request.