Skip to content

A command line implementation of two player pong

License

Notifications You must be signed in to change notification settings

Oakamoore/cli-pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cli-pong

License Platform

Overview

A command line implementation of two player pong, built using WinAPI.

demo.mp4

Controls

Player controls are W, S, and I, K - this can be changed from within in config.h (must be an uppercase alphabetic character, or a valid virtual key code)

Installation

A C++20 compatible compiler is required for this program to function as expected

  1. Clone this project
git clone https://github.com/Oakamoore/cli-pong.git
  1. Step into the repository
cd cli-pong
  1. Build the project using CMake
# Configure the build
cmake -S . -B build

# Build project binaries 
cmake --build build

A build configuration (Debug, Release etc.) can also be specified.

Usage

Once the project is built, navigate to the newly created build directory cli-pong/build/, locate the executable and run the program using:

./cli-pong

About

A command line implementation of two player pong

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages