Skip to content

BricksAndPieces/HungerGamesSimulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors

Languages