https://github.com/agnivchtj/jpacman
Implemented the classic arcade game with player statistics, leaderboard feature and unique gameplay elements
https://github.com/agnivchtj/jpacman
gradle java java-awt java-swing javafx junit mvc-architecture pacman
Last synced: 3 months ago
JSON representation
Implemented the classic arcade game with player statistics, leaderboard feature and unique gameplay elements
- Host: GitHub
- URL: https://github.com/agnivchtj/jpacman
- Owner: agnivchtj
- Created: 2020-02-03T00:14:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-03T00:41:42.000Z (over 5 years ago)
- Last Synced: 2025-01-22T05:43:14.132Z (4 months ago)
- Topics: gradle, java, java-awt, java-swing, javafx, junit, mvc-architecture, pacman
- Language: Java
- Homepage:
- Size: 434 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pacman
## Getting Started
IntelliJ
1. Git clone the project
2. Open IntelliJ and create new project "from existing sources"
3. Select 'Gradle' in the following screen as external model, and click 'Next'
4. In the next screen, optionally adjust the Gradle options and click 'Finish'## Objective
- What was the learning outcome?
1. The goal is to apply my prior experience in building software applications to this task of developing the Pacman game in Java.
2. I seek to learn more about methods used in software engineering and apply certain design & architectural patterns to my code.- When will you have succeeded in achieving this goal?
I will succeed in achieving the goal within a period of 2 months, with 2-week sprints helping us track our progress throughout the undertaking of the project.