From 446d0ede8ee28b94244da62479e516e507c00f10 Mon Sep 17 00:00:00 2001 From: dr20ervin Date: Wed, 20 May 2026 11:31:55 +0300 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4af9456..cab2d52 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ -# pong-reloaded \ No newline at end of file +# Pong Reloaded + +A classic arcade game rebuilt from the ground up using modern C++ and the Raylib library. + +**Features:** +* Clean, Object-Oriented entity architecture. +* Game state management (Main Menu, Gameplay, Game Over). +* A CPU AI opponent with adjustable difficulty levels (Easy, Normal, Hard). + +*This is a project developed for UTCN - ETTI Helios Additional_activity.* \ No newline at end of file