Skip to content

Latest commit

 

History

119 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lepong

A bare bones Pong clone made for Windows from scratch.

Press Space to play! The left paddle is controlled with w and s and the right paddle with the up and down arrows.

Gameplay screenshot.

Building

The following PowerShell code typically does the job. Or you can use the CMake GUI.

mkdir build
cd build
cmake ../

Coding Style

When I started this project, I didn't really know what its coding style would be. Right now it's pretty much a C interface with a C++ implementation and a few C++ wrappers.

The big thing with this C-ish design is that initialization and cleanup has to be done manually for every resource. The major advantage is having full control over how data is managed, however it gets very tedious at times.

About

Pong made from scratch for Windows.

Resources

Stars

9 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages