games50 / pong

Atari's 1972 classic, implemented in Lua with LÖVE
835 stars 1.13k forks source link

Updated push library in pong-1 #42

Closed vidu120 closed 4 years ago

vidu120 commented 4 years ago

The old push library was not able to run through the latest version of love2D , so i updated the push library from the source.. The library started working after i updated it.. You can see if further edit is needed..

ask4amit commented 4 years ago

👎 This PR is not complete. It is giving just a white screen for pong-2 onwards with Love@11.3 on Mac

Probably needs more changes such as in https://github.com/games50/pong/pull/34/files

vidu120 commented 4 years ago

👎 This PR is not complete. It is giving just a white screen for pong-2 onwards with Love@11.3 on Mac

Probably needs more changes such as in https://github.com/games50/pong/pull/34/files

vidu120 commented 4 years ago

The bug was in love.draw function in the main file ,you can look into it and try running it now.. I think it will work now..