/pong2

Welcome to the Pong with LWJGL 3 and NanoVG repository! This project was developed by Me during my free time as a personal endeavor to explore game development using LWJGL 3 and NanoVG.

Primary LanguageJava

Description:

Pong with LWJGL 3 and NanoVG is a recreation of the classic arcade game Pong, built using LWJGL 3 (Lightweight Java Game Library) and NanoVG (Nano Vector Graphics). The goal of this project is to provide a visually appealing and enjoyable gaming experience while exploring the capabilities of LWJGL 3 and NanoVG.

Suggest

We invite you to try out the Pong game developed with LWJGL 3 and NanoVG and experience all of its exciting features firsthand! Immerse yourself in the classic gameplay, challenge your friends, and relive the nostalgia of Pong.

Get ready for an engaging gameplay experience, press "P" to unleash the magic.

Screenshots

image image image image image image

If database is OFF

image image

Set database

To set up your database, you will require a MariaDB SQL server hosted locally on port 3306. The server should be accessed with the username "root" and password "123". The table within the database should be named "Users," and it should consist of the following columns: session_id (varchar(255)), username (varchar(255)), and highest_scores (varchar(255)). By configuring your database as described, the Pong2 game will be able to connect to it effortlessly. However, if you wish to make modifications, please refer to the PongServer code and make changes only if you possess a good understanding of how SQL queries work.

Key Features:

  1. Built using LWJGL 3 and NanoVG for efficient and cross-platform game development.
  2. Scoring system and winning condition to determine the game's outcome.
  3. Intuitive user interface with menu screens, in-game scoreboard, and game over screen.

Contributions, bug reports, and feature suggestions are highly appreciated. Whether you are a beginner eager to learn game development or an experienced developer seeking inspiration, we encourage collaboration and community involvement. Let's build upon this project together, creating an active and supportive community of game developers.

Thank you for visiting this repository, and we hope you find it informative and enjoyable. Happy coding and gaming!