Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
rmottainfo committed Dec 16, 2023
1 parent 824f4b2 commit 9381d93
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 708 deletions.
53 changes: 6 additions & 47 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,54 +1,13 @@
<h1><a href="https://rmottanet.github.io/pongtopia/">Pongtopia</a></h1>

Welcome to Pongtopia, a repository that hosts various implementations of the classic Pong game with a unique twist: you are alone controlling a single paddle that will bounce the ball against the bottom and side walls. Each version of the game is written in a different programming language, such as Python, MIT Scratch, JavaScript, and Java. The goal of this project is to study and analyze the behavior of different programming languages and enhance my skills.
Pong Study Repository: A Linguistic Exploration. A repository dedicated to the meticulous examination of the classic game Pong.

Hey there, fellow game enthusiasts! Welcome to my personal exploration of the classic Pong game, but with a quirky twist – I call it [PongCraft](https://github.com/PongCraft) Adventures!

## Implemented Games
Dive into the PongCraft world in various programming languages like Python, MIT Scratch, JavaScript, and Java. If you're curious and ready to embark on this solo coding journey with me, check out the different versions in my repository PongCraft. Each language brings its unique flavor to the game, allowing me to unravel the mysteries of code one paddle swing at a time.

- [Python](/python/README.md): Implementations in Python.
- [MIT Scratch](/scratch/README.md): A fun version of the game made with MIT Scratch.
- [JavaScript](/javascript/README.md): Games developed in JavaScript.
- [C++](/cpp/README.md): C++ sandbox.
- [Lua](/lua/README.md): Lua implementations.
Curious about different languages? Check out [PongCraft](https://github.com/PongCraft) for alternative versions. No need for redundant invites – just dive in and paddle through the coding adventure.

## How to Play

Each folder contains the necessary files and instructions to run the corresponding version of the game. Follow the specific instructions in each folder to experience AlonePong in different programming languages.


## Contributions

Contributions are welcome! If you would like to add an implementation in another programming language or make improvements to one of the existing versions, feel free to create a pull request.


## License

This project is distributed under the MIT License. See the [LICENSE](/LICENSE) file for more details.


## Contact

If you have any questions or suggestions, please don't hesitate to contact me:
Enjoy the game and explore the different implementations of AlonePong in Pongtopia!

<div align="center">
<a href="https://rmottanet.github.io" style="text-decoration: none; display: inline-block;" target="_blank">
<img src="https://lh3.googleusercontent.com/pw/AIL4fc-GKltn-YQPXM7RvonwFDRLANRGHqfQ6QVDH5xx3rQ9wtEgZ4YROkFcPvAQ_PXSQ36_oQFy06bT5McdzBj3I_L5RGEoqRl90D97PhSamid8eoVghrkbtq8FMmiRqEt7rO-2TXh7c1vVEOlW9jpaRmI=s128-p" width="3%" height="3%">
</a>&nbsp;
<a href="https://instagram.com/rmottanet" style="text-decoration: none; display: inline-block;" target="_blank">
<img src="https://lh3.googleusercontent.com/pw/AIL4fc9a9B881NFIViEyYjKoXPJV-X3swvp8qxugSnhJ5CBteHUqs06cGcqi5GgCruYfWo333TN3oNxFA_K3GgjqjGrg-XPQFPPmr2_Ih1DVyq45-Gd1lpWKLKvd67r_-u0lFP0gyrEUiGDaG1ouFXjZtH4=s64-p" width="3%" height="3%">
</a>&nbsp;
<a href="https://www.facebook.com/rmotta.net/" style="text-decoration: none; display: inline-block;" target="_blank">
<img src="https://lh3.googleusercontent.com/pw/AIL4fc98kQUNDZaoBwN-ss2_VEpIQq88Dy29jPXDWd_G9Rj5QR7BQXVOizsk4f5PS7-X5eFmcGPOQPNk2UuXUUK8sRRJ3TDdsq8IzNt2TyoDhmiUn3RMg5cvXraEyvMCDwveR5sx7M4XViMSIwwXSeqH0MI=s64-p" width="3%" height="3%">
</a>&nbsp;
<a href="https://twitter.com/rmotta_" style="text-decoration: none; display: inline-block;" target="_blank">
<img src="https://lh3.googleusercontent.com/pw/AIL4fc-jw67oZFjYtDrBYGO399FM2BzYI8twbvmuVSCWfcE8zAQUXVWp1wWgLOUGFdrJOEOg3A0e2TAjLzvzonc5omDDtCAGug6b7iQY7L62TOviUxDRinkRggRsNoRK4NODyjVRDql_M7W1Z08gccIERTc=s64-p" width="3%" height="3%">
</a>&nbsp;
<a href="https://www.youtube.com/@rmottanet" style="text-decoration: none; display: inline-block;" target="_blank">
<img src="https://lh3.googleusercontent.com/pw/AIL4fc_xCxM-el9GMij1H09C5bSDc1fm4uDO_-HvGB05QNY6KKh-k-r2EeKMcr8BdV27yRDXfW_msaBBts3dTSwkgbJRMIxf6pkCW171FKM7TIV28pcwipl5zy14aKVoNI4jCHfEiYv8GUzYyPdKg3OKMQ0=s64-p" width="3%" height="3%">
</a>&nbsp;
<a href="https://www.linkedin.com/in/rmottanet" style="text-decoration: none; display: inline-block;" target="_blank">
<img src="https://lh3.googleusercontent.com/pw/AIL4fc9Wqzuh7d7Ry6Al-CsK-xRjYfLNsMsVBl4z5IA_vUevma3DmvKpeHcbBOSVAzjuMa58d1Nt9JMha7NAerAhsQ8MP1Rny5AbP4VuEa05ehh79xMdWTd115P53BxQhxmKauwSWeWjvqYHF4Zzvv7BVpA=s64-p" width="3%" height="3%">
</a>&nbsp;
</div>
Legal Stuff – Legalities are covered under the MIT License. Refer to the documentation for details.

Got questions or suggestions? Let's chat. Explore Pong across diverse languages in the [PongCraft](https://github.com/PongCraft) domain.
47 changes: 0 additions & 47 deletions cpp/README.md

This file was deleted.

98 changes: 0 additions & 98 deletions cpp/alone_pong.cpp

This file was deleted.

137 changes: 0 additions & 137 deletions cpp/pong.cpp

This file was deleted.

29 changes: 0 additions & 29 deletions lua/README.md

This file was deleted.

Loading

0 comments on commit 9381d93

Please sign in to comment.