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.
Madiwka3 6a34b44a7e Merge branch 'master' of https://git.madi-wka.club/Madiwka/NuclearPong into master преди 3 години
audio 0.7.2 Update преди 4 години
server C преди 3 години
src 0.7.9 update преди 3 години
.gitignore 0.7.1 Added hit animations преди 4 години
Madi.png changed intro and main menu преди 3 години
TSerial.lua First commit преди 4 години
animator.lua 0.7.9 update преди 3 години
buttonManager.lua First commit преди 4 години
class.lua First commit преди 4 години
config.lua First commit преди 4 години
debuggame.sh Fixed bugs on Windows and made AI smarter преди 3 години
eball.lua changed intro and main menu преди 3 години
font.ttf Improved life for me and other coders преди 4 години
fullScreener.lua 0.7.9 update преди 3 години
main.lua 0.7.9 update преди 3 години
main2.lua New преди 3 години
mainMenu.lua 0.7.9 update преди 3 години
mmm.jpg First commit преди 4 години
music.lua 0.7.9 update преди 3 години
paddle.lua changed intro and main menu преди 3 години
push.lua First commit преди 4 години
readme.md readme update преди 3 години
roadmap 0.7.2 Update преди 4 години
save.lua First commit преди 4 години
ser.lua First commit преди 4 години
simpleScale.lua First commit преди 4 години
superPowerControl.lua First commit преди 4 години
win.wav First commit преди 4 години

readme.md

About

This is a normal pong clone, wuth a couple interesting tweaks.

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 Download 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

0.7.8 is here! With this new update, a ton of graphical bugs are fixed, and the menu has been revamped! The android version got a treat as well: the controls are now not just two buttons on each side of the screen, but they instead track your finger and try to place the paddle under it!