Skip to content

BKTB888/LifeSim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LifeSim

This is a simple life simulator game, where each character has a specific set of actions that can happen to them, which they choose from. The game also has events, which can happen with a given probability.

OOP

I aim to be as object oriented as this simple project demands, and I aimed it to be very extensible, and it is. Actions, StatTypes, Characters, Player types and almost everything else can be easily extended. I designed the game so that it is truly a simulation and every charachter is equal, no matter player or robot.

UI

The UI uses MVC architecture with java swing, and is completly independent of the model.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages