Linux | OSX | Windows |
---|---|---|
O | O | O |
// Run the executable.
~/pipong $ posix_out/pipong
Double-click the executable file, or run it on the Command Prompt.
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 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
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.
// Go to Pipong directory.
~ $ cd ~/pipong
// Download the latest code.
~/pipong $ git pull
// Run Make.
~/pipong $ make
On Visual Studio's default screen, you can see the Team Explorer screen. Pull the latest code with it.
This project is distributed with MIT License.