Skip to content

Pong game written in Cpp2 (C++ syntax 2; Cppfront) with SFML

Notifications You must be signed in to change notification settings

mrizaln/pong-cpp2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pong-cpp2

A bare bone implementation of Pong game written in Cpp2 (Cppfront) with SFML

out

Dependencies

  • C++20 capable compilers
  • CMake 3.23+
  • Conan 2

Building

conan install . --build missing -s build_type=Release
cmake --preset conan-release                              # use conan-default for windows
cmake --build --preset conan-release

Controls

Key Action
space Start the game
q Quit the game
r Reset the game
w Move left paddle up
s Move left paddle down
arrow up Move right paddle up
arrow down Move right paddle down

About

Pong game written in Cpp2 (C++ syntax 2; Cppfront) with SFML

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published