|
1234567891011121314151617181920212223242526272829303132333435 |
- <h1>NuclearPong!</h1>
- Pong reimagined. Poorly reimagined.
-
- <h1 class = "text-center">The basics: </h1>
- <h3 class = "text-center">As easy as riding a bike</h3>
- <h5 class = "text-center">*if you can ride a bike</h5>
- <div class = "row padding">
- <div class = "col-sm-6">
- <h3>Default controls for player 1: </h3>
- <ul>
- <li><b>[A] for up</b></li>
- <li><b>[Z] for down</b></li>
- <li><b>[S] while your counter says [S] and is white for a strong attack</b></li>
- <li><b>[S] while your counter says [S] and is red to drop a NUKE</b></li>
- <li><b>[X] while your counter says [X] to slow down time</b></li>
- </ul>
- <h3>Default controls for player 2: </h3>
- <ul>
- <li><b>[;] for up</b></li>
- <li><b>[.] for down</b></li>
- <li><b>[L] while your counter says [L] and is white for a strong attack</b></li>
- <li><b>[L] while your counter says [L] and is red to drop a NUKE</b></li>
- <li><b>[,] while your counter says [,] to slow down time</b></li>
- </ul>
- </div>
- </div>
-
- # Playing
- To play the game on Linux, just launch the ./debuggame.sh and enjoy the game!
- To play on Linux like a normie, you can <a href = "https://madi-wka.club/NuclearPongLinux.tar.gz">Download</a> the latest release (may be outdated compared to the source version)
- To play on Windows, download and install <a href = "https://love2d.org">Love</a>, then, ZIP the entire game, rename it to game.love, and run it with LOVE.
- To play an old, outdated EXE version on Windows, head to <a href = "https://madi-wka.club/Downloads.php">my website</a>, and download the old, outdated game.
-
- # Changes
- <p>0.7.6 is here! With this update, I improved the AI, allowing it to follow 2 balls at the same time! I also added "Smart" difficulty, where the AI uses physics and math to pre-calculate where the ball is going to land. Alpha-testing of the Online gameplay is now here, although its stupid and doesnt work. </p>
|