You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

readme.md 2.1 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
123456789101112131415161718192021222324252627282930313233343536373839
  1. # About
  2. This is a normal pong clone, wuth a couple interesting tweaks.
  3. # Tweaks
  4. Added NuclearScore. NuclearScore gets increased when you succesfully deflect a ball, +10 by default, but, if the ball was striked, it instead increases geometrically.
  5. 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)
  6. 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)
  7. 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.
  8. 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.
  9. Added Editor. You can make your own Pong maps!
  10. The default controls are [A]/[Z] - UP/DOWN, [S]/[X] - Special/Time (for player 1), [;]/[.] - UP/DOWN, [L]/[,] - Special/Time (for player 2)
  11. What are you waiting for? Go ahead and play the game, it's free!
  12. # Playing
  13. To play the game on Linux, just launch the ./debuggame.sh and enjoy the game!
  14. 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.
  15. To play on Windows, download a Windows executable from the releases tab!
  16. # Changes
  17. <p>0.9 is here! Changelog:
  18. <ul>
  19. <li>Changed the background. Fancy.</li>
  20. <li>Fixed button text alignment</li>
  21. <li>Fixed button animations</li>
  22. <li>Fixed demo and editor not working together</li>
  23. <li>Removed a lot of clutter</li>
  24. <li>Added LowPOWER mode to improve FPS on low-end devices</li>
  25. </ul>
  26. ToDo:
  27. <ul>
  28. <li>Fix very annoying error with the Editor saving on Linux</li>
  29. </ul>
  30. </p>