Page 1 of 1

RADIAL PONG [V.1]

Posted: Tue May 16, 2017 7:15 pm
by Ducktor Cid
My second (released) game for Love2D.

A simple radial pong game. Any criticism is greatly appreciated! (Even if it's to do with the code itself)

I may add sound effects later.

Re: RADIAL PONG [V.1]

Posted: Tue May 16, 2017 8:27 pm
by zorg
Apart from you calling setMode somewhere after the window was created, which results in the window flickering at startup, it's nice.
I'd get rid of the initial window creation though... you probably have a conf.lua, maybe set t.window to false there, instead of it being a table, and then only create the window within your code, wherever you do.

Re: RADIAL PONG [V.1]

Posted: Sat May 20, 2017 10:58 pm
by MrLW
I got 62 points on my first play, never thought anything like this radial pong mechanics!
As I've played using trackpad instead a mouse, I felt like this idea will also work nicely on handheld devices.
But if you're a cheater (like me), this pause button makes the game's difficult to almost non existent :crazy:

Re: RADIAL PONG [V.1]

Posted: Sun May 21, 2017 12:13 pm
by ken.athomos
Dude kudos to you!

This is a simple yet REALLY fun game :D