- Download Love2D from the Love 2D Official Website.
- Clone the repository.
git clone git://github.com/edoren/Pong2.0.git ~/Pong2.0
- Use love to open the Pong2.0 folder.
love ~/Pong2.0
- Enjoy It.
The easiest way to run the game is to drag the repository folder onto the Love.app application bundle or:
- Download Love2D from the Love 2D Official Website.
- Clone the repository.
git clone git://github.com/edoren/Pong2.0.git ~/Pong2.0
- Then you can follow the Mac OS X Instructions.
- Enjoy It.
The easiest way to run the game is to drag the repository folder onto love.exe application or:
- Download Love2D from the Love 2D Official Website.
- Add love.exe to your Windows PATH variables.
setx PATH "%PATH%;C:\Program Files (x86)\LOVE"
- Clone the repository. Clone in Windows using GitHub for Windows
- In a CMD type.
love "Path To Game Repository"
- Enjoy It.