Skip to content

BricksAndPieces/HungerGamesSimulation

Repository files navigation

HungerGamesSimulation

This is a hungergames.simulation created in java of the Hunger Games in the popular series by Suzanne Collins
Based of BrantSteele's Hunger Games Simulator

Feel free to contribute if you notice any bugs or want to help this project grow!

Usage

// Create as many Tribute objects as needed
Tribute tribute = new Tribute("NAME", new BufferedImage("IMAGE"));

// create a hunger games object using the builder

HungerGamesBuilder hgb = new HungerGamesBuilder()
  .addTribute(tribute);
  
HungerGames hg = hgb.build();

while(hg.getWinner() == null) {
  System.out.println(hg.nextEvent().getText())
}

// More code docs here once project finished

About

A simulation created in java based of the popular Hunger Games series by Suzanne Collins

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages