This is a simple Pac-Man game implemented in Python using tkinter for the graphical interface.
## Features- Pac-Man movement with animations - Ghost movements with animations - Food, power pellets, cherries, and portals - High score system
Link: github.com/itsrealsumit007/pacman
Developed a simple memory matching game written in C where the player has to match pairs of cards. The game includes different difficulty levels, a timed challenge mode, a leaderboard, and game statistics.
Repo Link: github.com/itsrealsumit007/card
Made a simple Pong game implemented in C using SDL2 library. The game features two paddles, a ball, and power-ups that affect gameplay dynamics.
Link : github.com/itsrealsumit007/game
"Guess the Number" is a command-line game written in C. The game challenges players to guess a randomly selected number within a specified range and limited number of attempts based on the selected difficulty level. It also features a leaderboard to keep track of top scores for each difficulty level and provides a performance summary at the end of the session.
Repo Link : github.com/itsrealsumit007/guess_number
Made a simple console-based Tic Tac Toe game implemented in C. The game supports two players mode and also includes an AI opponent with two difficulty levels: Easy and Hard.
Repo Link : github.com/itsrealsumit007/Tic-Tac-Toe
github.com/itsrealsumit007/rpg
Overview
"Heroes of Java" is a turn-based RPG game where players control a hero on a quest to defeat monsters and save the kingdom. The game features include character management, quests, combat, and more.
Current State
The GameUI class is a central part of the game's user interface. However, due to ongoing development, it do not currently work as expected or integrate fully with other game components