Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Pong

GitHub repo Language C# Target Framework Build Discord License

You can play this game in your browser:
Play Now
Hosted On GitHub Pages

Pong is a game where you try to prevent a ball from getting past you. You may only move your paddle vertically. The first player to score 3 points wins.

                  ^               
                 / \              
 █              /   \             
 █             /     \            
 █#           /       \           
 █ \         /         O        █ 
    \       /                   █ 
     \     /                    █ 
      \   /                     █ 
       \ /                        
        V                         

Input

  • , : move your paddle (left)
  • escape: exit game

resizing the console window will cause the game to close

Downloads

win-x64

linux-x64

osx-x64