Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

πŸ“  Fun game / simulator of printer (Java, JavaFX, design patterns)

License

Notifications You must be signed in to change notification settings

Ukasz09/Printer-Simulator-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“  Printer Simulator/Game License Contributions welcome Status


πŸ’» All resolutions support
πŸ”‰ Sounds and music

Gameplay


Screenshots

alt text alt text alt text

How to use it

If there is a problem with running, try to open it by console with command:

  • Windows
java -jar PrinterSimulator2.jar
  • Linux
java -jar PrinterSimulator2.jar

If you will see errors about not having error like this:

java.lang.NoClassDefFoundError: javafx/application/Application

it means that you don't have javafx libraries and you need to follow this steps:

  • Download javaFx libraries for linux javafx-oracle.com
  • Unpack files into your java library destination, for example: /usr/lib/jvm/java-14-oracle
  • Run script made by myself for you:
    • -d or --default flag: open with default java installation folder
    • -p=JAVA_PATH or --path=JAVA_PATH flag: open with custom java installation folder by JAVA_PATH

Example:

	./runGame.sh --default
	./runGame.sh -d
	./runGame.sh -p=/usr/lib/jvm/java-14-oracle
	./runGame.sh --path=/usr/lib/jvm/java-14-oracle

Game control

By mouse - intuitively, by clicking on individual elements

Software design stuff

Used Designs Patterns:

βœ… Builder
βœ… Singleton
βœ… Strategy
βœ… Decorator
βœ… Observer

Code overview:

βœ”οΈ 90 classes (including enums and interfaces)
βœ”οΈ over 4200 lines of code

Acknowledgements

Thanks to one of my teacher, who inspired me to this app


πŸ“« Contact

Created by

gajerski.lukasz@gmail.com - feel free to contact me! ✊

About

πŸ“  Fun game / simulator of printer (Java, JavaFX, design patterns)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published