A pong clone, but with a twist!
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Madiwka3 83599fecf1 0.8 Bugfix 1 há 4 anos
audio 0.7.9 Definitive há 4 anos
img 0.8 Galaxy Preliminary Update há 4 anos
server C há 4 anos
src 0.8 Bugfix 1 há 4 anos
.gitignore 0.7.1 Added hit animations há 4 anos
Madi.png changed intro and main menu há 4 anos
TSerial.lua 0.8 Bugfix 1 há 4 anos
animator.lua 0.8 Galaxy Preliminary Update há 4 anos
button.lua Added button animations há 4 anos
buttonManager.lua First commit há 4 anos
class.lua First commit há 4 anos
config.lua First commit há 4 anos
debuggame.sh Fixed bugs on Windows and made AI smarter há 4 anos
eball.lua 0.8 Galaxy Preliminary Update há 4 anos
explosion.lua Framerate limited há 4 anos
font.ttf Improved life for me and other coders há 4 anos
fullScreener.lua 0.7.9 update há 4 anos
gifload.lua 0.8 Galaxy Preliminary Update há 4 anos
main.lua 0.8 Bugfix 1 há 4 anos
main2.lua New há 4 anos
mainMenu.lua 0.8 Galaxy Preliminary Update há 4 anos
mmm.jpg First commit há 4 anos
music.lua 0.7.9 Definitive há 4 anos
paddle.lua changed intro and main menu há 4 anos
push.lua First commit há 4 anos
readme.md 0.7.9 Definitive há 4 anos
roadmap 0.7.2 Update há 4 anos
save.lua First commit há 4 anos
ser.lua First commit há 4 anos
ship.lua 0.8 Bugfix 1 há 4 anos
simpleScale.lua First commit há 4 anos
superPowerControl.lua 0.8 Bugfix 1 há 4 anos
tick.lua 0.8 Bugfix 1 há 4 anos
win.wav 0.8 Bugfix 1 há 4 anos

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.9 is here! Changelog:

  • Added pause menu (hit escape on PC and hit the H button on Android.
  • Added win and lose animations
  • Fixed musical bugs
  • Fixed multiplayer second player lag that came with 0.7.8
  • Fixed touch controls on android: controls are no longer dependant on the screen ratio
  • Added different tracks for when you are losing or winning (singleplayer/online only)