Skip to content
/ pacman Public

VinUniversity - COMP1020 - OOP & DS - Term Project

License

Notifications You must be signed in to change notification settings

khoa288/pacman

Repository files navigation

Term Project - Pacman Game

Test Build

Getting started

Prerequisite

  • Java >= 17

Contribute

This project was made with the Gradle Build Tool, which you can build with the follow command:

./gradlew build

...or on Windows with:

gradlew.bat build

When running build, Gradle will also runs spotlessCheck, which will run a check on the codebase for formatting. Therefore, you can also apply codebase format with:

./gradlew spotlessApply

Then, the project is ready to be run with:

./gradlew run

Notes

Please follow Conventional Commits specification while commit.

Project Overview

Architecture

Our game follows the Model-View-Controller architecture, and this is the UML Class Diagram for our project: Class Diagram

Demo

Demo Video

About

VinUniversity - COMP1020 - OOP & DS - Term Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages