Skip to content

Latest commit

 

History

History
65 lines (52 loc) · 1.48 KB

README.md

File metadata and controls

65 lines (52 loc) · 1.48 KB

Pipong

License

Support List

Linux OSX Windows
O O O

Usage

Command

Linux, OSX

// Run the executable.
~/pipong $ posix_out/pipong

Windows

Double-click the executable file, or run it on the Command Prompt.

Default Key

Description Default Key
Start s
Exit q
Move Player 1's Paddle Up e
Move Player 1's Paddle Down f
Move Player 2's Paddle Up o
Move Player 2's Paddle Down k

Download and Install

Linux, OSX

// Download Pipong code anywhere you want. It's an example for beginners.
~ $ git clone https://github.com/pauis/pipong.git

// Go to Pipong directory.
~ $ cd pipong

// Build executable using Make.
~/pipong $ make

Windows

First, you need the latest Visual Studio. You can download Visual Studio Community for limited purposes. After finishing the installation, click 'Open repository with...' and 'Visual Studio'. Use Control+F5 to build the app.

Update

Linux, OSX

// Go to Pipong directory.
~ $ cd ~/pipong

// Download the latest code.
~/pipong $ git pull

// Run Make.
~/pipong $ make

Windows

On Visual Studio's default screen, you can see the Team Explorer screen. Pull the latest code with it.

License

This project is distributed with MIT License.