Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mysterycoder456/pongplusplus

Pong made in C++
https://github.com/mysterycoder456/pongplusplus

cplusplus cpp game glfw opengl pong xcode

Last synced: 19 days ago
JSON representation

Pong made in C++

Awesome Lists containing this project

README

        

# PongPlusPlus

Pong made in C++

## Running the game

You can run the game by downloading the Executables for your system from the `Releases` tab. Alternatively, you can also build from the Source Code.

### Windows

To build this project on Windows, you will require [Visual Studio](https://visualstudio.microsoft.com/) with the C++ Development Kit. After you have installed Visual Studio, install the GLFW library. [Here](https://subscription.packtpub.com/book/application_development/9781782169727/1/ch01lvl1sec13/installing-the-glfw-library-in-windows) is a great tutorial for installing it.

Then, download or Clone this repository onto your computer and follow the steps [here](https://docs.microsoft.com/en-us/visualstudio/cross-platform/import-an-xcode-project?view=vs-2019) to import the Xcode Project into Visual Studio.

After that, click `Run without Debugging` to run the game.

### MacOS

To build this project on MacOS, you will need to install Xcode from the Mac App Store. Then, install [Homebrew](https://brew.sh) to install glfw.

1. Run the command to install Homebrew in the Terminal App.
2. Then, enter `brew install glfw3`. This commands installs glfw3 onto your Mac.

After doing this, you can download or Clone this repository onto your Mac and open `PongPlusPlus.xcodeproj`.
Then, you can click run and the game will start.