Skip to content

edoren/Pong2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong2.0

Play Instructions

Ubuntu Users

  1. Download Love2D from the Love 2D Official Website.
  2. Clone the repository.
    git clone git://github.com/edoren/Pong2.0.git ~/Pong2.0
  3. Use love to open the Pong2.0 folder.
    love ~/Pong2.0
  4. Enjoy It.

Mac OS X Users

The easiest way to run the game is to drag the repository folder onto the Love.app application bundle or:

  1. Download Love2D from the Love 2D Official Website.
  2. Clone the repository.
    git clone git://github.com/edoren/Pong2.0.git ~/Pong2.0
  3. Then you can follow the Mac OS X Instructions.
  4. Enjoy It.

Windows Users

The easiest way to run the game is to drag the repository folder onto love.exe application or:

  1. Download Love2D from the Love 2D Official Website.
  2. Add love.exe to your Windows PATH variables.
    setx PATH "%PATH%;C:\Program Files (x86)\LOVE"
  3. Clone the repository. Clone in Windows using GitHub for Windows
  4. In a CMD type.
    love "Path To Game Repository"
  5. Enjoy It.

About

Pong clone made in Love2D

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages