-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
rmottainfo
committed
Sep 16, 2023
1 parent
9c123ae
commit 597c207
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# AlonePong in JavaScript | ||
|
||
Welcome to the JavaScript version of AlonePong in the Pongtopia project! In this implementation, you'll experience the classic Pong game with a unique twist: you control a single paddle that bounces the ball against the bottom and side walls. Enjoy OldSchool stress-free moments. | ||
|
||
## How to Play | ||
|
||
Playing AlonePong in JavaScript is simple: | ||
|
||
1. Clone or download this repository to your local machine. | ||
2. Navigate to the "javascript-alone-pong" folder. | ||
3. Open the "index.html" file in your preferred web browser. | ||
|
||
Or [click here](https://rmottanet.github.io/pongtopia/) | ||
|
||
That's it! You can now enjoy the game and test your skills in this solo Pong adventure. | ||
|
||
## Technologies Used | ||
|
||
This implementation of AlonePong is written in JavaScript and uses HTML and CSS for the user interface. It's a lightweight and fun way to experience the game in your web browser. | ||
|
||
## Feedback and Contributions | ||
|
||
If you have any feedback, ideas for improvements, or if you'd like to contribute to this project, feel free to reach out. Your input is highly appreciated! | ||
|
||
Thanks for playing AlonePong in JavaScript, and enjoy the game! |