Browse Source

fixed readme

tags/crossplatform
Madiwka 3 years ago
parent
commit
860dbb9762
1 changed files with 16 additions and 30 deletions
  1. +16
    -30
      readme.md

+ 16
- 30
readme.md View File

@@ -1,35 +1,21 @@
<h1>NuclearPong!</h1>
Pong reimagined. Poorly reimagined.
# About
This is a normal pong clone, wuth a couple interesting tweaks.

<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>
# Tweaks
Added NuclearScore. NuclearScore gets increased when you succesfully deflect a ball, +10 by default, but, if the ball was striked, it instead increases geometrically.
Added "strike abilities", which allow you to speed up the ball depending on how much NuclearScore you have gathered. After the ball has been striked, it speeds up every time it's hit until someone misses! (press S when available)
Added time slowdowns. If you have 140 NuclearScore, and the ball is moving in your direction on your half of the field, you can slow down time in order to give yourself breathing room to hit the ball. Slowing down time gradually decrases your NuclearScore. (press X when available)
Added NUKES. When your counter is RED, you can press your (S) or any key that you have set to turn your ball into a NUKE. It changes the field, an makes the ball go ultra-fast.
Added balancing. Losing by a huge margin? Don't worry, your opponent will get debuffs, and you will get buffs until the score is equalized.
Added Editor. You can make your own Pong maps!

The default controls are [A]/[Z] - UP/DOWN, [S]/[X] - Special/Time (for player 1), [;]/[.] - UP/DOWN, [L]/[,] - Special/Time (for player 2)

What are you waiting for? Go ahead and play the game, it's free!

# 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.

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), or you can download the LOVE file from the releases tab.
To play on Windows, download a Windows executable from the releases tab!
# Changes
<p>0.7.7 is here! Wiht this uodate, Online mode FINALLY, FINALLY WORKS! The default IP is my server, but you can launch the server from anywhere! The code for the server is under the server/ directory. The client is kind of laggy, though. I am trying my best to fix the issue. </p>
<p>0.7.7 is here! Wiht this update, online mode is improved! The default IP is my server, but you can launch the server from anywhere! The code for the server is <a href = "https://git.madi-wka.club/Madiwka/NuclearServer">here</a>, and you can launch it from anywhere!. </p>

Loading…
Cancel
Save