Skip to content
/ pong Public

Remake of Retro-Pong in C with SFML Library.

Notifications You must be signed in to change notification settings

abidh8820/pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pong

Trash project using smfl

Requirements

SFML library

For Arch linux

pacman -S sfml csfml

Installation

g++ -c main.cpp
g++ main.o -o pong -lsfml-graphics -lsfml-window -lsfml-system
./pong

Also you can build and run using

sh srun.sh

About

Remake of Retro-Pong in C with SFML Library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published