Skip to content

A simple video game provides a good platform for understanding the OOP concept on graphics and design using JAVA.

Notifications You must be signed in to change notification settings

visoth99/HornetsHFD

Repository files navigation

HornetsHFD

A simple video game provides a good platform for understanding the OOP concept on graphics and design using JAVA.

Project Status:

This project is finished in development. You can enjoy playing it.

Project Screen Shot(s):

1

Installation and Setup Instructions:

Clone this repository. You will Azul Zulu Open JDK, and Codname one cross-platform software development.

Download and Installation: Azul Zulu Open JDK

--> goto cmd java versionn to verify: java -version

*** for InteliJ IDEA download and installation: IntelliJ Community, Codename One Plugin (From within the IDE, you will need to go to file->Project Structure to change the JDK for your project. Go to Project:Project SDK and click on the down arrow to select + Add SDK. Choose JDK and navigate to your installed JDK.)

*** for Eclipse download and installation: Eclipse, Codename One Plugin

To start App from commmand prompt:

Window : java -cp {jar-file-name};JavaSE.jar com.codename1.impl.javase.Simulator {package-name-of-main-file}

Linux/Mac: java -cp {jar-file-name};JavaSE.jar com.codename1.impl.javase.Simulator {package-name-of-main-file}

License:

Intructed By: Professor Daryl Posnett- California State University of Sacramento

Copyright 2021, All Rights Reserved, Not for Distribution

Licensed to students of Sac State for CSC133-Sec 3, 4, 5 of Fall 2021 for assignment commpletion only. Any other use prohibited.

Reflection:

This term our game is called Hornets HFD. It is set in the near future where ann explosion of brush fires is wreaking havoc in our community. Fires are spontaneously erupting all over campus and you are tasked with using your firefighting helicopters to extinguish all of the fires and save the campus. The goal of this project was to develop a simple but fully playable version of thte game and to introduce the concept of programming in Codename One. This project is build using OOP and OOD, and on top of that is to recognize some of the faults of in early class structure and make use of inheritance to improve code reuse and to avoid violating the DRY(Don't Repeat Yourself) principle.

About

A simple video game provides a good platform for understanding the OOP concept on graphics and design using JAVA.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages