Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suriyaavijay/learn-with-pacman
Learn With Pac-Man game created using java-awt-swing and oracle jdbc with different levels and directed towards kids
https://github.com/suriyaavijay/learn-with-pacman
awt desktop-application game java java-awt-swing java-swing-applications jdbc pacman-game swing
Last synced: about 2 months ago
JSON representation
Learn With Pac-Man game created using java-awt-swing and oracle jdbc with different levels and directed towards kids
- Host: GitHub
- URL: https://github.com/suriyaavijay/learn-with-pacman
- Owner: SuriyaaVijay
- License: mit
- Created: 2023-01-11T10:52:43.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-07T14:39:43.000Z (10 months ago)
- Last Synced: 2024-04-07T15:37:48.137Z (10 months ago)
- Topics: awt, desktop-application, game, java, java-awt-swing, java-swing-applications, jdbc, pacman-game, swing
- Homepage:
- Size: 1.82 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# LEARN-WITH-PACMAN
## Mail to : [[email protected]](mailto:[email protected]) for access to Full Project Report and Full Project Code.[![License MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
"Learn with Pac-Man" is an action maze chase video game; the player controls the eponymous Pac-Man character through an enclosed maze.
The objective of the game is to eat all of the HEALTHY FRUITS placed in the maze while avoiding JUNK FOODS — Cola, Pizza, Burger — that pursue Pac-Man. When Pac-Man eats all of the fruits, the player wins the level.
Levels can be chosen from the Menu screen.
Modern Render to this Classic gameEach level provides 3 lives for Pac-Man. If Pac-Man is caught by a Junk Food, he will lose a life; the game ends when all lives are lost.
## Thank You!
Please ⭐️ this repo and share it with others### Screenshots
Game Board | Home Page
:------------------:|:-------------------
![Game - screenshot](Screenshots/Level3.png) | ![Home - screenshot](Screenshots/Home.png)### Requirements 🔧
* Java version 8 or higher.
* ojdbc8.jar
* OracleXE 10g### Installation 🔌
1. Press the **Fork** button (top right the page) to save copy of this project on your account.2. Download the repository files (project) from the download section or clone this project by typing in the bash the following command:
git clone https://github.com/SuriyaaVijay/LEARN-WITH-PACMAN-JAVA.git
3. Imported it in Intellij IDEA or any other Java IDE.
4. Configure Oracle Database username, password and version.
5. Create a table [create table Leaderboard (Sno int(5), Score int(4), Data varchar(25))];
6. Run the application :D### Maze Design
Numbers make up the maze. Number 1 is a left corner. Numbers 2, 4 and 8 represent top, right, and bottom corners respectively. Number 16 is a point. These numbers can be added, for example number 19 in the upper left corner means that the square will have top and left borders and a point (16 + 2 + 1).### Contributing 💡
If you want to contribute to this project and make it better with new ideas, your pull request is very welcomed.
If you find any issue just put it in the repository issue section, thank you.