Skip to content

A remake of pong written in pure C with the raylib library.

Notifications You must be signed in to change notification settings

ArtiN4N/classic_pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

classic_pong

Made by ArtiN4N

classic_pong is a practice project meant to emulate the classic game, pong, and nothing more.


Installation

Go to release v1.1 and install the zip file for your OS (GNU Linux or Windows).


On GNU Linux

Download classic_pong_linux.zip into your directory of choice. Extract its contents using your file manager or with

unzip classic_pong_linux.zip

Then run the exectuable found at classic_pong_linux/classic_pong_linux. Running the executable from terminal probably wont load any sound effects.

classic_pong is confirmed to work on Debian-based systems.


On Windows

Download classic_pong_windows.zip into your directory of choice. Extract its contents using some kind of UNZIP tool. Id reccomend 7ZIP.

Double click classic_pong_windows/classic_pong_windows.exe to start the game.


On macOS

There's no official release for macOS systems. Look into wine to run the windows exe on macOS.


Timeline

Started 26/02/2023

Finished 27/02/2023

v1.0 released 05/03/2023

v1.1 released 07/03/2023