Skip to content

Kieran-De-Sousa/SFML-Pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SFML-Pong

Pong was my second delve into SFML, bringing along the challenge of having multiple game states, keyboard controls, two players and an AI system. This I found extremely engaging and enjoyable, trying to implement as many different features as possible to improve the game. This game worksheet project taught me much into AI systems, how to handle multiple players input's and possible interactions in different game states.

Features:

  • AI System
  • Physics
    • Bouncing
  • Multiple Game States
    • Main Menu
    • Game
    • Win/Loss
    • Pause
    • VS.P2/VS.AI
  • Scoring System
  • Keyboard Controls