Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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++
- Host: GitHub
- URL: https://github.com/mysterycoder456/pongplusplus
- Owner: MysteryCoder456
- Created: 2019-11-08T12:26:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-02T15:02:06.000Z (almost 5 years ago)
- Last Synced: 2024-11-11T03:37:40.225Z (about 2 months ago)
- Topics: cplusplus, cpp, game, glfw, opengl, pong, xcode
- Language: C++
- Size: 195 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.