Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.57 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.57 KB

UB CSE115 Introduction to Computer Science Project

This repository contains a collection of projects completed as part of the University at Buffalo CSE115 - Introduction to Computer Science course. The projects are designed to help students learn and practice the fundamental concepts of computer programming, problem-solving, and software development using Java.

Repository Structure

The repository is organized into separate folders for each project:

  • project1: Introduction to Java programming and basic problem-solving techniques
  • project2: Object-oriented programming and design patterns
  • project3: Graphical user interface (GUI) development using Java Swing
  • project4: Event-driven programming and simple game development

Getting Started

Prerequisites

  • Java Development Kit (JDK) version 8 or later
  • Java Integrated Development Environment (IDE) such as Eclipse, IntelliJ IDEA, or NetBeans

Running the Projects

  1. Clone the repository:
git clone https://github.com/znatri/ub-cse115-2020.git
  1. Import the desired project into your Java IDE.
  2. Compile and run the project from your IDE.

Contributing

This repository is for educational purposes and is not actively maintained. However, if you have any suggestions, issues, or improvements, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

Acknowledgments

The projects were developed as part of the CSE115 - Introduction to Computer Science course at the University at Buffalo.