Skip to content

ejo6/Assassins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Assassins

This small java project represents a lightweight manager for the popular water gun game "Assassins" often played in high schools and other social groups. I wanted to remake an older version with impoved efficiey and data structures, representing the core list as a custom doubly linked list which become a cyclical graph by linking the head and tail nodes. This improves on random target assignment because it prevents any smaller internal loops resulting in two players targeting each other. This is a WIP and I intend on adding better features and UI.

Please feel free to fork or add any ideas you want to see implemented.

*Note: this is built for Mac/Linux and the paths are not safe on Windows.

To run from root: mvn clean javafx:run

About

Lightweight Java application to manage popular Assassins game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages