Skip to content
This repository was archived by the owner on Apr 11, 2023. It is now read-only.

cos-glitch/Cat-Quest

 
 

Repository files navigation

JewelChase230

We created this project for our Software Engineering course at Swansea University.
In the course we were tasked with creating a JavaFX jewel chase styled game based on a functional specification given to us.
First part of the project was designing the game and creating UML diagrams which were then implemented in this part.

Description

A mini jewel chase version with cats in a pub.

Features:

  • Game Play with 7 levels of increasing difficulty
  • High score tables with top 10 scorers for each level
  • Create and delete profiles
  • Saves high scores and highest level played

Technologies

This project was created using:

  • Java 17
  • JavaFX 17.2

Compile

Once downloaded and opened run the class called Main to start the game.
Once in the main menu, click start to create a profile and start a level.

Images

java_ehXdDwo20P java_eL0ViOyOuh java_RTJqTfzxeo java_bt9AJoq2Av java_SY3qLQxj9i java_92RfSB6VkT

Game Play

As cat in a pub your goal is to collect all the loot (Coins, bag of coins, beer, cocktail and clocks) and get to the door before the timer runs out or the smart thief (Animal control) gets there.

There are three types of NPC's:

  • Flying Assasin/Mouse in an airplane:
    • Kills the player if they cross paths
    • Does not interact with loot
  • Floor following thief/Dog:
    • Follows a certain coloured tiles in clockwise pattern
    • Interacts with loot
    • Does not kill the player
  • Smart Thief/Animal control:
    • Takes the shortest path to the nearest loot
    • Once all loot is collected it takes the shortest path to the exit
    • Does not kil the player but if it reaches the exit befor ethe player then the player loses


To unlock the door all loot needs to be picked up and all gates need to be opened.
Each loot type gives a different amount of extra points which are directly added to the players score.

Authors:

Daniel Clark
Will Kaye
Kellie Robinson
Caroline Segestaal
Adam Smith
Ben Stott
Scott Williams

About

A recreation of the 1997 'Jewel Chase' game. With a cat theme.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%