Skip to content

LuizH-Queiroz/Pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong

This is a simple Pong game made in C with Raylib, where two players must play agains each other (not possible to play against the computer).

The game uses Finite State Machine with three states:

  • Serve: a player needs needs to press ENTER key to start playing;
  • Game: the actual gameplay;
  • End: congrats the winner and offers to restart the game.

Credits


Development:

Sounf Effects:


About the License

You are free to use, share, modify and build upon this project as long as you give credit to all of the authors listed in Credits section