Skip to content
This repository has been archived by the owner on Feb 18, 2019. It is now read-only.

lcombs15/Hydra-Battle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hydra-Battle

This is a project I worked on in CSC364 (Data Structures & Algorithms). It works with Java generics, cloanable, JavaFX, and much more to create the Hydra Battle!

The goal of the game is to defeat the hydra!

The Logic

  • If a head has no children, it can be chopped.
  • If a head has children, it cannot be chopped.
  • Any head chopped causes it's parent to duplicate itself and it's children (Minus head chopped) X times (X=2 by default)

About

(2016-2018) Project from Data Structures & Algorithms (CSC364)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages