Skip to content
This repository was archived by the owner on Apr 26, 2026. It is now read-only.

Latest commit

 

History

History
34 lines (23 loc) · 521 Bytes

File metadata and controls

34 lines (23 loc) · 521 Bytes

Pong

Simple Pong game written in C++ using SFML, Crank and built bpt.

Content

Building

Perquisites

# Build using `gcc.yaml`
bpt build -t gcc.yaml -o build

Running

# Launch application
./build/bin/pong

License

This project is under the MIT License