Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Madiwka3 2671881800 lowcpu notification il y a 3 ans
audio 0.7.9 Definitive il y a 3 ans
img Real 0.8 il y a 3 ans
server Real 0.8 il y a 3 ans
src lowcpu mode added il y a 3 ans
.gitignore 0.7.1 Added hit animations il y a 3 ans
Madi.png changed intro and main menu il y a 3 ans
TSerial.lua 0.8 Bugfix 1 il y a 3 ans
animator.lua 0.8 Galaxy Preliminary Update il y a 3 ans
button.lua Real 0.8 il y a 3 ans
class.lua First commit il y a 3 ans
config.lua First commit il y a 3 ans
debuggame.sh Fixed bugs on Windows and made AI smarter il y a 3 ans
eball.lua 0.8 Galaxy Preliminary Update il y a 3 ans
explosion.lua Framerate limited il y a 3 ans
font.ttf Improved life for me and other coders il y a 3 ans
fullScreener.lua 0.7.9 update il y a 3 ans
main.lua lowcpu notification il y a 3 ans
mainMenu.lua lowcpu notification il y a 3 ans
music.lua 0.7.9 Definitive il y a 3 ans
paddle.lua changed intro and main menu il y a 3 ans
push.lua First commit il y a 3 ans
readme.md lowcpu mode added il y a 3 ans
roadmap 0.7.2 Update il y a 3 ans
save.lua lowcpu mode added il y a 3 ans
ser.lua First commit il y a 3 ans
simpleScale.lua First commit il y a 3 ans
superPowerControl.lua 0.8 Bugfix 1 il y a 3 ans
tick.lua 0.8 Bugfix 1 il y a 3 ans
win.wav 0.8 Bugfix 1 il y a 3 ans

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

  • Changed the background. Fancy.
  • Fixed button text alignment
  • Fixed button animations
  • Fixed demo and editor not working together
  • Removed a lot of clutter
  • Added LowPOWER mode to improve FPS on low-end devices
ToDo:
  • Fix very annoying error with the Editor saving on Linux