Skip to content

Latest commit

 

History

History
110 lines (71 loc) · 2 KB

File metadata and controls

110 lines (71 loc) · 2 KB

Tetris Game – JavaFX Edition

A group project for Object-Oriented Software Development 2006ICT / 2805ICT / 3815ICT

Developed using Java and JavaFX


Table of Contents

  1. Project Overview

  2. Feature

  3. Getting Start

    3.1 Prerequisites
    3.2 Clone the Repository
    3.3 Run the Project
    3.4 Build and Run the Project

  4. Project Structure

  5. Development Environment

  6. Contributing

  7. Group Member

  8. Screenshots

  9. License

  10. Acknowledgments


Project Overview

This project is a classic Tetris game clone developed as part of our group assessment.


Feature

  • First Feature
  • Second Feature
  • Third Feature

Getting Started

Prerequisites

  • Java 21 or higher (maybe able to run on a lower version)
  • JavaFX SDK

Clone the Repository

git clone https://github.com/silentlie/Tetris.git
cd Tetris

Run the Project

.\mvnw clean javafx:run

Build and Run the Project

.\mvnw clean javafx:jlink
.\target\Tetris\bin\Tetris

Project Structure


Development Environment

To ensure consistency across contributors, follow our IDE Setup Guide for IntelliJ IDEA.

Contributing

Before you start, please review our Workflow Guide to understand our branching strategy and development process.


Group Member

Name Student ID Role
Linh Tuan Nguyen S5452023
Leyna Mary Joseph S5326391
Sayona Anna Sunil S5323993
Hamza Amer S2944984
Oscar Dennis S5080470

Screenshots


License

This project is for educational purposes only.


Acknowledgments